Advertisement
Guest User

autounattend.xml

a guest
Jan 11th, 2017
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  3. <settings pass="windowsPE">
  4. <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  5. <UserData>
  6. <ProductKey>
  7. <Key>W269N-WFGWX-YVC9B-4J6C9-T83GX</Key>
  8. </ProductKey>
  9. </UserData>
  10. </component>
  11. <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  12. <UserData>
  13. <ProductKey>
  14. <Key>W269N-WFGWX-YVC9B-4J6C9-T83GX</Key>
  15. </ProductKey>
  16. </UserData>
  17. </component>
  18. </settings>
  19. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement