Skip to content

Instantly share code, notes, and snippets.

@colettesnow
Created October 14, 2019 01:44
Show Gist options
  • Save colettesnow/dbaaadb5912b687baef9af1df5005b49 to your computer and use it in GitHub Desktop.
Save colettesnow/dbaaadb5912b687baef9af1df5005b49 to your computer and use it in GitHub Desktop.
AutoHotkey script to start PowerShell 6 via Left Win Key + Enter.
LWin & Enter::
Run pwsh.exe
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment