mirror of
https://github.com/jazir555/GamesDows.git
synced 2025-06-06 07:37:24 +02:00
Update Enable GamesDows.bat
This commit is contained in:
parent
4153a4336c
commit
55e2475630
@ -24,10 +24,10 @@ echo Creating DelayedExplorerStart.bat script
|
|||||||
echo Create the DelayedExplorerStart.bat script in the Steam folder
|
echo Create the DelayedExplorerStart.bat script in the Steam folder
|
||||||
(
|
(
|
||||||
echo @echo off
|
echo @echo off
|
||||||
echo Check if user is logged on
|
echo rem Check if user is logged on
|
||||||
echo whoami ^| find /i "%USERNAME%" ^>nul
|
echo whoami ^| find /i "%USERNAME%" ^>nul
|
||||||
echo if ERRORLEVEL 1 exit
|
echo if ERRORLEVEL 1 exit
|
||||||
echo Set Shell back to Explorer
|
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
|
echo REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t REG_SZ /d "%EXPLORER_PATH%" /f
|
||||||
echo timeout /t 20 /nobreak ^>nul
|
echo timeout /t 20 /nobreak ^>nul
|
||||||
echo start C:\Windows\explorer.exe
|
echo start C:\Windows\explorer.exe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user