This document provides 3 methods for automatically shutting down a PC at a scheduled time without using additional software.
Method 1 involves creating a desktop shortcut that runs the shutdown command at a specified time in seconds. Method 2 uses the Windows Start menu to run a shutdown command at a set time in hours and minutes. Method 3 is a batch file that prompts the user to enter a shutdown time and then schedules the shutdown using the at command.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
51 views2 pages
Auto Shutdown PC Via Timer
This document provides 3 methods for automatically shutting down a PC at a scheduled time without using additional software.
Method 1 involves creating a desktop shortcut that runs the shutdown command at a specified time in seconds. Method 2 uses the Windows Start menu to run a shutdown command at a set time in hours and minutes. Method 3 is a batch file that prompts the user to enter a shutdown time and then schedules the shutdown using the at command.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2
Auto Shutdown Pc via timer
Auto Shutdown Pc without using any external program :::::::::::::::::::
********** METHOD # 1 *************** Do you know that you can make your PC shutdown at a time u wish to? Here is the trick!! How o !ake A Shutdown imer! C"D# Step $: %ight click on your desktop and choose &'ew()shortcuts&* Step +: ,n the -ox that says &ype the location o. the shortcut&/ type in &shutdown 0s 0t 1233& without the 4uotation marks and click next* 'ote: 1233 are the amount o. seconds -e.ore your computer shuts down* So / 23secs523mins(1233secs* Step 1: !ake up a name .or the shortcut and you6re done* 7ou can change the icon -y right clicking()properities()change icon()-rowse* o a-ort o make an a-ort key to stop the shutdown timer 8ust create another shortcut and make the &location o. the shortcut& to & shutdown 0a& without the 4uotes* ********* METHOD # 2 ************** Here is another trick to shutdown at a speci.ic time/ .or example you wish to shutdown at $$:19am* ype this in C"D# start()%un ype Code: at $$:19 shutdown 0s to a-ort Code: shutdown 0a take note: all time are in +:hr/ example u would like to shutdown at ;:13pm/ you should type &at +3:13 shutdown 0s& without 4uote ******** METHOD # 3 *************** you can use a -atch .or that as well it makes it easier to use 8ust run the -atch and enter the time you want it to shutdown shutdown*-at ype Code: C"D# <echo o.. title Scheduled Shutdown =atch #xample -y chacha$+1: color A echo #nter ime o Shutdown >example $?:13@ set Ap stime( cls at BstimeB &&shutdown 0s 0t 33&& )nul echo 7our PC Cill Auto Shutdown At BstimeB echo Press Any Dey o #xit pause )nul exit