Windows Time service isn't registered w/ Windows by default (XP only), randomly. This batch file fixes that so you can have network-updated time.
I was previously posting under "GeneralDzur" but hgate73 is my new username.
Code:
:: Windows time service isn't registered with Windows by default...who knows why..???
w32tm /register
sc config W32Time start= auto
net start W32Time
pause
I was previously posting under "GeneralDzur" but hgate73 is my new username.