Guest User

Unattend.xml

a guest
Aug 20th, 2016
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. -<unattend xmlns="urn:schemas-microsoft-com:unattend">
  4.  
  5.  
  6. -<settings pass="generalize">
  7.  
  8.  
  9. -<component language="neutral" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35" processorArchitecture="amd64" name="Microsoft-Windows-PnpSysprep">
  10.  
  11. <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
  12.  
  13. </component>
  14.  
  15. </settings>
  16.  
  17.  
  18. -<settings pass="oobeSystem">
  19.  
  20.  
  21. -<component language="neutral" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35" processorArchitecture="amd64" name="Microsoft-Windows-Shell-Setup">
  22.  
  23.  
  24. -<OOBE>
  25.  
  26. <HideEULAPage>true</HideEULAPage>
  27.  
  28. <NetworkLocation>Work</NetworkLocation>
  29.  
  30. <ProtectYourPC>1</ProtectYourPC>
  31.  
  32. <SkipMachineOOBE>true</SkipMachineOOBE>
  33.  
  34. <SkipUserOOBE>true</SkipUserOOBE>
  35.  
  36. </OOBE>
  37.  
  38. </component>
  39.  
  40. </settings>
  41.  
  42. -<settings pass="specialize">
  43.  
  44. -<component language="neutral" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35" processorArchitecture="amd64" name="Microsoft-Windows-Deployment">
  45.  
  46.  
  47. -<RunSynchronous>
  48.  
  49.  
  50. -<RunSynchronousCommand wcm:action="add">
  51.  
  52. <Order>1</Order>
  53.  
  54. <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>
  55.  
  56. <Description>Run Cloudbase-Init to set the hostname</Description>
  57.  
  58. <WillReboot>Always</WillReboot>
  59.  
  60. </RunSynchronousCommand>
  61.  
  62. </RunSynchronous>
  63.  
  64. </component>
  65.  
  66. </settings>
  67.  
  68. </unattend>
Add Comment
Please, Sign In to add comment