How to: Clearing prefetch cache shortens windows xp boot time
Windows xp uses this feature to load common programs at boot time. A feature sometimes not so efficient.
Clearing prefetch cache is easy. Find prefetch folder in your windows folder and delete all files in the PREFETCH folder. The next boot will be slow but others to come will be faster! After a couple of days/weeks the prefetch folder will be full of programs again.
A little registry hack solves this little problem. Start, Run.., Type "regedit".
Find the key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters". Here you will find a value named "EnablePrefetcher".
Four values are available:
0. Disabled.
1. Application
2. Boot
3. All
Disabled: Prefetch system is off.
Application: Caches only applications.
Boot: Caches only boot files.
All: Caches both boot and application files.
The drawback with setting the prefetch setting off is that applications will start slower.
Related posts:
Open excel files in a folder (vba)
Insert hyperlinks to all files in current folder
Excel recursive udf: List files in a folder and subfolders
Excel: How to calculate negative time
Copy a cell range whose size is likely to change from time to time (vba)
















