From 29063d35a752cbc8224a7484f892533c9ace8931 Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Sat, 12 Oct 2024 22:03:11 -0700 Subject: [PATCH] Update Enable GamesDows v2 NEW OCT-12-2024.bat --- Enable GamesDows v2 NEW OCT-12-2024.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Enable GamesDows v2 NEW OCT-12-2024.bat b/Enable GamesDows v2 NEW OCT-12-2024.bat index 3976e7a..b4211a9 100644 --- a/Enable GamesDows v2 NEW OCT-12-2024.bat +++ b/Enable GamesDows v2 NEW OCT-12-2024.bat @@ -62,7 +62,7 @@ echo Create the DelayedExplorerStart.bat script in the Steam folder ( echo @echo off echo REM Check if user is logged on - echo query user ^| find /i "%USERNAME%" ^>nul + echo whoami ^| find /i "%USERNAME%" ^>nul echo if ERRORLEVEL 1 exit echo REM Set Shell back to Explorer echo REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t REG_SZ /d "%EXPLORER_PATH%" /f