mirror of
https://github.com/theitaliandeveloper/WindowsPPKGOptimizer.git
synced 2025-10-02 07:00:47 +00:00
Add project files
This commit is contained in:
5
Prefetcher.cmd
Normal file
5
Prefetcher.cmd
Normal file
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
net stop SysMain
|
||||
sc config SysMain start= disabled
|
||||
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters" /V "EnablePrefetcher" /t REG_DWORD /d 0 /f
|
||||
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters" /V "EnableSuperfetcher" /t REG_DWORD /d 0 /f
|
Reference in New Issue
Block a user