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
Nicola Simboli

Nicola Simboli Senior Analytics Engineer

15+ years across SaaS, enterprise and consulting. Focused on scalable data platforms, metric reliability and analytics systems that teams actually use.

Back to Windows Batch script cookbook page