Comments
Item

Delete Prefetch Automatically

Published in Windows XP Performance Tweaks by TweakXP Member with 81,228 views and 4 comments

Here's an easy way to delete your prefetch -- Automatically!!



1. Go into My Computer and go into your hard drive.



2. Right-click anywhere that a file is not and select the 'New' submenu and click 'Text Document'



3. Name it "deleteprefetch"



4. Double-click on the text file you just created.



5. Type "del C:\Windows\Prefetch\*.* /Q" (without the quotes).



6. Go to File > Save As... and choose "All Files" from the "Save as Type" box and save it as "deleteprefetch.bat"



7. You just created a batch file that will automatically delete all the files in your Prefetch folder. Congrats.



Note: For more information on Prefetching see the following URL:



http://www.microsoft.com/whdc/hwdev/platform/performance/benchmark.mspx

 
Free Computer Magazines and eBooks
 
Comments
Dave Ross
2 years ago
Do not do this! The prefetch is a self regulating folder at 128 entries and about 5mb in size.
BS Productions
2 years ago
Very Helpful Thanks...
Larry Miller
2 years ago
BAD IDEA.

The prefetch folder is completely system managed and there is no need or benefit in manual deletion of thes files. Doing this will impair performance and has no benefits. The whole concept is based on a total misunderstanding of how prefetch works. This has been extensively tested by Microsoft and others.

Larry Miller
Microsoft MCSA
Sajid
One year ago
Will it be done on each start of maching?