TS closing connection?

  • Thread starter Thread starter Michael Triber
  • Start date Start date
M

Michael Triber

I have a problem when I exit the application terminal
server does not close the connection. I have tried
to run a simple application like calc. Is there anything
I can do to configure it and or setting I don't know
about?


Thanks,
Mike Triber
 
Have you checked in Task Manager which process is still running in
the sessions when you have closed all applications?
 
How can I do that from remote? All that happens is the
reomte windows stays open and the application does not
close, and the RD window stays open.

Thanks,
Mike Triber
 
Start a second session as an Administrator and open Task Manager
on the server to check which processes are running in the first
session.
 
Yes the process is still running.

Vera Noest said:
Start a second session as an Administrator and open Task Manager
on the server to check which processes are running in the first
session.

--
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
http://hem.fyristorg.com/vera/IT
--- please respond in newsgroup, NOT by private email ---
 
Yes it is still running.

Vera Noest said:
Start a second session as an Administrator and open Task Manager
on the server to check which processes are running in the first
session.

--
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
http://hem.fyristorg.com/vera/IT
--- please respond in newsgroup, NOT by private email ---
 
You could try to start the application from a command file,
something like:

start /wait my_app.exe
logoff

and then make the command file the starting application in your TS
session.

--
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
http://hem.fyristorg.com/vera/IT
--- please respond in newsgroup, NOT by private email ---
 
Back
Top