Created
December 23, 2021 12:55
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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