Auto Shutdown!!

A

Asad Ul-Islam

Hi All!!

I wanna know how can i auto shutdown my PC at some
specific timE??

is there any way to schedule it through Scheduler present
on windows.. or any other way??

please tell me the exact command.. or way to do it... I
needd to know urgently :)

Regards,
ASAD UL-ISLAM
 
P

purplehaz

Create a shortcut and point it here:
%windir%\System32\SHUTDOWN.exe -s -t 05

The -s makes it shutdown. -r reboots, -l logs off. -t is the time before the
action in seconds.

Then setup a scheduled task to run the shortcut when you want.
 
M

Matthew

Asad said:
Hi All!!

I wanna know how can i auto shutdown my PC at some
specific timE??

is there any way to schedule it through Scheduler present
on windows.. or any other way??

please tell me the exact command.. or way to do it... I
needd to know urgently :)

Regards,
ASAD UL-ISLAM

Put this task in the scheduler. shutdown -s
it will put up a warning for 30 seconds, then shut down. if you need to
cancel the shutdown after this warning has been put up, goto
start->run-> shutdown -a
you can also edit the time that the warning is displayed by adding -t xx
(where xx is the number of 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