Tweak Windows Prefetcher Service

Helps shorten the amount of time it takes to start programs by fetching and storing commonly used files ensures default setting [3(hex)] is activated to allow prefetching of both application launch and boot

NOTE: 0(hex)=disabled, 1(hex)=Application launch prefetching, 2(hex)=Boot prefetching, 3(hex)=Both prefetching (default).
» Example Registry Tweak
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]
"EnablePrefetcher"=dword:00000003

;Benefit: Helps shorten the amount of time it takes to start programs by fetching and storing
;commonly used files ensures default setting [3(hex)] is activated to allow prefetching of both
;application launch and boot
;NOTE: 0(hex)=disabled, 1(hex)=Application launch prefetching, 2(hex)=Boot prefetching,
;3(hex)=Both prefetching (default)