From c3f81c25bedefaad6a6d88c44a908c6fefa79744 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Tue, 2 Mar 2021 23:34:41 +0100 Subject: [PATCH] . --- tools/logon.cmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/logon.cmd b/tools/logon.cmd index 732af33..5caebb9 100644 --- a/tools/logon.cmd +++ b/tools/logon.cmd @@ -96,7 +96,7 @@ echo disable cortana button on the taskbar ... reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" ^ /v "ShowCortanaButton" /t REG_DWORD /d 0 /f 1>nul -GOTO END +GOTO EXPLORER echo disable autotray for the taskbar ... reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer" ^ @@ -115,6 +115,7 @@ rem config must be full qualified pathname (OpenShell BUG!) set CONFIG=%TOOLS%\scripts\config\OpenshellSettings.xml "%ProgramFiles%\Open-Shell\StartMenu.exe" -xml %CONFIG% +:EXPLORER echo restarting explorer ... taskkill /f /im explorer.exe 1>nul 2>nul start explorer.exe