From 7e42246ff80e9c297ec9ee94de217d8e6ae3e48b Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Tue, 30 Apr 2024 15:38:59 -0700 Subject: [PATCH] Update Disable GamesDows.bat --- Disable GamesDows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Disable GamesDows.bat b/Disable GamesDows.bat index a68d9e7..7f68f6a 100644 --- a/Disable GamesDows.bat +++ b/Disable GamesDows.bat @@ -5,7 +5,7 @@ echo Reverting changes and setting default shell back to Explorer :: Reset the default shell to Explorer SET "EXPLORER_PATH=C:\Windows\explorer.exe" -REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t REG_SZ /d "%EXPLORER_PATH%" /f +REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t REG_SZ /d "C:\Windows\explorer.exe" /f :: Define the default Steam folder path SET "STEAM_FOLDER=C:\Program Files (x86)\Steam"