Update Enable GamesDows Playnite V3.bat

This commit is contained in:
jazir5 2024-11-03 21:56:03 -08:00 committed by GitHub
parent 7a4a865ce6
commit 0434362240
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -137,6 +137,9 @@ echo Applying system optimizations
REM Disable the boot UI
bcdedit.exe -set {globalsettings} bootuxdisabled on
REM Disable Logon UI
reg add "%KEY_NAME%" /v DisableLogonUI /t REG_DWORD /d 1 /f
REM Disable Visual Effects
reg add "HKCU\Control Panel\Desktop" /v VisualFXSetting /t REG_DWORD /d 2 /f