Synchronizing time between two Windows 7 machines connected with a LAN cable
        Posted  
        
            by 
                Markus Roth
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Markus Roth
        
        
        
        Published on 2011-02-09T14:32:44Z
        Indexed on 
            2011/02/09
            15:25 UTC
        
        
        Read the original article
        Hit count: 274
        
I have a number laptops that run our application while connected to each other in pairs with an ethernet cable, but not connected to any external network or the internet. T
I need the connected pair to synchronize their system times, but since every computer needs to be able to synch with any other computer, I can't define one computer to be a time-server and the other to be a client.
Is there a way to do this with NTP? Or some other way?
© Stack Overflow or respective owner