G
Guest
@echo off
w32tm /config /syncfromflagsOMHIER /update
net stop w32time
net start w32time
w32tm /resync /rediscover
exit
-------------------------
I tried it on a W2K Pro box and quickly realized it wouldn't work. The only
other option I saw for 2K involved deleting keys from the registry, which I
can do if necessary, but would prefer a batch solution if possible. I need
to get my 2k boxes off the separate time server and back to getting their
time from the DC's. Thanks.
w32tm /config /syncfromflagsOMHIER /update
net stop w32time
net start w32time
w32tm /resync /rediscover
exit
-------------------------
I tried it on a W2K Pro box and quickly realized it wouldn't work. The only
other option I saw for 2K involved deleting keys from the registry, which I
can do if necessary, but would prefer a batch solution if possible. I need
to get my 2k boxes off the separate time server and back to getting their
time from the DC's. Thanks.