Answers for "how to run command line as administrator in windows 10"

10

how to activate administrator account in windows 10 command prompt

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

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 run command line as administrator in windows 10"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language