.
This commit is contained in:
parent
dc1279abd1
commit
c3f81c25be
@ -96,7 +96,7 @@ echo disable cortana button on the taskbar ...
|
|||||||
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" ^
|
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" ^
|
||||||
/v "ShowCortanaButton" /t REG_DWORD /d 0 /f 1>nul
|
/v "ShowCortanaButton" /t REG_DWORD /d 0 /f 1>nul
|
||||||
|
|
||||||
GOTO END
|
GOTO EXPLORER
|
||||||
|
|
||||||
echo disable autotray for the taskbar ...
|
echo disable autotray for the taskbar ...
|
||||||
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer" ^
|
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
|
set CONFIG=%TOOLS%\scripts\config\OpenshellSettings.xml
|
||||||
"%ProgramFiles%\Open-Shell\StartMenu.exe" -xml %CONFIG%
|
"%ProgramFiles%\Open-Shell\StartMenu.exe" -xml %CONFIG%
|
||||||
|
|
||||||
|
:EXPLORER
|
||||||
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