Shutdown system by setting a timer cmd
Solved/Closed
Related:
- Chrono shutdown
- Cmd shutdown command timer - Best answers
- Cmd shutdown timer - Best answers
- Chrono Shutdown - Download - Customization
- Qbittorrent shutdown after download - Guide
- Shutdown your PC when uTorrent downloads are complete - Guide
- Disable teamviewer shutdown - Guide
- Shutdown sound changer - Download - Customization
5 responses
shariqDON
Posts
10
Registration date
Friday 30 January 2009
Status
Member
Last seen
1 March 2009
1
1 Feb 2009 à 02:56
1 Feb 2009 à 02:56
that's simple command run by run command
To cancel, run the following command :
shutdown -s -t 20000
-s for shutdown
-r for restart
-t for time
To cancel, run the following command :
shutdown -a.
Try this command..!!
for shutdown at 11:00am
"at 11:00 shutdown -s"
without Quoutes..!!
for shutdown at 11:00am
"at 11:00 shutdown -s"
without Quoutes..!!
Here is the way to shutdown pc on daily basis
1- Start Menu>> All Programs>> Accessories>> System Tools>> Shedule Tasks
2- Go to file menu and click Schedule Task
3- You will find 3 tabs, first one is "Task" , here in run type " shutdown -s " In "Run As" type
" NT AUTHORITY\SYSTEM "
4- In "Schedule" tab, set your required schedule and press ok, If it ask for password just click ok.
Now its done.
1- Start Menu>> All Programs>> Accessories>> System Tools>> Shedule Tasks
2- Go to file menu and click Schedule Task
3- You will find 3 tabs, first one is "Task" , here in run type " shutdown -s " In "Run As" type
" NT AUTHORITY\SYSTEM "
4- In "Schedule" tab, set your required schedule and press ok, If it ask for password just click ok.
Now its done.
Create a batch file (e.g. shutdown_now.cmd) - (180 secs = 3 minutes)
:: Shutdown batch file. Designed to be run from Scheduled tasks at 17:50
@Shutdown -s -t 180 -c "Shutting down computer as it is 17:50"
Then create a scheduled task to run at 17:50 daily and call the shutdown_now.cmd script that you've just created.
:: Shutdown batch file. Designed to be run from Scheduled tasks at 17:50
@Shutdown -s -t 180 -c "Shutting down computer as it is 17:50"
Then create a scheduled task to run at 17:50 daily and call the shutdown_now.cmd script that you've just created.
20 Mar 2009 à 03:55
3 May 2009 à 08:11
15 May 2009 à 11:37
2 Apr 2010 à 18:07
17 May 2010 à 15:07
"shutdown -s -t 30000"
-s for shutdown
-r for restart
-t for time