Yeah thats right it's been a little time since I moved from IT admin to programming, my memory's going! And if you didn't know itjeff, you put the command Zelandakh said into your login.bat file(s) so it sets every time a user logs on.
Is there any way to run that command more often that at each boot up. Just curious for my own information, I can't see why you would need to synch more often that once a day, but you never know what sombody may want.
Sure, use the AT command. First, make sure the "Schedule" service is set to start automatically and started. Then type from a command prompt:
at 04:00 /EVERY:M,T,W,Th,F "net time \\server /set /y"
(substitute your time reference server for the word "server". This causes the time to sync at 4am every weekday.
Hope this helps...
- Bill
"You can get anything you want out of life, if you'll just help enough other people get what they want" - Zig Ziglar
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.