Results 1 to 6 of 6

Thread: How to schedule a reboot in Windows Server 2003

  1. #1
    Mark S Guest

    How to schedule a reboot in Windows Server 2003

    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: runbeagle@yahoo.com

  2. #2
    Marcelo Fusaro Guest

    RE: How to schedule a reboot in Windows Server 2003



    "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: runbeagle@yahoo.com


  3. #3
    Miha Pihler [MVP] Guest

    Re: How to schedule a reboot in Windows Server 2003

    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" <MarkS@discussions.microsoft.com> wrote in message
    news:DADBD403-0D1A-4A02-BC16-68FCAD799769@microsoft.com...
    > 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: runbeagle@yahoo.com




  4. #4
    Juan Perez Guest

    Re: How to schedule a reboot in Windows Server 2003

    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" <MarkS@discussions.microsoft.com> wrote in message
    news:DADBD403-0D1A-4A02-BC16-68FCAD799769@microsoft.com...
    > 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: runbeagle@yahoo.com




  5. #5
    Marcelo Fusaro Guest

    RE: How to schedule a reboot in Windows Server 2003

    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: runbeagle@yahoo.com


  6. #6
    Join Date
    Aug 2008
    Posts
    1

    Schedule Server Reboot

    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

    Quote Originally Posted by Miha Pihler [MVP] View Post
    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" <MarkS@discussions.microsoft.com> wrote in message
    news:DADBD403-0D1A-4A02-BC16-68FCAD799769@microsoft.com...
    > 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: runbeagle@yahoo.com

Similar Threads

  1. Windows server 2003 unexpected reboot
    By Roberto R in forum Windows Server Help
    Replies: 7
    Last Post: 31-08-2011, 11:57 PM
  2. Windows Server 2003 Reboot Error
    By KierzoSBC in forum Windows Server Help
    Replies: 2
    Last Post: 16-08-2011, 08:20 PM
  3. Replies: 1
    Last Post: 06-04-2010, 09:36 PM
  4. Memory.DMP and Reboot in Windows Server 2003
    By ssuth9 in forum Operating Systems
    Replies: 4
    Last Post: 11-04-2009, 07:47 PM
  5. Schedule a Windows 2003 reboot
    By stosti in forum Windows Server Help
    Replies: 3
    Last Post: 13-12-2007, 01:32 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,298,867.18899 seconds with 17 queries