diff --git a/Enable GamesDows.bat b/Enable GamesDows.bat index 7850f17..4d3f0fa 100644 --- a/Enable GamesDows.bat +++ b/Enable GamesDows.bat @@ -6,7 +6,7 @@ echo Setting Steam Big Picture as default shell echo Set Steam Big Picture as the default shell SET "KEY_NAME=HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" SET "VALUE_NAME=Shell" -SET "STEAM_PATH=C:\Program Files (x86)\Steam\Steam.exe -bigpicture" +SET "STEAM_PATH=C:\Program Files (x86)\Steam\Steam.exe -bigpicture -silent" REG ADD "%KEY_NAME%" /v %VALUE_NAME% /t REG_SZ /d "%STEAM_PATH%" /f