From 1616abfa47a9b2657d39fa9cdfab857e5b2bdf00 Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Sat, 28 Dec 2024 01:46:14 -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 68f4252..aed47b6 100644 --- a/Enable GamesDows Steam V3.bat +++ b/Enable GamesDows Steam V3.bat @@ -40,7 +40,7 @@ echo Create the DelayedExplorerStart.bat script in the Steam folder ( echo @echo off echo rem Check if user is logged on -echo whoami ^| find /i "%%USERNAME%%" ^>nul +whoami ^| find /i "\%%USERNAME%%" ^>nul echo if ERRORLEVEL 1 exit echo rem Set Shell back to Explorer echo REG ADD "HKCU\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t REG_SZ /d "%%EXPLORER_PATH%%" /f