From 3f5e0a43fd78291fdde0ab00b20394998d73671e Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Sat, 28 Dec 2024 16:27:42 -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 107af81..384f269 100644 --- a/Enable GamesDows Steam V3.bat +++ b/Enable GamesDows Steam V3.bat @@ -37,7 +37,7 @@ echo Create the DelayedExplorerStart.bat script in the Steam folder ( echo @echo off echo 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 Set Shell back to Explorer echo REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t REG_SZ /d "%EXPLORER_PATH%" /f