Update Enable GamesDows Playnite V3.bat

This commit is contained in:
jazir5 2024-11-03 22:14:41 -08:00 committed by GitHub
parent d2efec66ee
commit abcd3c1291
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ echo powershell -command ^^
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t REG_SZ /d "%EXPLORER_PATH%" /f
echo rem Start Explorer
echo timeout /t 10 /nobreak ^>nul
echo start C:\Windows\explorer.exe /desktop
echo start C:\Windows\explorer.exe
echo rem Wait for Explorer to start
echo timeout /t 2 /nobreak ^>nul