Gecko 1123
02-12-2008, 05:19 PM
I'm trying to set the Windows internet time synchronizer to sync every 2 days. I've followed these instructions:
System Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\W32Time\TimeProviders\NtpClient]
Value Name: SpecialPollInterval
Data Type: REG_DWORD (DWORD Value)
Value Data: Seconds in Decimal
I want to set it to synchronize every 2 days, so the value of SpecialPollInterval would be 172800. How do I write 172800 in hexadecimal so I can change the value to that? Any help would be appreciated.
System Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\W32Time\TimeProviders\NtpClient]
Value Name: SpecialPollInterval
Data Type: REG_DWORD (DWORD Value)
Value Data: Seconds in Decimal
I want to set it to synchronize every 2 days, so the value of SpecialPollInterval would be 172800. How do I write 172800 in hexadecimal so I can change the value to that? Any help would be appreciated.