Tuesday, May 13, 2014

updating windows server time

Occasionally I'll have a server go out of time.
There are lots of how to's on the internet, so rather than going into that, I'll just put what worked for me.

w32tm /config /manualpeerlist:(online time server, ex: time.windows.com) /syncfromflags:manual /reliable:yes /update

Depending on how the fonts show up, I'll rewrite that with (space) instead of spaces.

w32tm(space)/config(space)/manualpeerlist:(server)(space)/syncfromflags:manual(space)/reliable:yes(space)/update

Also, here is a list of available time servers:
http://tf.nist.gov/tf-cgi/servers.cgi

No comments:

Post a Comment

ModuleNotFoundError: No module named 'torchvision.transforms.functional_tensor'

 I tried a couple things, downgrading, reinstalling, followed some github links talking about /usr/local/lib/python3.10/dist-packages/basics...