Answers for "how run 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
0

how to run cmd run administrator using script

if "%~s0"=="%~s1" ( cd %~sp1 & shift ) else (
  echo CreateObject^("Shell.Application"^).ShellExecute "%~s0","%~0 %*","","runas",1 >"%tmp%%~n0.vbs" & "%tmp%%~n0.vbs" & del /q "%tmp%%~n0.vbs" & goto :eof
)
Posted by: Guest on October-16-2020

Code answers related to "how run cmd as administrator"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language