Windows Batch script snippets
How to run Remote Desktop Connection as administrator
You just have to copy the following code and past into Notepad, then save with .cmd extension and execute it.
MSTSC /ADMIN /F
EXIT
You just have to copy the following code and past into Notepad, then save with .cmd extension and execute it.
MSTSC /ADMIN /F
EXIT