First, let’s create a pre-read method that suits you. By default, Windows XP/Server 2003 only pre-reads Windows system files. Friends with low computer configuration may want to cancel the pre-read function, while friends with high computer configuration may want to pre-read more files. So how can we create a pre-read method that suits us?
In fact, Windows XP/Server 2003 allows us to change the pre-reading method and set the pre-reading object by ourselves. The method is: click "Start → Run", enter "Regedit" in the Run dialog box, open the Registry Editor, expand the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters branch, and find the "EnablePrefetcher" in the window on the right, which is the pre-reading method of Windows XP/Server 2003 controlled by this key value. Double-click on "EnablePrefetcher" to open the "DWORD" value editing window, and pre-read settings for Windows XP/Server 2003 by changing the value of "Numerical Data".
Set "Numerical Data" to:
"0" - Cancel the pre-read function;
"1" - The system will only pre-read the application;
"2" - The system will only pre-read Windows system files, which is the default setting for Windows XP/Server 2003;
"3" - The system will pre-read Windows system files and applications.
OK, now you can define the pre-reading method that suits you based on your computer configuration.
Secondly, we must develop the good habit of cleaning pre-read files regularly. You can manually delete all files in the Prefetch folder every once in a while. In this way, the system's pre-read function can better serve us.