howdy folks
i want to know By which ways can i get my PC to automatically shut down at specific time
i am running win 7
any help will be much appreciated
thanx
Printable View
howdy folks
i want to know By which ways can i get my PC to automatically shut down at specific time
i am running win 7
any help will be much appreciated
thanx
Set the Task Scheduler to run this program at the specific time:
Code:shutdown -s -t 0 -f
I use Anon's method.
Here is a list describing each flag: http://www.microsoft.com/resources/d....mspx?mfr=true
there are few nice and simple tools at cnet , if you still need an alternative way
thank you all of you now i can sleep in peace :)
The 0 is the time in seconds when the PC will shutdown, similar to unix.