cschneegans / unattend-generator

.NET Core library to create highly customized autounattend.xml files
https://schneegans.de/windows/unattend-generator/
MIT License
339 stars 31 forks source link

[request] option to tell windows that hardware clock is UTC time #43

Closed kzshantonu closed 2 weeks ago

kzshantonu commented 2 weeks ago

Useful for people who will dual boot Linux later

cschneegans commented 2 weeks ago

I use the

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"RealTimeIsUniversal"=dword:00000001

registry value myself, but I don't think it justifies a dedicated setting in the generator. Please use a custom script instead.