Created
March 30, 2020 05:01
-
-
Save yusiwen/0ca02d60fc242e9dae7793b7b28a1a02 to your computer and use it in GitHub Desktop.
[Windows 10 Reset Taskbar Pinned Apps] #windows
This file contains hidden or 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.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment