From 2152379bde361a8da43d413171a94aa2faf5c975 Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Tue, 30 Jan 2024 21:29:32 -0800 Subject: [PATCH] Update Enable GamesDows.bat --- Enable GamesDows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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