I have an interesting time synchronisation issue whenever I switch from Mac OS X to Windows 7 (on Bootcamp partition). The timezone settings are correct, and Windows time scheduling is enabled. Yet I end up with a time difference of 2 hours in Windows. The time.nist.gov time synchronisation seem to be correct and manual synchronisation definitely works, however not knowing when time is synced or not gets annoying.
The solution is simple (but slightly complicated) by going into Windows XP & Windows registry keys:
System Key:
Value Name: SpecialPollInterval
Data Type: REG_DWORD (DWORD Value)
Value Data: Seconds in Decimal
By default it’s 93a80 (in hex), which is 604800 seconds (in decimal), which means every 7 days. Yeah … that’s not very convient. I’ve reset it to once a hour; every 3600 seconds (in decimal), E10 in hex.
Prefer a command line solution (which is far more complicated)? Checkout this post at Microsoft Technet.
net stop w32time reg add HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionDateTimeServers /v 0 /t REG_SZ /d tock.usno.navy.mil reg add HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionDateTimeServers /v 1 /t REG_SZ /d tick.usno.navy.mil reg add HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionDateTimeServers /v 2 /t REG_SZ /d time.windows.com reg add HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionDateTimeServers /v 3 /t REG_SZ /d time-b.nist.gov net start w32time w32tm /resync
- My Dutch / NL WordPress Translation contributions: October 2022 - October 9, 2022
- My Dutch / NL WordPress Translation contributions: August 2022 - August 23, 2022
- [NL] Ultra Light digital nomad Europe travel with Ryanair / Wizz Air - August 20, 2022
- My Dutch / NL WordPress Translation contributions: July 2022 - July 27, 2022
- My Dutch / NL WordPress Translation contributions: April 2022 - April 2, 2022
- My Dutch / NL WordPress Translation contributions: March 2022 - March 10, 2022
- What is the best global travel community for 2022 ? - February 20, 2022
- My Dutch / NL WordPress Translation contributions: February 2022 - February 3, 2022
- My Dutch / NL WordPress Translation contributions: January 2022 - January 4, 2022
- My Dutch / NL WordPress Translation contributions: October 2021 - October 7, 2021