Update Enable GamesDows.bat

This commit is contained in:
jazir5 2024-01-25 15:53:03 -08:00 committed by GitHub
parent 37ff0fc6b2
commit 4b64f0eb41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.