From c61f5697bd7452fafabbdf65d133f6670386a579 Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Sat, 22 Jun 2024 22:15:39 -0700 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 bc6b349..e80a193 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 -silent -nobootstrapupdate -skipinitialbootstrap -skipverifyfiles" +SET "STEAM_PATH=C:\Program Files (x86)\Steam\Steam.exe -bigpicture -nobootstrapupdate -skipinitialbootstrap -skipverifyfiles" REG ADD "%KEY_NAME%" /v %VALUE_NAME% /t REG_SZ /d "%STEAM_PATH%" /f