Sim, eu tive sucesso. Não se esqueça de desativar a "atualização da internet" pelo tempo!
Eu usei o caminho descrito no ArchWiki usando um QWORD em um Win10 de 64 bits. O NTP é feito no Arch e não no Windows, mas o último não é inicializado com tanta frequência.
Veja o arquivo .reg :
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"RealTimeIsUniversal"=hex(b):01,00,00,00,00,00,00,00
Using
regedit, add aDWORDvalue with hexadecimal value1to the registry:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation\RealTimeIsUniversalAlternatively, create a
*.regfile (on the desktop) with the following content and double-click it to import it into registry:Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation] "RealTimeIsUniversal"=dword:00000001If the above appears to have no affect, and a 64-bit variant of Windows is being used, using a
QWORDvalue instead of aDWORDvalue may resolve the issue.