"Swhb" shows us how to clear the idle processes in Win XP's memory with just one click. If you've tried this, please let us know if it helps performance. Video after the jump.
Thanks for the tip! Just tried it out and Windows XP is definitely faster :) Keep em coming Techeblog :)
2
Posted at 12/06/2006 05:40am by
Jackson
Well said Primo! I just tried this out myself and it definitely sped up my computer
3
Posted at 12/06/2006 05:52am by
Ashley
Very useful yet simple enough for a newbie like me to utilize. Thanks
4
Posted at 12/06/2006 06:44am by
Jason
Most definitely it works
5
Posted at 12/06/2006 06:54am by
sly_sui
..im too afraid :(
6
Posted at 12/06/2006 08:10am by
daedal
I thought Windows XP managed that by itself?
7
Posted at 12/06/2006 08:50am by
0ni
for those of u who doesnt understnad what he s talking about just creat a shortcut and save to this target: %windir%\system32\rundll32.exe advapi32.dl.ProcessIdleTasks
(i think that s the right target)
8
Posted at 12/06/2006 09:09am by
Danny
PPL that don't want to watch the video
Right click desktop > new >Shortcut
Now type this or past it in the box
With out quotes "%windir%\system32\rundll32.exe advapi32.dll,ProcessIdleTasks"
the put a name for it w/e you want
click finish and put the shortcut on your desktop were ever you want.
Your Welcome
9
Posted at 12/06/2006 09:24am by
chris
It works,
It was scary,
just need short cuts for clear hdd and remove user. The computer will be very fast after that.
10
Posted at 12/06/2006 11:38am by
B.K.
I found the video a little blurry, so just to confirm for those who found the same, the shortcut created points to (without the quotes):
"%windir%\system32\rundll32.exe advapi32.dll,ProcessIdleTasks"
11
Posted at 12/06/2006 11:48am by
Mark
could someone please post the exact name of the process he types out because the video quality is poor and i am having trouble hearing what he spells out
12
Posted at 12/06/2006 12:44pm by
DrMight
This one is awesome, it really speeded up my computer. How did you find out this thing?
Anyway, thanks alot.!!
13
Posted at 12/06/2006 12:48pm by
alex
can someone retype exactly what he's typing, i can't work out on my screen cos its too small! i just get an error message saying that it can't be found
14
Posted at 12/06/2006 12:50pm by
gtm
it works very well!
cause i had a little prob to read this
here is the line
"%windir%\system32\rundll32.exe advapi32.dll,ProcessIdleTasks"
without quotes
greetz
15
Posted at 12/06/2006 2:00pm by
Danny
I tried it; I have no idea whether it worked, nor whether I got the command exactly right.
How does one measure the results? I didn't see any particular change in Task Manager.
The string I think he typed in is:
%windir%\system32\rundll32.exe advapi32.dll,ProcessIdleTasks
If this does, in fact, work. Does it make sense to rig this up to a windows macro to run itself once an hour or so? If so, how does on do this?
16
Posted at 12/06/2006 4:10pm by
Arison
Just tried this. I noticed that windows programs like MSN minimized and maximized faster, thats about it :/ How do I know when that this shortcut worked?
17
Posted at 12/06/2006 5:31pm by
therapix
I didn't believe it at first, but wow! Really useful if you're pc has a huge uptime without rebooting.
18
Posted at 12/06/2006 5:46pm by
Simon
it def works.
yeee, this will be perfect right before running a game.
like supreme commander.
19
Posted at 12/06/2006 6:11pm by
vince
what exactly does this shortcut erase from the computer ?
20
Posted at 12/06/2006 7:22pm by
xtama
I tried it, i had like 8 widgets showing system stats open when i tried it, here's what i saw:
I opened the file, the CPU spiked to about 50-60% for a few seconds, no noticeable difference in ram or anything. However, i did notice that the computer for some strange reason DID behave faster after i ran this, im gonna try some more extensive testing but for now it looks like it works, even if it doesn't do anything noticeable to the RAM or cache.
21
Posted at 12/06/2006 7:59pm by
Alberto
It looks from the Windows Task Manager that it executes a Defragmentation service (dfrgntfs.exe) which is already known to speed up your system if it hasn't been defragmented for a long while. But you can do this from:
Start -> Programs -> Accessories -> System Tools -> Disk Defragmenter
22
Posted at 12/06/2006 10:55pm by
richard
if this earases "memory" is this just temporary files its erasing? does it shutdown unused processes ?
23
Posted at 12/07/2006 06:11am by
Tropiezos en la red » Blog Archive » Limpiar la memoria de Windows XP con un simple acceso directo.
[...] Limpia la memoria de Windows XP para aquellos momentos en los que piensas que Windows XP está trabajando para otro. Fuente: TechEBlog » How to: Clear Win XP’s Memory with Just One Click [...]
24
Posted at 12/07/2006 12:38pm by
arneldoz
The file placement optimization, which is done no more often than once every three days, is an example of a task that is carried out when the system is deemed to be idle. System Restore and other features of Windows XP also attempt to defer some work until the system is deemed to be idle. There are also some done-once-after-setup work items that also operate under the Idle Task Scheduling mechanisms.
All of these "idle tasks" are controllable by a system API in advapi32.dll, ProcessIdleTasks. The API s sole purpose is to allow benchmarks a simple way to force any pending idle tasks to be executed immediately, without having to wait a lengthy period of time.
The API ProcessIdleTasks can be called in one of two ways, from the command line or synchronously from a program. To call ProcessIdleTasks from the command line, use this syntax:
Rundll32.exe advapi32.dll,ProcessIdleTasks
When called from the command line, the ProcessIdleTasks work is done in the background asynchronously. It can take 10 to 15 minutes for idle tasks to complete. Task Manager will report processes running, and the disk will likely be active during this time.
The ProcessIdleTasks API takes no arguments and returns a standard Win32 error code. The definition is:
DWORD
ProcessIdleTasks()
The API itself is synchronous, so it won t return until the idle tasks have completed.
25
Posted at 12/07/2006 3:16pm by
WildWon
Could be me seeing what i WANT to see, but looks like things sped up a bit. If it actually does something (other than act like a placebo) bravo! And Thank you!
There are 30 comments about this post (2 pages).