💡 Pro Tip: Add this script to PATH to make it accessible from anywhere
Last active
April 29, 2020 21:37
-
-
Save rluvaton/1179166e8782db119eb3cc3288a55753 to your computer and use it in GitHub Desktop.
Run CMD As Administrator #batch #cmd #powershell #cli
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
powershell.exe -Command "Start-Process cmd \"/k cd /d %cd%\" -Verb RunAs" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment