How to reboot xp every day 20.00

  • Thread starter Thread starter Guest
  • Start date Start date
Gogon-Norway said:
Do you now this?

If you're asking how to force XP to reboot every day @ 8:00 PM, just
schedule the following command:

shutdown -f -r

The above says "restart the PC and force any open applications CLOSED if
necessary".

You can find many other options as well (e.g., -m \\computername can be used
to shutdown/restart remote PCs) by simply requesting help:

shutdown /?

HTH

Jim
 
Gogon-Norway said:
Do you now this?


Use the Task Scheduler: Control Panel->Scheduled Tasks->Add Scheduled Task

For the program, click Browse, and select C:\Windows\System32\shutdown.exe, then select Day. Enter a username and password. Select
"Open advanced properties.", then click Finish.

Now using the advanced properties, add -r to the command:
C:\WINDOWS\system32\shutdown.exe -r -t 0

If you don't want it to reboot immediately (provide time to cancel the reboot), then change -t 0 (eg -t 30 for 30 second countdown).

Click the Schedule tab and set the interval, then click OK.


(Do you want it to reboot every 20 days or every day at 20.00?)
 
I want to reboot every day at 20.00



Alec S. said:
Use the Task Scheduler: Control Panel->Scheduled Tasks->Add Scheduled Task

For the program, click Browse, and select C:\Windows\System32\shutdown.exe, then select Day. Enter a username and password. Select
"Open advanced properties.", then click Finish.

Now using the advanced properties, add -r to the command:
C:\WINDOWS\system32\shutdown.exe -r -t 0

If you don't want it to reboot immediately (provide time to cancel the reboot), then change -t 0 (eg -t 30 for 30 second countdown).

Click the Schedule tab and set the interval, then click OK.


(Do you want it to reboot every 20 days or every day at 20.00?)
 
Well the shutdown command will do the work but why do these things when you can do this by GUI and with many other useful options. Download WinOFF :

http://www.ampsoft.net/utilities/WinOFF.php

AMP WinOFF
automated shutdown tool
Our Rating: (Very Good)

AMP WinOFF is a utility to automate the shutdown of Windows. It supports shutdown, restart, hibernate, lock workstation, and can also be scheduled to perform the action at a regular time or when the CPU becomes idle. In addition, it can hang up the modem, capture the desktop and/or execute a program before the shutdown. AMP WinOFF also supports command line options for further automation by advanced users.


Freeware

--
Ayush [ Be ''?'' Happy ]

For any query, search > www.Google.com
Want to know about a term > http://en.wikipedia.org


:I want to reboot every day at 20.00
:
:
:
: "Alec S." wrote:
:
: > > Do you now this?
: >
: >
: > Use the Task Scheduler: Control Panel->Scheduled Tasks->Add Scheduled Task
: >
: > For the program, click Browse, and select C:\Windows\System32\shutdown.exe, then select Day. Enter a username and password. Select
: > "Open advanced properties.", then click Finish.
: >
: > Now using the advanced properties, add -r to the command:
: > C:\WINDOWS\system32\shutdown.exe -r -t 0
: >
: > If you don't want it to reboot immediately (provide time to cancel the reboot), then change -t 0 (eg -t 30 for 30 second countdown).
: >
: > Click the Schedule tab and set the interval, then click OK.
: >
: >
: > (Do you want it to reboot every 20 days or every day at 20.00?)
: >
: >
: > --
: > Alec S.
: > news/alec->synetech/cjb/net
: >
: >
: >
 
Gogon-Norway said:
I want to reboot every day at 20.00


Then just set it to 20.00/Every Day in the Add Scheduled Task wizard. Don't forget to set the -r parameter in the advanced
properties.
 
Back
Top