Refresh RAM?

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
SIMMS7400
Posts: 546
Joined: 07 Jan 2016 07:47

Refresh RAM?

#1 Post by SIMMS7400 » 10 Dec 2016 19:04

Hi Folks -

Does anyone use a batch script to refresh RAM?

This is all I can come up with:

Code: Select all

%windir%\system32\rundll32.exe advapi32.dll,ProcessIdleTasks


Is that sufficient or do others use anything different?

Thanks!


Post Reply