diff --git a/Enable GamesDows.bat b/Enable GamesDows.bat index 9895c87..43e71db 100644 --- a/Enable GamesDows.bat +++ b/Enable GamesDows.bat @@ -131,6 +131,11 @@ echo Disable Startup Delay reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize" /f reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize" /v StartupDelayInMSec /t REG_DWORD /d 0 /f +echo Improve Windows Explorer Process Priority +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\explorer.exe\PerfOptions" /v CpuPriorityClass /t REG_DWORD /d 3 /f +echo Adjust Large System Cache +reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v LargeSystemCache /t REG_DWORD /d 1 /f + echo Registry modifications are complete. echo Steam Big Picture set as default shell. echo Automatic logon enabled.