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 aDWORD
value with hexadecimal value1
to the registry:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation\RealTimeIsUniversal
Alternatively, create a
*.reg
file (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:00000001
If the above appears to have no affect, and a 64-bit variant of Windows is being used, using a
QWORD
value instead of aDWORD
value may resolve the issue.