omgfrost

CopyProfileW10

Jun 11th, 2016
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend">
  2. <settings pass="specialize">
  3. <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">
  4. <CopyProfile>true</CopyProfile>
  5. </component>
  6. </settings>
  7. <cpi:offlineImage cpi:source="wim:X:/sources/install.wim#Windows 10 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  8. </unattend>
  9.  
  10. Sysprep.exe /generalize /oobe /shutdown /unattend:D:\CustomImage.xml
  11.  
  12. Source: http://theitbros.com/sysprep-windows-10-machine-guide/ IMPORTANT: UNINSTALL Candy Crush Soda Saga and the Twitter apps
Add Comment
Please, Sign In to add comment