Last active
June 18, 2020 09:42
-
-
Save inamesh/d1425e9dc184cbf6c34775f905f03902 to your computer and use it in GitHub Desktop.
alias function to elevate powershell from command line
This file contains 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
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