.
This commit is contained in:
parent
07e31b93ec
commit
6052f2effa
@ -146,9 +146,6 @@ echo.
|
|||||||
call install-virtualbox.cmd
|
call install-virtualbox.cmd
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
call install-antivir.cmd
|
|
||||||
echo.
|
|
||||||
|
|
||||||
call install-desktoplinks.cmd
|
call install-desktoplinks.cmd
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
|
@ -9,9 +9,6 @@ if NOT EXIST %SOFTWARE%\%EXE% (
|
|||||||
exit /b
|
exit /b
|
||||||
)
|
)
|
||||||
|
|
||||||
rem config must be full qualified pathname (OpenShell BUG!)
|
|
||||||
set CONFIG=c:\tools\scripts\config\OpenshellSettings.xml
|
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
|
||||||
cd %SOFTWARE%
|
cd %SOFTWARE%
|
||||||
@ -23,8 +20,5 @@ cd %SCRIPTS%
|
|||||||
echo removing OpenShell Readme file link ...
|
echo removing OpenShell Readme file link ...
|
||||||
del /F "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Open-Shell\Open-Shell Readme.lnk" 2>nul
|
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 #######
|
echo ####### %0 #######
|
||||||
|
|
||||||
|
@ -108,6 +108,11 @@ echo removing pinned apps from taskbar ...
|
|||||||
del /F /S /Q /A "%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\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
|
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 ...
|
echo restarting explorer ...
|
||||||
taskkill /f /im explorer.exe 1>nul 2>nul
|
taskkill /f /im explorer.exe 1>nul 2>nul
|
||||||
start explorer.exe
|
start explorer.exe
|
||||||
|
Loading…
Reference in New Issue
Block a user