Advertisement
NikolayHAOS

Autounattend.xml_ Win 8.1

Nov 14th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  3. <settings pass="generalize">
  4. <component name="Microsoft-Windows-PnpSysprep" 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. <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
  6. </component>
  7. </settings>
  8. <settings pass="specialize">
  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. <CopyProfile>true</CopyProfile>
  11. </component>
  12. </settings>
  13. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement