Update Enable GamesDows Playnite V3.bat

This commit is contained in:
jazir5 2024-11-03 21:22:12 -08:00 committed by GitHub
parent 3c5fa4470d
commit a343a75727
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,9 +30,8 @@ echo powershell -command ^^
"Set-ItemProperty -Path ^$settingsPath -Name 'Settings' -Value ^$settings"
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t REG_SZ /d "%EXPLORER_PATH%" /f
echo timeout /t 10 /nobreak ^>nul
echo rem Start Explorer
echo start C:\Windows\explorer.exe
echo start C:\Windows\explorer.exe /desktop
echo rem Wait for Explorer to start
echo timeout /t 2 /nobreak ^>nul