Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to synchronize 2 pc ?
Message
From
28/07/2007 09:05:07
Neil Mc Donald
Cencom Systems P/L
The Sun, Australia
 
 
To
28/07/2007 06:08:28
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01244334
Message ID:
01244348
Views:
12
This message has been marked as a message which has helped to the initial question of the thread.
>Hi there,
>I cannot remember the way to get the time from the server and set the server time on the client
>
>thanks
>alessio

On the server issue the following commands at the dos prompt:-

w32tm /config /manualpeerlist:Pool.ntp.org,0x8 /syncfromflags:MANUAL
net stop w32time
net start w32time
w32tm /resync

On the workstation issue the following commands at the dos prompt:-

net time /setsntp:YourServerName
w32tm /resync (for XP)
w32tm -once -v (for W2k)
Regards N Mc Donald
Previous
Reply
Map
View

Click here to load this message in the networking platform