Celeb Glow
news | March 16, 2026

Connect via RDP as if it was a local session

Windows (10 / Server 2012 R2):

Some applications behave differently, depending on the type of session. Some wouldn't even start in an RDP session.

Is there any possibility to manipulate the RDP-session in a way, so that those picky applications would take it as local?

1

1 Answer

According to this answer the /console switch has been removed.

All sessions should be treated the same as a physical log on. The technet article suggests using the /admin switch instead. Unfortunately I am not able to test this in my environment.


Original answer

When you run the RDC application you can add a switch to the command line to open it in console mode. This emulates the connection as if you were physically in front of the machine.

The command to run is:

mstsc /console

Reference: Connect to the console session of a server using Remote Desktop for Administration

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy