- Jul 11, 2006
- 7,721
- 40
- 91
There's more to it than disabling and enabling it.
for long time I looked for ways to tweak it, as in make it not be too aggressive in fetching data that is not used on every boot.
So here are 3 options, number 3 is default:
for long time I looked for ways to tweak it, as in make it not be too aggressive in fetching data that is not used on every boot.
So here are 3 options, number 3 is default:
in registry,
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SysMain
?EnablePrefetcher?=dword:00000003
?EnableSuperfetch?=dword:00000003
1 = Enable SuperFetch for boot files only;
2 = Enable SuperFetch for programs only;
3 = Enable SuperFetch for both boot files and programs.