Skip to content

Instantly share code, notes, and snippets.

@inamesh
Last active June 18, 2020 09:42
Show Gist options
  • Save inamesh/d1425e9dc184cbf6c34775f905f03902 to your computer and use it in GitHub Desktop.
Save inamesh/d1425e9dc184cbf6c34775f905f03902 to your computer and use it in GitHub Desktop.
alias function to elevate powershell from command line
Function elevate {Start-Process PowerShell -Verb RunAs}
Function q{exit}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment