Edge re-appears #60
This commit is contained in:
parent
7a4e7839ff
commit
fd67107dd7
@ -209,6 +209,10 @@ rem ... stupid os problem #3
|
||||
call cleanup-programlist.cmd
|
||||
echo.
|
||||
|
||||
rem ... stupid os problem #4
|
||||
call unpin-taskbar-icons.cmd
|
||||
echo.
|
||||
|
||||
rem ... remove stupid public folders
|
||||
call cleanup-publicdir.cmd
|
||||
|
||||
|
11
scripts/unpin-taskbar-icons.cmd
Normal file
11
scripts/unpin-taskbar-icons.cmd
Normal file
@ -0,0 +1,11 @@
|
||||
@echo off
|
||||
|
||||
echo ####### %0 #######
|
||||
|
||||
echo removing all applications from taskbar ...
|
||||
del /F /S /Q /A "%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\*"
|
||||
reg delete HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband /F
|
||||
taskkill /f /im explorer.exe
|
||||
start explorer.exe
|
||||
|
||||
echo ####### %0 #######
|
Loading…
Reference in New Issue
Block a user