From 5866c1378295c4e62a240ecfadc2a5928221b38e Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:58:10 -0800 Subject: [PATCH] Update Disable Gamesdows V2.bat --- Disable Gamesdows V2.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Disable Gamesdows V2.bat b/Disable Gamesdows V2.bat index 7767dbc..99b97a1 100644 --- a/Disable Gamesdows V2.bat +++ b/Disable Gamesdows V2.bat @@ -16,7 +16,7 @@ echo ================================ :: Reset the default shell to Explorer echo [1/5] Resetting default shell to Explorer... -REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t REG_SZ /d "C:\Windows\explorer.exe" /f +REG ADD "HKCU\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. goto end