Welcome to ServerForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

How to schedule a reboot in Windows Server 2003

 
   Windows Server (Home) -> Windows Server General RSS
Next:  IE Security Settings  
Author Message
Mark S

External


Since: Feb 21, 2006
Posts: 11



(Msg. 1) Posted: Wed Jul 19, 2006 7:50 am
Post subject: How to schedule a reboot in Windows Server 2003
Archived from groups: microsoft>public>windows>server>general (more info?)

July 19, 2006.
Greetings: How can I schedule a reboot in Windows Server 2003? Do I need the
Microsoft resource kit or a third-party application?

Thank you, Mark
e-mail:

 >> Stay informed about: How to schedule a reboot in Windows Server 2003 
Back to top
Login to vote
Marcelo Fusaro

External


Since: Jul 19, 2006
Posts: 2



(Msg. 2) Posted: Wed Jul 19, 2006 8:03 am
Post subject: RE: How to schedule a reboot in Windows Server 2003 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Mark S" wrote:

> July 19, 2006.
> Greetings: How can I schedule a reboot in Windows Server 2003? Do I need the
> Microsoft resource kit or a third-party application?
>
> Thank you, Mark
> e-mail:

 >> Stay informed about: How to schedule a reboot in Windows Server 2003 
Back to top
Login to vote
Marcelo Fusaro

External


Since: Jul 19, 2006
Posts: 2



(Msg. 3) Posted: Wed Jul 19, 2006 8:05 am
Post subject: RE: How to schedule a reboot in Windows Server 2003 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In the "WINDOWS\System32" folder there should be a file called shutdown.exe.
The command to restart is shutdown /r.

See you

Marcelo

"Mark S" wrote:

> July 19, 2006.
> Greetings: How can I schedule a reboot in Windows Server 2003? Do I need the
> Microsoft resource kit or a third-party application?
>
> Thank you, Mark
> e-mail:
 >> Stay informed about: How to schedule a reboot in Windows Server 2003 
Back to top
Login to vote
Juan Perez

External


Since: Jul 19, 2006
Posts: 29



(Msg. 4) Posted: Wed Jul 19, 2006 4:04 pm
Post subject: Re: How to schedule a reboot in Windows Server 2003 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi:

Should be not dificult.You just need to add a scheduled task with the
command shutdown.exe -r. You select the time when you want the reset. If you
ahve problems let me know.

--
Un saludo
Juan Perez


"Mark S" wrote in message

> July 19, 2006.
> Greetings: How can I schedule a reboot in Windows Server 2003? Do I need
> the
> Microsoft resource kit or a third-party application?
>
> Thank you, Mark
> e-mail:
 >> Stay informed about: How to schedule a reboot in Windows Server 2003 
Back to top
Login to vote
Miha Pihler [MVP]

External


Since: Jan 07, 2005
Posts: 1000



(Msg. 5) Posted: Wed Jul 19, 2006 5:03 pm
Post subject: Re: How to schedule a reboot in Windows Server 2003 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Mark,

There is a command line tool that comes with Windows Server 2003 -- so you
don't need any 3rd party or resource kit tools.

You can simply put something like this into batch file:

shutdown -r -t 60

-r is for reboot
-t is in how many seconds (60 seconds)

Name the batch file something like "reboot.bat". Now set up schedule just
like you would for any other task and call that batch file at convenient
time.

Test this command to see if it works on your system or does it require
anything else (e.g. reason code for reboot).

You can cancel reboot if you enter command shutdown -a.

For more information you can use shutdown /?

Question from me. Why do you feel you need to schedule a reboot of your
server?

I hope it helps,

--
Mike
Microsoft MVP - Windows Security

"Mark S" wrote in message

> July 19, 2006.
> Greetings: How can I schedule a reboot in Windows Server 2003? Do I need
> the
> Microsoft resource kit or a third-party application?
>
> Thank you, Mark
> e-mail:
 >> Stay informed about: How to schedule a reboot in Windows Server 2003 
Back to top
Login to vote
matt77

External


Since: Aug 19, 2008
Posts: 1



(Msg. 6) Posted: Tue Aug 19, 2008 1:59 am
Post subject: Re: How to schedule a reboot in Windows Server 2003 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

I have the same need as well. To answer your question of why I would
want to schedule a restart.......

I need to schedule a restart in order to finalize Windows updates after
all users have disconnected from the server and all backups have
completed. This will be useful in getting the updates completed without
inconveniencing the network users by waiting for a reboot during server
access hours.

Thanks,

Matt

'Miha Pihler [MVP Wrote:
> ;2036513']Hi Mark,
>
> There is a command line tool that comes with Windows Server 2003 -- so
> you
> don't need any 3rd party or resource kit tools.
>
> You can simply put something like this into batch file:
>
> shutdown -r -t 60
>
> -r is for reboot
> -t is in how many seconds (60 seconds)
>
> Name the batch file something like "reboot.bat". Now set up schedule
> just
> like you would for any other task and call that batch file at
> convenient
> time.
>
> Test this command to see if it works on your system or does it require
> anything else (e.g. reason code for reboot).
>
> You can cancel reboot if you enter command shutdown -a.
>
> For more information you can use shutdown /?
>
> Question from me. Why do you feel you need to schedule a reboot of
> your
> server?
>
> I hope it helps,
>
> --
> Mike
> Microsoft MVP - Windows Security
>
> "Mark S" wrote in message
>
> > July 19, 2006.
> > Greetings: How can I schedule a reboot in Windows Server 2003? Do I
> need
> > the
> > Microsoft resource kit or a third-party application?
> >
> > Thank you, Mark
> > e-mail:


--
matt77
------------------------------------------------------------------------
matt77's Profile: http://forums.techarena.in/members/matt77.htm
View this thread: http://forums.techarena.in/windows-server-help/554012.htm

http://forums.techarena.in
 >> Stay informed about: How to schedule a reboot in Windows Server 2003 
Back to top
Login to vote
brandum




Joined: Jan 18, 2011
Posts: 22



(Msg. 7) Posted: Thu Mar 03, 2011 6:25 am
Post subject: Re: How to schedule a reboot in Windows Server 2003 [Login to view extended thread Info.]

It is a very nice thing to see your excellent work and I like your post very much.
 >> Stay informed about: How to schedule a reboot in Windows Server 2003 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Schedule a Windows 2003 reboot - Hi, What is the easiest way to automatically reboot a windows 2003 server on a certain day of the month? I tried to schedule shutdown.exe using the windows scheduler but it did not work. Thanks, Scott

Server Reboot Schedule - I am planning to imlement a reboot schedule for some of our Windows 2000 and 2003 servers. Does anyone have any best practices, or recommendations for the frequency of the reboots?

schedule reboot of server - easy one - I have a windows 2003 server setup as a terminal server. I want to have the server reboot every few days. I am trying to use the following at command but have no luck. at 03:00 cmd /c every:[w,su] shutdown.exe /r This command adds successfully but....

Schedule Reboot - How can i schedule a routine reboot of my 2003 server?

Windows Server 2003 -
   Windows Server (Home) -> Windows Server General All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]