ansitest/winstuff/make-win-use-utc-time.cmd
2024-07-04 09:47:10 -06:00

2 lines
131 B
Batchfile

reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation" /v RealTimeIsUniversal /d 1 /t REG_DWORD /f
pause