1

Is it possible to close an open TS 2008 remote app but keep it running in the background? With a possibility to reconnect?

disserman
  • 1,850
  • 2
  • 17
  • 35

3 Answers3

1

Use the tsdiscon command, see:

http://support.microsoft.com/kb/321705

For lusers you might be able to come up with some clever scripting to do this. It's not trivial as you need the session id.

JR

John Rennie
  • 7,776
  • 1
  • 23
  • 35
  • great idea, thanks. but works only for apps who has a console like total commander or powershell. still wondering how to close i.e. firefox from the client side keeping it running. – disserman May 31 '09 at 13:06
0

To the best of my knowledge, at that point you're past terminal sessions, and into the realms of application virtualization, but wiser minds than mine may know of a middle ground.

Kara Marfia
  • 7,892
  • 5
  • 33
  • 57
0

By default your users will reconnect to the same session they were before on. Try in the TS settings to increase disconnect time, maybe they are trying to connect after disconnect timeout is reached, any they are opening then new session.

Frane Borozan
  • 308
  • 2
  • 13