-2

When I use "C:\Windows\System32\tscon.exe RDP-Tcp#NNN /dest:console" I get the following error:

Could not connect sessionID 1 to sessionname console, Error code Error [7041]:Disconnecting the console session is not supported.

I searched for a solution and found nothing. maybe there is another tool, apart from tscon, to help me?

alexander.polomodov
  • 1,068
  • 3
  • 10
  • 14
Or Barak
  • 1
  • 3

1 Answers1

-1

I don't have a 2003 box to test with, but maybe this will work:

Start your RDP session with mstsc /console /v:servername and then try the tscon command again.

If that doesn't work, try mstsc /admin /v:servername instead.

sippybear
  • 3,197
  • 1
  • 13
  • 12