Hi guys! I just wanna share 2 ways to auto shutdown your PC without using any 3rd party software. Just follow the steps below:
How To Auto Shut Down Using Command Prompt:
01. Click Start menu & type "command prompt"
02. Click Command Prompt and type "shutdown /s /t 3600"
03. Replace 3600 by how many seconds you want before the computer shuts down
04. Type "shutdown /a" to cancel the shutdown
How To Auto Shut Down by Creating a Batch File:
01. Create a batch file with the following:
schtasks /create /tn "Auto Shutdown" /tr "shutdown /s /t 0" /sc once /sd <date-to-run-task> /st <time-to-run-task>
02. Fill in the date and time and then save the file as "shotdown.bat" with "shotdown" replaced by whatever you want to name the file
03. Click on the .bat file and run as administrator to schedule shutdown
04. Replace "once" in the file by "daily", "weekly", or "monthly" to your convenience
Auto shutdown PC without 3rd Party Software
Started by cinderellaman, Mar 03 2011 06:12 AM
No replies to this topic
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












