Skip to content

Instantly share code, notes, and snippets.

@kdsuvarna
Created June 9, 2017 06:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kdsuvarna/a00fcb9a648c3c463abce429996e466f to your computer and use it in GitHub Desktop.
Save kdsuvarna/a00fcb9a648c3c463abce429996e466f to your computer and use it in GitHub Desktop.
XML issue
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
</settings>
<settings pass="specialize">
<component name= language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
<Identification>
<Credentials>
<Username>
</Username>
<Domain>
</Domain>
<Password>
</Password>
</Credentials>
<JoinDomain>
</JoinDomain>
<JoinWorkgroup>
</JoinWorkgroup>
<MachineObjectOU>
</MachineObjectOU>
</Identification>
</component>
<component name="Microsoft-Windows- xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
<ComputerName>
</ComputerName>
<ProductKey>
</ProductKey>
<RegisteredOrganization>xxxx Group Headquarters, IT Services</RegisteredOrganization>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment