Anyone know how to clear the memory on a computer? Not the clip board.
Professional Software Development Tools
Anyone know how to clear the memory on a computer? Not the clip board.
try this
EDIT, sorry, should have mentioned, i tested but its hard to tell if it worked as i got 3gb ram and any optmization dosent really do muchCode:result = File.Run(_SystemFolder.."\\rundll32.exe", "advapi32.dll,ProcessIdleTasks", "", SW_SHOWNORMAL, false);
Last edited by RizlaUK; 11-02-2008 at 09:00 AM.
Open your eyes to Narcissism, Don't let her destroy your life!!
i take it, it worked ?
if so i'll add it to my scriptlets
Code:SystemEX={} function SystemEX.ProcessIdleTasks(bWaitForReturn) return File.Run(_SystemFolder.."\\rundll32.exe", "advapi32.dll,ProcessIdleTasks", "", SW_SHOWNORMAL, bWaitForReturn); end
Open your eyes to Narcissism, Don't let her destroy your life!!
Very pretty![]()
No offense, but doesn't that just force idle task to run? Things that would run when the computer is idle, like defrag,..scheduled events etc..?
I have some solutions lost in a pile here, but none that I've found within AMS. I have a VBS file (3-4 lines) that will do it. If anyone is interested I can post them if you like. I just don't have them handy at this second.
I added a password protector to a project that Rizla had given to me some time ago and I just needed to clear the memory of any passwords that were used when opening it up. (.enc files).