Skip to content

Instantly share code, notes, and snippets.

@yusiwen
Created March 30, 2020 05:01
Show Gist options
  • Save yusiwen/0ca02d60fc242e9dae7793b7b28a1a02 to your computer and use it in GitHub Desktop.
Save yusiwen/0ca02d60fc242e9dae7793b7b28a1a02 to your computer and use it in GitHub Desktop.
[Windows 10 Reset Taskbar Pinned Apps] #windows
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