shutdown time setting

  • Thread starter Thread starter Paul Ziegler
  • Start date Start date
P

Paul Ziegler

Hello,

does anybody know how I can adjust the time that elapses
when I intiate "shutdown.exe -s"? After doing so I can see
a small window with a countdown of 30 seconds. I think it's
possible to change this value somewhere in the registry but
I can't find it.
 
shutdown /t XX

replace 'XX' with the number of seconds to delay the shutdown with.
Also, shutdown /? would give you all the other options available.

theClown
 
"Shutdown -s -t n" ['n' seconds]. Shutdown -a to disable the shutdown job.

--
Ramesh - Microsoft MVP
http://www.mvps.org/sramesh2k
-----------------------------------------


Hello,

does anybody know how I can adjust the time that elapses
when I intiate "shutdown.exe -s"? After doing so I can see
a small window with a countdown of 30 seconds. I think it's
possible to change this value somewhere in the registry but
I can't find it.
 
Back
Top