From 2291bdafa56bcf569128180b2842ebb55698e7e1 Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Mon, 4 Nov 2024 03:23:04 -0800 Subject: [PATCH] Update Enable GamesDows Playnite V3 no welcome ui.bat --- Enable GamesDows Playnite V3 no welcome ui.bat | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Enable GamesDows Playnite V3 no welcome ui.bat b/Enable GamesDows Playnite V3 no welcome ui.bat index b624c8c..5b92370 100644 --- a/Enable GamesDows Playnite V3 no welcome ui.bat +++ b/Enable GamesDows Playnite V3 no welcome ui.bat @@ -31,13 +31,8 @@ echo powershell -command ^^ echo rem Start Explorer echo REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t REG_SZ /d "%EXPLORER_PATH%" /f -echo start "" "%EXPLORER_PATH%" /desktop - -echo rem Wait for Explorer to start -echo timeout /t 2 /nobreak ^>nul - -echo rem Wait for a specific delay before unsetting autohide -echo timeout /t 5 /nobreak ^>nul +echo rem Starting Explorer +echo start C:\Windows\explorer.exe echo rem Unset taskbar autohide and refresh taskbar without restarting explorer.exe echo powershell -command ^^