Client Shutdown After TS Session

  • Thread starter Thread starter Guest
  • Start date Start date
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......
 
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
 
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"
 
Back
Top