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
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
how to run cmd run administrator using script
Set objShell = CreateObject(“Shell.Application”)
Set objWshShell = WScript.CreateObject(“WScript.Shell”)
Set objWshProcessEnv = objWshShell.Environment(“PROCESS”)
objShell.ShellExecute “C:Windowssystem32cmd.exe”, “/k”, “”, “runas”
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us