Answers for "cmd administrator run command"

7

run cmd as administrator command line

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

how to run cmd run administrator using script

@echo off
break off
title C:Windowssystem32cmd.exe
cls

:cmd
set /p cmd=C:Enter Command:

%cmd%
echo.
goto cmd
Posted by: Guest on October-16-2020

Code answers related to "cmd administrator run command"

Browse Popular Code Answers by Language