From 3689b682153fe6cf8deda30f158ffc6212ae13d2 Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Wed, 5 Mar 2025 22:41:55 -0800 Subject: [PATCH] Update Enable GamesDows Steam V3.bat --- Enable GamesDows Steam V3.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Enable GamesDows Steam V3.bat b/Enable GamesDows Steam V3.bat index 86b9c0e..b5ab45f 100644 --- a/Enable GamesDows Steam V3.bat +++ b/Enable GamesDows Steam V3.bat @@ -27,7 +27,7 @@ echo Setting Steam Big Picture as default shell echo Set Steam Big Picture as the default shell -SET "KEY_NAME=HKCU\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" +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 -nobootstrapupdate -skipinitialbootstrap -skipverifyfiles" REG ADD "%KEY_NAME%" /v %VALUE_NAME% /t REG_SZ /d "%STEAM_PATH%" /f