Skip to content

Instantly share code, notes, and snippets.

@ilovefreesw
Created December 23, 2021 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilovefreesw/b5f843fc565be4872728195a47fbb3e6 to your computer and use it in GitHub Desktop.
Save ilovefreesw/b5f843fc565be4872728195a47fbb3e6 to your computer and use it in GitHub Desktop.
A batch file to Unpin all Taskbar items in one go. Works on Windows 11 and Windows 10.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment