' name='google-site-verification'/> Auto Shutdown PC With Timer | SOURCE CODE

[ Site Info ]

BloggerMates

Related Posts Plugin for WordPress, Blogger...

FOLLOWERS

[ Archives ]

[ Followers ]

[ Partner Link ]

portbloger.co.cc

[ Recent Comments ]

[ Advertiser ]

DMCA Protection Status

About

Ghazanfar Ali Naqvi

Pageviews

Google Talk

NetworkedBlogs

Google Translater

English French German Spain Italian Dutch Russian Portuguese Japanese Korean Arabic Chinese Simplified

this widget by www.portbloger.co.cc

Desktop Codee © Custom Search

Loading

Auto Shutdown PC With Timer


Guys sometimes you feel d need of a way by which your PC shuts down automatically after a particular amount of time….well here are not one but three ways of doing it without using any external software…

********** METHOD # 1 **********
Step 1:
Right click on your desktop and choose “New=>shortcuts”.
Step 2:
In the box that says “Type the location of the shortcut”,
type in “shutdown -s -t 3600″ without the quotation marks and click next.
Note: 3600 are the amount of seconds before your computer shuts down. So , 60secs*60mins=3600secs.
Step 3:
Make up a name for the shortcut and you’re done.
You can change the icon by right clicking=>properities=>change icon=>browse.
To abort
To make an abort key to stop the shutdown timer just create another shortcut and make
the “location of the shortcut” to ” shutdown -a” without the quotes.
********** METHOD # 2 **********
start=>Run
Type Code: at 11:35 shutdown -s
to abort
Code:
shutdown -a
take note: all time are in 24hr, example u would like to shutdown at 8:30pm, you should type
“at 20:30 shutdown -s” without quote
********** METHOD # 3 **********
you can use a batch for that as well it makes it easier to use
just run the batch and enter the time you want it to shutdown
shutdown.bat
Type Code:
Code:
[php]@echo off
title Scheduled Shutdown Batch Example by chacha1234
color A
echo Enter Time To Shutdown (example 19:30)
set /p stime=
cls
at %stime% “”shutdown -s -t 00″” >nul
echo Your PC Will Auto Shutdown At %stime%
echo Press Any Key To Exit
pause >nul
exit

0 comments:

Post a Comment

Author

Ghazanfar Ali Naqvi

Hi`i'm Ghazanfar Ali Naqvi ,from Pakistan,i love to blogging, Desing Blogger template, Web Developing and Designing.i like to learn and share technical hacking/security tips with you,i love my friends.Spread the Love Black_Twitter_Bird

Follow Me on facebook!