PC Review


Reply
Thread Tools Rate Thread

automatically shut down computer two hours after it's turned on

 
 
John Smith
Guest
Posts: n/a
 
      31st Dec 2007
Possible to configure an XP Pro computer so it'd shut down two
hours after it's turned on?
 
Reply With Quote
 
 
 
 
Shenan Stanley
Guest
Posts: n/a
 
      31st Dec 2007
John Smith wrote:
> Possible to configure an XP Pro computer so it'd shut down two
> hours after it's turned on?


Set a scheduled task...

You could run a scheduled task at startup to create a second scheduled task
that would utilize the built-in shutdown command in 120 minutes from the
creation of the task...

I am sure there are more elegant ways.

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      31st Dec 2007

"John Smith" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Possible to configure an XP Pro computer so it'd shut down two
> hours after it's turned on?


Create a scheduled task that gets invoked at boot time.
It should run this batch file:

@echo off
ping localhost -n 7200 > nul
shutdown -s -f


 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      31st Dec 2007

"John Smith" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Possible to configure an XP Pro computer so it'd shut down two
> hours after it's turned on?


At second thoughts - here is a simpler batch file:

@echo off
shutdown -s -t 7200


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
automatically shut down computer two hours after it's turned on John Smith Windows XP General 3 31st Dec 2007 11:27 AM
automatically shut down computer two hours after it's turned on John Smith Windows XP Help 3 31st Dec 2007 11:27 AM
Turned off computer when it would not shut down. Now I can't rebo =?Utf-8?B?Sm9obm55IE0=?= Windows XP Setup 3 20th Apr 2006 03:31 PM
MS office to start automatically when computer is turned on =?Utf-8?B?TSBTaGFk?= Microsoft Outlook Discussion 3 21st Oct 2005 07:03 PM
can outlook start automatically when the computer is turned on =?Utf-8?B?SkFLNjg=?= Microsoft Outlook Discussion 1 28th Jan 2005 06:00 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:29 PM.