ansitest/winstuff/make-win-use-utc-time.cmd

2 lines
131 B
Batchfile
Raw Normal View History

2024-07-04 09:47:10 -06:00
reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation" /v RealTimeIsUniversal /d 1 /t REG_DWORD /f
pause