• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How can I schedule a reboot in Win2k server?

mcveigh

Diamond Member
I know this is a newbie question and I am a newbie to win2k, But how can I tell the machine when to reboot?

also I have a .bat script I want to run at regular intervals. Is this possible or can it only be run manually or at logon?

Thanks😱
 
Noggin is exactly right. Scheduler is installed by default when you install Internet Explorer 4 through 6 I believe. You can also find it under "my computer".
 
I know about scheduler, but didn't know there was a shutdown.exe, although I was looking for that command or one like it in winnt/system32
Thanks!

ANy ideas on running a bat script at set intervals
 
Yea, you can use scheduler and choose exactly when to run your batch file. If you know how, you could also use the AT command to do the same thing.
 
batch file should look something like

shutdown /y /c /r

you can also throw in a little \\servername to reboot another machine
 
actually the batch file is for the computers on the network to sync their time with the server, it seems to be a known problem with Dell that winxp is having some time problems, I lose hours a day on all boxes except 1.

so i want to run "net time \\server /set /yes" like each hour on the clients. I tried it with scheduler before...maybe I did something wrong, I'll try again.

Thanks!
 
Back
Top