Answers for "start a cmd with admin rights?"

7

run cmd as administrator command line

powershell -command "start-process cmd -verb runas"
Posted by: Guest on May-14-2021

Code answers related to "start a cmd with admin rights?"

Browse Popular Code Answers by Language