How to make cmd admin with command line code example
Example: run cmd elevated command line
Execute the following in Run (Ctrl+R)
powershell -Command "Start-Process cmd -Verb RunAs"
Execute the following in Run (Ctrl+R)
powershell -Command "Start-Process cmd -Verb RunAs"