From 3c5fa4470d3a72c94b1eda7010add878edb1f575 Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Sun, 3 Nov 2024 21:08:21 -0800 Subject: [PATCH] Update Enable GamesDows Playnite V3.bat --- Enable GamesDows Playnite V3.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Enable GamesDows Playnite V3.bat b/Enable GamesDows Playnite V3.bat index b36835f..8c366a6 100644 --- a/Enable GamesDows Playnite V3.bat +++ b/Enable GamesDows Playnite V3.bat @@ -21,8 +21,6 @@ echo @echo off echo rem Check if user is logged on echo whoami ^| find /i "%%USERNAME%%" ^>nul echo if ERRORLEVEL 1 exit -echo timeout /t 10 /nobreak ^>nul -REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t REG_SZ /d "%EXPLORER_PATH%" /f echo rem Set taskbar to autohide echo powershell -command ^^ @@ -31,6 +29,8 @@ echo powershell -command ^^ "^$settings[8] = ^$settings[8] -bor 0x08;" ^^ "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