Tech Support > Microsoft Windows > Auto shutdown windows xp
Auto shutdown windows xp
Posted by Eddie on October 5th, 2005


How can I get my windows to shut down on a certain time everyday? If I have
to write a script, what is the scrpit? and what doe it contain?

Posted by Johan on October 5th, 2005


you can create a ' scheduled task ' pointing to shutdown.exe in the windows
system32 directory....
here you can create say different shutdown times for different days ( later
in the weekend for example ) or at the same time every day...
go to your windows help ( start / help and support ) and type "shutdown" to
read about different parameters you can use at the command line ... this is
all rather self explanatory....

hth

greets Johan


"Eddie" <Eddie@discussions.microsoft.com> wrote in message
news:57DCD319-AFB4-4F93-B6CC-C3CD2DD679D8@microsoft.com...
> How can I get my windows to shut down on a certain time everyday? If I
> have
> to write a script, what is the scrpit? and what doe it contain?



Posted by Wesley Vogel on October 5th, 2005


Gladly stolen from Ramesh
http://www.mvps.org/sramesh2k/

Use Task Scheduler to schedule the computer to shut down and restart at a
specific time.

To do so, follow these steps:

01. Create a shortcut to %windir%\System32\shutdown.exe -s -t 00.
02. Click Start, and then click Control Panel.
03. Click Performance and Maintenance, and then click Scheduled Tasks.
04. Double-click Add Scheduled Task. The Scheduled Task Wizard starts.
05. Click Next.
06. Under Click the program you want Windows to run, click Browse.
07. In the Select Program to Schedule dialog box, locate the
shortcut that you created, click it, and then click Open.
08. Under Perform this task, specify a name for the task and how frequently
you want this task to run, and then click Next.
09. Under Select the time and day you want this task to start, specify a
start time and date for the task, and then click Next.
10. Type the user name and password to run this task under, and then click
Next.
11. Click to select the Open advanced properties for this task when I click
Finish check box, and then click Finish.
12. Click the Task tab.
13. In the Run box, change it to read:
%windir%\System32\shutdown.exe -s -t 00
Change the Start in box to read:
%windir%
14. Click Apply.
15. Click OK.

NOTE: For exact parameters for shutdown.exe, open cmd and type
shutdown.exe /?

Using Task Scheduler to schedule the computer to shut down and restart at a
specific time
http://www.winxptutor.com/schsd.htm

===

A word or two about...
Accounts: Limit local account use of blank passwords to console logon only

From David Candy...
<snip>
It does far more than just allow tasks to run without a password.

It should not be used.
<snip>
http://groups.google.co.in/groups?hl...g p13.phx.gbl

---

More info...

[[It is possible for applications that use remote interactive logons to
bypass this setting.]]

Accounts: Limit local account use of blank passwords to console logon only
http://www.microsoft.com/resources/d...en-us/636.mspx

===

You Cannot Schedule a Windows XP-Based Computer to Shut Down and Restart by
Using the AT Command with Shutdown.exe:
http://support.microsoft.com/default...b;en-us;814761

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:57DCD319-AFB4-4F93-B6CC-C3CD2DD679D8@microsoft.com,
Eddie <Eddie@discussions.microsoft.com> hunted and pecked:
> How can I get my windows to shut down on a certain time everyday? If I
> have to write a script, what is the scrpit? and what doe it contain?


Posted by Glen on October 6th, 2005


Download a free program from grc.com called wizmo. It has lots of little
features based around shutdown, power options, screen saver and more. Get it
set it and create a scheduled task pointing to it.

Glen


"Eddie" <Eddie@discussions.microsoft.com> wrote in message
news:57DCD319-AFB4-4F93-B6CC-C3CD2DD679D8@microsoft.com...
> How can I get my windows to shut down on a certain time everyday? If I
> have
> to write a script, what is the scrpit? and what doe it contain?




Similar Posts