Tuesday, April 17, 2007

Tips & Tricks

Clear your memory with 1 Click!

Tired of running a slow WindowsXP? Create this shortcut to clear your memory with 1 Click! easy, useful and handy. You'll be done in seconds...!

create a desktop shortcut: %windir%system32/rundll32.exe advapi32.dll,ProcessIdleTasks

name it: anynameyouwantclick it

It just clears unallocated memory... It's a fundamental in computing; programs (whether they are running on XP, OS X, *nix) need to unallocate memory when they are finished with it... When they don't, thats when you get memory leaks. This shortcut will just clear _unallocated_ memory.

No comments: