cschneegans / unattend-generator

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

RegisteredOwner and RegisteredOrganization #14

Closed 1900forever closed 3 days ago

1900forever commented 1 week ago

Can we have more OEM options is the configuration file please? 😄

cschneegans commented 1 week ago

The functionality of RegisteredOwner and RegisteredOrganization can easily be achieved by adding a .reg file in the Scripts to run in the system context section:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
"RegisteredOrganization"="Foo"
"RegisteredOwner"="Bar"