Client Shutdown After TS Session

G

Guest

I have 2003 Server running Term Serv. My clients are mixed 2000/XP. Each
local system has a Remote Desktop Client in it's start-up folder. When users
start ther systems, the local boots up and goes directly to the RDC and
prompts login to Term. Serv. At the end of their sessions the log-off of the
Term Serv. and then Shutdown their systems. I would like to automatically
shutdown the CLIENT PC's when they LOG-OFF of the 2003 Server. Any ideas......
 
M

Mike D

Only thing I can think of is use scheduled task on the local pc and schedule
the shutdown (hmm if this is possible) to happen at a certain time when you
think the user will log off of TS
MikeD
 
V

Vera Noest [MVP]

In stead of the rdp file in the Startup folder, put a command file
in the startup folder. Something like this:

start /wait mstsc.exe
shutdown -s -f -t 03 -c "This computer will self-destruct in 3
seconds"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top