w10install/scripts/unpin-taskbar-icons.cmd
Michael H.G. Schmidt f6c15ef408 bugfix
2023-03-12 11:59:05 +01:00

12 lines
335 B
Batchfile

@echo off
echo ####### %0 #######
echo removing all applications from taskbar ...
del /F /S /Q "%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 #######