These elements appear in different places in the unattend.xml
file depending on the specific OS image, architecture, and deployment method that you are using.
For example, in the unattend.xml
file for a captured Windows 7 (x86) image, there are two places where these two elements appear:
Microsoft-Windows-Shell-Setup
component under <settings pass=”oobeSystem”>
Microsoft-Windows-Shell-Setup
component under <settings pass=”specialize”>
Change these elements to the name of your company (or the entity to whom the operating system is registered). For example:
<RegisteredOrganization>Hewlett-
Packard</RegisteredOrganization>
<RegisteredOwner>Hewlett-Packard</RegisteredOwner>
These strings can be up to 256 characters in length.
See the “RegisteredOrganization” and “RegisteredOwner” topics in the Unattend.chm
help file included in the Windows AIK for more information.