Created
March 31, 2016 10:34
-
-
Save grenade/1ff43eda76c657c598f9728ebfb62eda to your computer and use it in GitHub Desktop.
pin stuff to the windows taskbar from powershell
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
| ((New-Object -c Shell.Application).Namespace('{0}\system32' -f $env:SystemRoot).parsename('cmd.exe')).InvokeVerb('taskbarpin') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment