Welcome to the Tweaking4All community forums!
When participating, please keep the Forum Rules in mind!
Topics for particular software or systems: Start your topic link with the name of the application or system.
For example “MacOS X – Your question“, or “MS Word – Your Tip or Trick“.
Please note that switching to another language when reading a post will not bring you to the same post, in Dutch, as there is no translation for that post!
[Solved] Using Remote Desktop without starting a new session
(@hans)
Famed Member Admin
Joined: 12 years ago
Posts: 2859
Topic starter
August 29, 2013 8:57 AM
By default RDC starts a new session on the computer you're trying to take control of.
This can be undesirable (specially when you'd like to see what is running right now, or want to prevent that an application gets started more than once, or a session remains open).
By accessing as an admin, RDC will not start a new session.
From the commandline (cmd):
mstsc.exe /v:servername /admin
To make a shortcut; right click desktop, new -> Shortcut, and enter this string:
%windir%system32mstsc.exe /v:servername /admin