Advertisement
Guest User

Untitled

a guest
Aug 6th, 2018
883
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.50 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  3. <servicing>
  4. <package action="configure">
  5. <assemblyIdentity name="Microsoft-Windows-Client-LanguagePack-Package" version="10.0.17134.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="en-US" />
  6. </package>
  7. <package action="configure">
  8. <assemblyIdentity name="Microsoft-Windows-ProfessionalEdition" version="10.0.17134.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
  9. </package>
  10. <package action="configure">
  11. <assemblyIdentity name="Package_for_KB4287903" version="10.0.1.0" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
  12. </package>
  13. <package action="configure">
  14. <assemblyIdentity name="Package_for_RollupFix" version="17134.112.1.7" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
  15. </package>
  16. </servicing>
  17. <settings pass="windowsPE">
  18. <component name="Microsoft-Windows-International-Core-WinPE" 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. <SetupUILanguage>
  20. <UILanguage>en-US</UILanguage>
  21. </SetupUILanguage>
  22. <InputLocale>en-US</InputLocale>
  23. <SystemLocale>nl-NL</SystemLocale>
  24. <UILanguage>en-US</UILanguage>
  25. <UserLocale>nl-NL</UserLocale>
  26. </component>
  27. <component name="Microsoft-Windows-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">
  28. <DiskConfiguration>
  29. <Disk wcm:action="add">
  30. <CreatePartitions>
  31. <CreatePartition wcm:action="add">
  32. <Order>1</Order>
  33. <Type>Primary</Type>
  34. <Size>500</Size>
  35. </CreatePartition>
  36. <CreatePartition wcm:action="add">
  37. <Order>2</Order>
  38. <Extend>false</Extend>
  39. <Type>EFI</Type>
  40. <Size>100</Size>
  41. </CreatePartition>
  42. <CreatePartition wcm:action="add">
  43. <Order>3</Order>
  44. <Size>300</Size>
  45. <Type>MSR</Type>
  46. </CreatePartition>
  47. <CreatePartition wcm:action="add">
  48. <Order>4</Order>
  49. <Extend>true</Extend>
  50. <Type>Primary</Type>
  51. </CreatePartition>
  52. </CreatePartitions>
  53. <ModifyPartitions>
  54. <ModifyPartition wcm:action="add">
  55. <Order>2</Order>
  56. <Format>FAT32</Format>
  57. <Label>System</Label>
  58. <PartitionID>2</PartitionID>
  59. </ModifyPartition>
  60. <ModifyPartition wcm:action="add">
  61. <Format>NTFS</Format>
  62. <Label>WinRE</Label>
  63. <Order>1</Order>
  64. <PartitionID>1</PartitionID>
  65. <TypeID>DE94BBA4-06D1-4D40-A16A-BFD50179D6AC</TypeID>
  66. </ModifyPartition>
  67. <ModifyPartition wcm:action="add">
  68. <Order>3</Order>
  69. <PartitionID>3</PartitionID>
  70. </ModifyPartition>
  71. <ModifyPartition wcm:action="add">
  72. <PartitionID>4</PartitionID>
  73. <Order>4</Order>
  74. <Letter>C</Letter>
  75. <Label>Windows</Label>
  76. <Format>NTFS</Format>
  77. </ModifyPartition>
  78. </ModifyPartitions>
  79. <DiskID>0</DiskID>
  80. <WillWipeDisk>true</WillWipeDisk>
  81. </Disk>
  82. <WillShowUI>OnError</WillShowUI>
  83. </DiskConfiguration>
  84. <ImageInstall>
  85. <OSImage>
  86. <InstallTo>
  87. <DiskID>0</DiskID>
  88. <PartitionID>4</PartitionID>
  89. </InstallTo>
  90. </OSImage>
  91. </ImageInstall>
  92. <UserData>
  93. <AcceptEula>true</AcceptEula>
  94. </UserData>
  95. <WindowsDeploymentServices>
  96. <Login>
  97. <Credentials>
  98. <Domain>test</Domain>
  99. <Password>password is here/Password>
  100. <Username>sgadmin</Username>
  101. </Credentials>
  102. </Login>
  103. <ImageSelection>
  104. <InstallImage>
  105. <ImageGroup>Windows 10 64 bit</ImageGroup>
  106. <ImageName>windows</ImageName>
  107. </InstallImage>
  108. <InstallTo>
  109. <DiskID>0</DiskID>
  110. <PartitionID>4</PartitionID>
  111. </InstallTo>
  112. </ImageSelection>
  113. </WindowsDeploymentServices>
  114. </component>
  115. </settings>
  116. <settings pass="specialize">
  117. <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">
  118. <TimeZone>W. Europe Standard Time</TimeZone>
  119. </component>
  120. <component name="Microsoft-Windows-UnattendedJoin" 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">
  121. <Identification>
  122. <Credentials>
  123. <Domain>test.nl</Domain>
  124. <Password>installerkkddk</Password>
  125. <Username>wdsinstaller</Username>
  126. </Credentials>
  127. </Identification>
  128. </component>
  129. </settings>
  130. <settings pass="oobeSystem">
  131. <component name="Microsoft-Windows-International-Core" 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">
  132. <InputLocale>en-US</InputLocale>
  133. <SystemLocale>nl-NL</SystemLocale>
  134. <UILanguage>en-US</UILanguage>
  135. <UserLocale>nl-NL</UserLocale>
  136. </component>
  137. <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">
  138. <OOBE>
  139. <HideEULAPage>true</HideEULAPage>
  140. <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
  141. <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  142. <ProtectYourPC>1</ProtectYourPC>
  143. <HideLocalAccountScreen>true</HideLocalAccountScreen>
  144. <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
  145. <UnattendEnableRetailDemo>false</UnattendEnableRetailDemo>
  146. <VMModeOptimizations>
  147. <SkipAdministratorProfileRemoval>true</SkipAdministratorProfileRemoval>
  148. <SkipNotifyUILanguageChange>true</SkipNotifyUILanguageChange>
  149. <SkipWinREInitialization>true</SkipWinREInitialization>
  150. </VMModeOptimizations>
  151. </OOBE>
  152. <UserAccounts>
  153. <LocalAccounts>
  154. <LocalAccount wcm:action="add">
  155. <Password>
  156. <Value>YQBkAG4AbwB3ADIAawBQAGEAcwBzAHcAbwByBCAH</Value>
  157. <PlainText>false</PlainText>
  158. </Password>
  159. <Group>Administrators</Group>
  160. <DisplayName>admin</DisplayName>
  161. <Name>admin</Name>
  162. </LocalAccount>
  163. </LocalAccounts>
  164. </UserAccounts>
  165. <RegisteredOrganization>test</RegisteredOrganization>
  166. <RegisteredOwner>test</RegisteredOwner>
  167. </component>
  168. </settings>
  169. <settings pass="auditSystem">
  170. <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">
  171. <UserAccounts>
  172. <AdministratorPassword>
  173. <Value>YQBkAG4AbwB3ADIAawBBAGQAbQBpAG4AaQBzAHDKJFJDFhAHQAbwByAFAAYQBzAHMAdwBvAHIAZAA=</Value>
  174. <PlainText>false</PlainText>
  175. </AdministratorPassword>
  176. </UserAccounts>
  177. </component>
  178. <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="wow64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  179. <AutoLogon>
  180. <Password>
  181. <Value>YQBkAG4AbwB3ADIAawBQAGEAcwBzAHcAbwByBCAH</Value>
  182. <PlainText>false</PlainText>
  183. </Password>
  184. <Username>administrator</Username>
  185. <Enabled>true</Enabled>
  186. </AutoLogon>
  187. </component>
  188. </settings>
  189. <cpi:offlineImage cpi:source="wim:c:/users/sgouman/downloads/install.wim#Windows 10 Enterprise" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  190. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement