Advertisement
Guest User

Untitled

a guest
Feb 28th, 2013
1,145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  3. <settings pass="specialize">
  4. <component name="Microsoft-Windows-Shell-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">
  5. <CopyProfile>true</CopyProfile>
  6. </component>
  7. </settings>
  8. <settings pass="oobeSystem">
  9. <component name="Microsoft-Windows-Shell-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">
  10. <OOBE>
  11. <HideEULAPage>true</HideEULAPage>
  12. </OOBE>
  13. </component>
  14. </settings>
  15. <cpi:offlineImage cpi:source="wim:d:\sources\install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi"> </cpi:offlineImage>
  16. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement