Skip to content

Instantly share code, notes, and snippets.

@aarmn
Created September 6, 2021 01:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aarmn/ed3276f66c4299ca7b0c635451425994 to your computer and use it in GitHub Desktop.
Save aarmn/ed3276f66c4299ca7b0c635451425994 to your computer and use it in GitHub Desktop.
1. powershell "start cmd -v runAs"
2. powershell -Command "Start-Process cmd -Verb RunAs"
3. use this sudo.bat code and put it in PATH:
@echo off
powershell -Command "Start-Process cmd -Verb RunAs -ArgumentList '/c cd /d %CD% && %*'"
@echo on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment