how to sync windows time from a ntp time server in command -


i working on windows 7. can sync time of win7 ntp linux server manually. how can in command prompt. can run on windows startup. , windows task plan not work me. time should this:

linux server -->  windows 7. 

any 1 knows that? thank you. can read msdn.

use net time net time \\timesrv /set /yes

after comment try 1 in evelated prompt :

w32tm /config /update /manualpeerlist:yourtimerserver 

Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -