what is the command to run command prompt as administrator windows10 code example
Example: run cmd as administrator command line
powershell -command "start-process cmd -verb runas"
powershell -command "start-process cmd -verb runas"