PDA

View Full Version : Memories pressed between the pages of my mind


Bruce
11-02-2008, 09:40 AM
Anyone know how to clear the memory on a computer? Not the clip board.

RizlaUK
11-02-2008, 09:51 AM
try this

result = File.Run(_SystemFolder.."\\rundll32.exe", "advapi32.dll,ProcessIdleTasks", "", SW_SHOWNORMAL, false);


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 much

Bruce
11-02-2008, 09:57 AM
try this

result = File.Run(_SystemFolder.."\\rundll32.exe", "advapi32.dll,ProcessIdleTasks", "", SW_SHOWNORMAL, false);


You are the POOP RizlaUK!

RizlaUK
11-02-2008, 03:19 PM
i take it, it worked ?

if so i'll add it to my scriptlets

SystemEX={}

function SystemEX.ProcessIdleTasks(bWaitForReturn)
return File.Run(_SystemFolder.."\\rundll32.exe", "advapi32.dll,ProcessIdleTasks", "", SW_SHOWNORMAL, bWaitForReturn);
end

Centauri Soldier
11-02-2008, 03:46 PM
Very pretty :D

Animl
11-02-2008, 08:03 PM
try this

result = File.Run(_SystemFolder.."\\rundll32.exe", "advapi32.dll,ProcessIdleTasks", "", SW_SHOWNORMAL, false);


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 much

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.

Bruce
11-02-2008, 08:32 PM
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).