parameter for force shutdown

C

Crux Crux

I am using the command, C:\WINDOWS\system32\shutdown.exe -s -t 00 to
schedule shutdown my system at a specified time daily. What other
parameter should I add to make it force shutdown disregard of
non-responding programmes?
Thanx in advance
Crux
 
U

Unk

I am using the command, C:\WINDOWS\system32\shutdown.exe -s -t 00 to
schedule shutdown my system at a specified time daily. What other
parameter should I add to make it force shutdown disregard of
non-responding programmes?
Thanx in advance
Crux

-f Forces running applications to close without warning

C:\WINDOWS\system32\shutdown.exe -s -f -t 00
 
C

Crux Crux

Thank you for your reply.
Can I make the shutdown wait 15 or 20 seconds? I want a resource hog
programme to shut prperly before Windows shutdown, though I dont want
it to hang Windows and remain thus for a long time. Can you pls tell
the parameter to make the shutdown wait 20 seconds?
Regards
Cru___X
 
U

Unk

Thank you for your reply.
Can I make the shutdown wait 15 or 20 seconds? I want a resource hog
programme to shut prperly before Windows shutdown, though I dont want
it to hang Windows and remain thus for a long time. Can you pls tell
the parameter to make the shutdown wait 20 seconds?
Regards
Cru___X

You're welcome.

From a command prompt, type shutdown /?

Usage: shutdown [-i | -l | -s | -r | -a] [-f] [-m \\computername] [-t xx] [-c "comment"] [-d
up:xx:yy]

No args Display this message (same as -?)
-i Display GUI interface, must be the first option
-l Log off (cannot be used with -m option)
-s Shutdown the computer
-r Shutdown and restart the computer
-a Abort a system shutdown
-m \\computername Remote computer to shutdown/restart/abort
-t xx Set timeout for shutdown to xx seconds
-c "comment" Shutdown comment (maximum of 127 characters)
-f Forces running applications to close without warning
-d [p]:xx:yy The reason code for the shutdown
u is the user code
p is a planned shutdown code
xx is the major reason code (positive integer less than 256)
yy is the minor reason code (positive integer less than 65536)


Use C:\WINDOWS\system32\shutdown.exe -s -f -t 20
 

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