This commit is contained in:
Michael H.G. Schmidt 2021-03-02 14:01:12 +01:00
parent 07e31b93ec
commit 6052f2effa
4 changed files with 5 additions and 9 deletions

View File

@ -146,9 +146,6 @@ echo.
call install-virtualbox.cmd
echo.
call install-antivir.cmd
echo.
call install-desktoplinks.cmd
echo.

View File

@ -9,9 +9,6 @@ if NOT EXIST %SOFTWARE%\%EXE% (
exit /b
)
rem config must be full qualified pathname (OpenShell BUG!)
set CONFIG=c:\tools\scripts\config\OpenshellSettings.xml
echo ####### %0 #######
cd %SOFTWARE%
@ -23,8 +20,5 @@ cd %SCRIPTS%
echo removing OpenShell Readme file link ...
del /F "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Open-Shell\Open-Shell Readme.lnk" 2>nul
echo loading OpenShell config ...
"%ProgramFiles%\Open-Shell\StartMenu.exe" -xml %CONFIG%
echo ####### %0 #######

View File

@ -108,6 +108,11 @@ echo removing pinned apps from taskbar ...
del /F /S /Q /A "%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\*"
reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband" /f
echo loading OpenShell config ...
rem config must be full qualified pathname (OpenShell BUG!)
set CONFIG=%TOOLS%\scripts\config\OpenshellSettings.xml
"%ProgramFiles%\Open-Shell\StartMenu.exe" -xml %CONFIG%
echo restarting explorer ...
taskkill /f /im explorer.exe 1>nul 2>nul
start explorer.exe