Skip to content

Instantly share code, notes, and snippets.

@Meligy
Last active December 21, 2015 23:49
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 Meligy/6385390 to your computer and use it in GitHub Desktop.
Save Meligy/6385390 to your computer and use it in GitHub Desktop.
This is where your pinned taskbar icons live. Helpful for creating icons with shortcuts Via http://superuser.com/questions/420085/how-can-i-pin-a-program-to-the-windows-7-taskbar-with-parameters

Batch file or simply pasting in start menu/screen:

%userprofile%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar

Powershell:

"$env:USERPROFILE\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment