2

Is there a way to disable the disconnect message in RDP?

This is the message I am asking about:

alt text

Does anyone know if this is possible?

Glorfindel
  • 1,213
  • 3
  • 15
  • 22
barfoon
  • 750
  • 3
  • 14
  • 29
  • Unless you want to pick up your session again, it's actually better to logoff and kill the session than to leave it open if not used. – gravyface May 10 '10 at 19:48
  • gracyface: If your curious I asked about leaving them running: http://serverfault.com/questions/103129/leave-windows-session-logged-on – Kyle Brandt May 10 '10 at 19:54

2 Answers2

1

http://40in.spb.ru/rdesktop_win32/

Try this rdesktop port, in accordance to Cory J's suggestion.

Nitrodist
  • 316
  • 3
  • 13
0

This technet forum post says no, there is no way to disable it, but suggests that you could create your own client from the RDP ActiveX Control. This might be the way to go if you need to script something or if you really REALLY hate that message.

http://social.technet.microsoft.com/Forums/en/winserverTS/thread/ccdbd53b-ad84-4f55-958d-c06e1cd78769

Cory J
  • 1,528
  • 4
  • 19
  • 28