Guest User

Untitled

a guest
Aug 9th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.76 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-Foundation-Package" version="10.0.17134.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
  6. <selection name="Internet-Explorer-Optional-amd64" state="false" />
  7. <selection name="Printing-Foundation-Features" state="false" />
  8. <selection name="Printing-PrintToPDFServices-Features" state="false" />
  9. <selection name="Printing-XPSServices-Features" state="false" />
  10. <selection name="SearchEngine-Client-Package" state="false" />
  11. <selection name="SmbDirect" state="false" />
  12. <selection name="Windows-Defender-Default-Definitions" state="false" />
  13. <selection name="WorkFolders-Client" state="false" />
  14. <selection name="Microsoft-Windows-Printing-PrintToPDFServices-Package" state="false" />
  15. <selection name="Microsoft-Windows-Printing-XPSServices-Package" state="false" />
  16. <selection name="MediaPlayback" state="false" />
  17. <selection name="Microsoft-Hyper-V-All" state="true" />
  18. <selection name="NetFx3" state="true" />
  19. </package>
  20. </servicing>
  21. <settings pass="specialize">
  22. <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">
  23. <OEMInformation>
  24. <Manufacturer>removed</Manufacturer>
  25. <SupportURL>[ REPLACE WITH SUPPORT WEBSITE ]</SupportURL>
  26. </OEMInformation>
  27. </component>
  28. </settings>
  29. <settings pass="windowsPE">
  30. <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">
  31. <InputLocale>en-GB</InputLocale>
  32. <SystemLocale>en-GB</SystemLocale>
  33. <UILanguage>en-US</UILanguage>
  34. <UserLocale>en-GB</UserLocale>
  35. </component>
  36. <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">
  37. <DiskConfiguration>
  38. <Disk wcm:action="add">
  39. <CreatePartitions>
  40. <!-- Windows RE Tools partition -->
  41. <CreatePartition wcm:action="add">
  42. <Order>1</Order>
  43. <Size>300</Size>
  44. <Type>Primary</Type>
  45. </CreatePartition>
  46. <!-- System partition (ESP) -->
  47. <CreatePartition wcm:action="add">
  48. <Order>2</Order>
  49. <Size>100</Size>
  50. <Type>EFI</Type>
  51. </CreatePartition>
  52. <!-- Microsoft reserved partition (MSR) -->
  53. <CreatePartition wcm:action="add">
  54. <Order>3</Order>
  55. <Size>128</Size>
  56. <Type>MSR</Type>
  57. </CreatePartition>
  58. <!-- Windows partition -->
  59. <CreatePartition wcm:action="add">
  60. <Order>4</Order>
  61. <Extend>true</Extend>
  62. <Type>Primary</Type>
  63. </CreatePartition>
  64. </CreatePartitions>
  65. <ModifyPartitions>
  66. <!-- Windows RE Tools partition -->
  67. <ModifyPartition wcm:action="add">
  68. <Order>1</Order>
  69. <PartitionID>1</PartitionID>
  70. <Label>WINRE</Label>
  71. <Format>NTFS</Format>
  72. <TypeID>de94bba4-06d1-4d40-a16a-bfd50179d6ac</TypeID>
  73. </ModifyPartition>
  74. <!-- System partition (ESP) -->
  75. <ModifyPartition wcm:action="add">
  76. <Order>2</Order>
  77. <PartitionID>2</PartitionID>
  78. <Label>System</Label>
  79. <Format>FAT32</Format>
  80. </ModifyPartition>
  81. <!-- Microsoft reserved partition (MSR) -->
  82. <ModifyPartition wcm:action="add">
  83. <Order>3</Order>
  84. <PartitionID>3</PartitionID>
  85. </ModifyPartition>
  86. <!-- Windows partition -->
  87. <ModifyPartition wcm:action="add">
  88. <Order>4</Order>
  89. <PartitionID>4</PartitionID>
  90. <Label>Windows</Label>
  91. <Format>NTFS</Format>
  92. </ModifyPartition>
  93. </ModifyPartitions>
  94. <DiskID>0</DiskID>
  95. <WillWipeDisk>true</WillWipeDisk>
  96. </Disk>
  97. <WillShowUI>OnError</WillShowUI>
  98. </DiskConfiguration>
  99. <ImageInstall>
  100. <OSImage>
  101. <InstallTo>
  102. <DiskID>0</DiskID>
  103. <PartitionID>4</PartitionID>
  104. </InstallTo>
  105. </OSImage>
  106. </ImageInstall>
  107. <UserData>
  108. <AcceptEula>true</AcceptEula>
  109. <ProductKey>
  110. <WillShowUI>OnError</WillShowUI>
  111. <Key>removed</Key>
  112. </ProductKey>
  113. </UserData>
  114. </component>
  115. </settings>
  116. <settings pass="offlineServicing">
  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. <ComputerName>Reference</ComputerName>
  119. </component>
  120. </settings>
  121. <settings pass="oobeSystem">
  122. <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">
  123. <InputLocale>en-GB</InputLocale>
  124. <UILanguage>en-US</UILanguage>
  125. <SystemLocale>en-GB</SystemLocale>
  126. <UILanguageFallback></UILanguageFallback>
  127. <UserLocale>en-GB</UserLocale>
  128. </component>
  129. <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">
  130. <AutoLogon>
  131. <Enabled>true</Enabled>
  132. <Username>removed</Username>
  133. </AutoLogon>
  134. <UserAccounts>
  135. <AdministratorPassword>
  136. <Value>YwBhAGQAYQBjAEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</Value>
  137. <PlainText>false</PlainText>
  138. </AdministratorPassword>
  139. <LocalAccounts>
  140. <LocalAccount wcm:action="add">
  141. <Name>removed</Name>
  142. </LocalAccount>
  143. </LocalAccounts>
  144. </UserAccounts>
  145. <TimeZone>GMT Standard Time</TimeZone>
  146. <OOBE>
  147. <HideEULAPage>true</HideEULAPage>
  148. <HideLocalAccountScreen>true</HideLocalAccountScreen>
  149. <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
  150. <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
  151. <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  152. <ProtectYourPC>3</ProtectYourPC>
  153. </OOBE>
  154. </component>
  155. </settings>
  156. <cpi:offlineImage cpi:source="wim:e:/sources/install.wim#Windows 10 Enterprise Evaluation" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  157. </unattend>
Add Comment
Please, Sign In to add comment