Run cmd as administrator from cmd code example
Example 1: how to run cmd run administrator using script
@echo off
break off
title C:\Windows\system32\cmd.exe
cls
:cmd
set /p cmd=C:\Enter Command:
%cmd%
echo.
goto cmd
Example 2: run command for admin cmd
win + x + a