Optimize Memory On Program Start
Adore33 opened this issue · 3 comments
Checklist
- I have used the search function to see if someone else has already submitted the same feature request.
- I will describe the problem in as much detail as possible.
- This issue only requests one feature, not multiple (related) features.
App version
Windows Memory Cleaner 2.5
Problem you are trying to solve
I want to use this program in a batch/script situation.
I would like to be able to run the Memory Cleaner
and have it auto-optimize the memory,
( without needing to click the Optimize button. )
and then have the Memory Cleaner shut down.
Would it be possible to implement a checkbox for this function?
Thank You.
Suggested solution
Checkbox function under Settings in Memory Cleaner.
Screenshots / Drawings / Technical details
Just check the box in Settings to use the function.
Just add a call to the executable in your script with memory area arguments.
https://github.com/IgorMundstein/WinMemoryCleaner#%EF%B8%8F-command-arguments-no-gui
I figured it out...
I made a shortcut to the Memory Cleaner.
In shortcut properties under "Target" I added the / commands after the .exe
Then I had my batch run the shortcut.
Now it starts the Memory Cleaner and auto-optimizes.
Thank you for the handy program.
Add this line:
start "C:\Stuff\Programs\WinMemoryCleaner.exe" "/ModifiedPageList /ProcessesWorkingSet /StandbyList /SystemWorkingSet"