Skip to content

Instantly share code, notes, and snippets.

@grenade
Created March 31, 2016 10:34
Show Gist options
  • Select an option

  • Save grenade/1ff43eda76c657c598f9728ebfb62eda to your computer and use it in GitHub Desktop.

Select an option

Save grenade/1ff43eda76c657c598f9728ebfb62eda to your computer and use it in GitHub Desktop.
pin stuff to the windows taskbar from powershell
((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