Thanks ThanksAs a linux user, it bothered me that my windows time was often several seconds off. If you would like to have more accurate time in windows, Load this in Registry: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config] "FrequencyCorrectRate"=dword:00000002 "MaxPollInterval"=dword:0000000a "MinPollInterval"=dword:00000006 "UpdateInterval"=dword:00000064 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters] "NtpServer"="0.us.pool.ntp.org 1.us.pool.ntp.org 2.us.pool.ntp.org 3.us.pool.ntp.org" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient] "SpecialPollInterval"=dword:00000040 Run these commands: sc config W32Time start=auto net start W32Time w32tm /query /configuration w32tm /query /status time /t To Put things back: sc config W32Time start=demand net stop W32Time Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config] "FrequencyCorrectRate"=dword:00000004 "MaxPollInterval"=dword:0000000f "MinPollInterval"=dword:0000000a "UpdateInterval"=dword:00057e40 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters] "NtpServer"="time.windows.com,0x9" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient] "SpecialPollInterval"=dword:00008000
Innovation comes from curious stakeholders with just enough free time to think of a better way.
Accurate time on Windows 11
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment