Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
1,509
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 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="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">
  10. <OOBE>
  11. <HideEULAPage>true</HideEULAPage>
  12. <NetworkLocation>Work</NetworkLocation>
  13. <ProtectYourPC>1</ProtectYourPC>
  14. <SkipMachineOOBE>true</SkipMachineOOBE>
  15. <SkipUserOOBE>true</SkipUserOOBE>
  16. </OOBE>
  17. </component>
  18. <component name="Microsoft-Windows-Deployment" 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">
  19. <RunSynchronous>
  20. <RunSynchronousCommand wcm:action="add">
  21. <Order>1</Order>
  22. <Path>"C:\Program Files\Cloudbase Solutions\Cloudbase-Init\Python\Scripts\cloudbase-init.exe" --config-file "C:\Program Files\Cloudbase Solutions\Cloudbase-Init\conf\cloudbase-init-unattend.conf"</Path>
  23. <Description>Run Cloudbase-Init to set the hostname</Description>
  24. <WillReboot>Always</WillReboot>
  25. </RunSynchronousCommand>
  26. </RunSynchronous>
  27. </component>
  28. </settings>
  29. <settings pass="specialize">
  30. </settings>
  31. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement