I want tell the Windows prefetcher which application to prefetch. How can I do that?
The answer is quite simple. If you want the prefetcher to load a specific application to boost its startup, perform the following operation:
1. Right-click on the applications shortcut and select Properties.

2. Add the parameter /prefetch:1 to the command line under Target:

3. Click OK and try your program. In some cases, the prefetch setting does not work for a few applications which is due to the experimental character of those parameters. If it doesnt work, there is nothing you can do except removing /prefetch:1.
|