From 9f62c88fc1cec8315e0c9ed21477153908c4df94 Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Wed, 5 Mar 2025 15:36:45 -0800 Subject: [PATCH] Update Disable Gamesdows V3.bat --- Disable Gamesdows V3.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Disable Gamesdows V3.bat b/Disable Gamesdows V3.bat index c70e339..2faa203 100644 --- a/Disable Gamesdows V3.bat +++ b/Disable Gamesdows V3.bat @@ -25,7 +25,7 @@ echo ================================ :: 1) Reset the default shell to Explorer echo [1/5] Resetting default shell to Explorer... -REG ADD "HKCU\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" ^ +REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" ^ /v "Shell" /t REG_SZ /d "C:\Windows\explorer.exe" /f if ERRORLEVEL 1 ( echo [ERROR] Failed to reset the default shell.