Answers for "how to make cmd as administrator"

5

how to activate administrator account in windows 10 command prompt

net user administrator /active:yes
Posted by: Guest on October-18-2020
5

run cmd as administrator command line

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

Code answers related to "how to make cmd as administrator"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language