-
Notifications
You must be signed in to change notification settings - Fork 0
How To Automate Ram Cleaner with Microsoft RamMap
Ruchit Marathe edited this page Sep 10, 2022
·
11 revisions
Download the latest version of the Windows.Utilities.and.Fixes batch file from here and go into Utilities->RAM Cleaner->Set up ram clean task to set it up automatically
Otherwise follow the instructions below to do it manually - Credit to Patokav
- Put Clean_Ram.bat in any folder, download here
- Put Start_RamClean.bat in a folder, can be the same one as the one with Clean_Ram.bat but doesnt matter, you can download it here
- Right click on the Start_RamClean.bat file and click edit. Put in the location of the Clean_Ram.bat file instead of the part that says "C:\FILE DIRECTORY HERE"
- Open up Task Scheduler in Windows, on the Right side, click "Create Task"
- In the General Tab
- Choose a name like "Ram Cleaner"
- Press "Run with highest Privileges" - this is to stop it asking for admin permissions with the pop up prompt.
- Tick run hidden.
- In the Triggers Tab, press new
- Begin Task - On Schedule
- In settings - Check Daily. Set to Recur every: 1 day(s)
- In Advanced settings - Repeat task every: x Hours - dropdown max's at 1 but you can type in longer durations.
- Set For a duration of: to Indefinitely, Press OK
- In the Actions Tab, press new
- Set Action: Start a program
- In settings - Press Browse beside Program/Script, find your Start_RamClean.bat file and select it, Press OK
- Leave the Conditions & Settings tabs on default, Press OK