Advertisement
Guest User

dzadza

a guest
Feb 11th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.02 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  3. <settings pass="windowsPE">
  4. <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">
  5. <DiskConfiguration>
  6. <Disk wcm:action="add">
  7. <CreatePartitions>
  8. <CreatePartition wcm:action="add">
  9. <Extend>false</Extend>
  10. <Order>1</Order>
  11. <Type>Primary</Type>
  12. <Size>15000</Size>
  13. </CreatePartition>
  14. </CreatePartitions>
  15. <ModifyPartitions>
  16. <ModifyPartition wcm:action="add">
  17. <Active>true</Active>
  18. <Extend>false</Extend>
  19. <Format>NTFS</Format>
  20. <Label>OS</Label>
  21. <Letter>C</Letter>
  22. <Order>1</Order>
  23. <PartitionID>1</PartitionID>
  24. </ModifyPartition>
  25. </ModifyPartitions>
  26. <DiskID>0</DiskID>
  27. <WillWipeDisk>true</WillWipeDisk>
  28. </Disk>
  29. </DiskConfiguration>
  30. <UserData>
  31. <ProductKey>
  32. <WillShowUI>Never</WillShowUI>
  33. <Key>NG4HW-VH26C-733KW-K6F98-J8CK4</Key>
  34. </ProductKey>
  35. <AcceptEula>true</AcceptEula>
  36. </UserData>
  37. <ImageInstall>
  38. <OSImage>
  39. <WillShowUI>OnError</WillShowUI>
  40. <InstallTo>
  41. <DiskID>0</DiskID>
  42. <PartitionID>1</PartitionID>
  43. </InstallTo>
  44. </OSImage>
  45. </ImageInstall>
  46. <UseConfigurationSet>true</UseConfigurationSet>
  47. <WindowsDeploymentServices>
  48. <ImageSelection>
  49. <InstallImage>
  50. <Filename>Install.wim</Filename>
  51. <ImageGroup>W8GROUP</ImageGroup>
  52. <ImageName>Windows8Pro</ImageName>
  53. </InstallImage>
  54. <InstallTo>
  55. <DiskID>0</DiskID>
  56. <PartitionID>1</PartitionID>
  57. </InstallTo>
  58. <WillShowUI>Never</WillShowUI>
  59. </ImageSelection>
  60. <Login>
  61. <Credentials>
  62. <Domain>wds.local</Domain>
  63. <Password>Groep2pxl</Password>
  64. <Username>Administrator</Username>
  65. </Credentials>
  66. </Login>
  67. </WindowsDeploymentServices>
  68. </component>
  69. <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">
  70. <SetupUILanguage>
  71. <UILanguage>en-US</UILanguage>
  72. </SetupUILanguage>
  73. <InputLocale>nl-BE</InputLocale>
  74. <SystemLocale>nl-BE</SystemLocale>
  75. <UILanguage>en-US</UILanguage>
  76. <UILanguageFallback>en-US</UILanguageFallback>
  77. <UserLocale>nl-BE</UserLocale>
  78. </component>
  79. </settings>
  80. <settings pass="auditSystem">
  81. <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">
  82. <UserAccounts>
  83. <LocalAccounts>
  84. <LocalAccount wcm:action="add">
  85. <Password>
  86. <Value>RwByAG8AZQBwADIAcAB4AGwAUABhAHMAcwB3AG8AcgBkAA==</Value>
  87. <PlainText>false</PlainText>
  88. </Password>
  89. <Description>pxl</Description>
  90. <DisplayName>student</DisplayName>
  91. <Group>Administrators</Group>
  92. <Name>Student</Name>
  93. </LocalAccount>
  94. </LocalAccounts>
  95. </UserAccounts>
  96. </component>
  97. </settings>
  98. <settings pass="specialize">
  99. <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">
  100. <InputLocale>nl-BE</InputLocale>
  101. <SystemLocale>nl-BE</SystemLocale>
  102. <UILanguage>en-US</UILanguage>
  103. <UILanguageFallback>en-US</UILanguageFallback>
  104. <UserLocale>nl-BE</UserLocale>
  105. </component>
  106. <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">
  107. <Identification>
  108. <Credentials>
  109. <Domain>eosk.local</Domain>
  110. <Password>Pxl1234</Password>
  111. <Username>Administrator</Username>
  112. </Credentials>
  113. <JoinDomain>eosk.local</JoinDomain>
  114. </Identification>
  115. </component>
  116. <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">
  117. <Themes>
  118. <DefaultThemesOff>true</DefaultThemesOff>
  119. </Themes>
  120. <ProductKey>NG4HW-VH26C-733KW-K6F98-J8CK4</ProductKey>
  121. <ComputerName>Client</ComputerName>
  122. <TimeZone>Romance Standard Time</TimeZone>
  123. <RegisteredOwner>Student</RegisteredOwner>
  124. <RegisteredOrganization>Groep2</RegisteredOrganization>
  125. </component>
  126. </settings>
  127. <settings pass="oobeSystem">
  128. <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">
  129. <VisualEffects>
  130. <SystemDefaultBackgroundColor>2</SystemDefaultBackgroundColor>
  131. </VisualEffects>
  132. <RegisteredOrganization>client</RegisteredOrganization>
  133. <RegisteredOwner>student</RegisteredOwner>
  134. <TimeZone>Romance Standard Time</TimeZone>
  135. <OOBE>
  136. <NetworkLocation>Work</NetworkLocation>
  137. <ProtectYourPC>1</ProtectYourPC>
  138. <HideEULAPage>true</HideEULAPage>
  139. <HideLocalAccountScreen>false</HideLocalAccountScreen>
  140. <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
  141. <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
  142. </OOBE>
  143. <UserAccounts>
  144. <LocalAccounts>
  145. <LocalAccount wcm:action="add">
  146. <Password>
  147. <Value>RwByAG8AZQBwADIAcAB4AGwAUABhAHMAcwB3AG8AcgBkAA==</Value>
  148. <PlainText>false</PlainText>
  149. </Password>
  150. <Description>Student</Description>
  151. <DisplayName>Student</DisplayName>
  152. <Group>Administrators</Group>
  153. <Name>Student</Name>
  154. </LocalAccount>
  155. </LocalAccounts>
  156. </UserAccounts>
  157. </component>
  158. <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">
  159. <InputLocale>nl-BE</InputLocale>
  160. <SystemLocale>nl-BE</SystemLocale>
  161. <UILanguage>en-US</UILanguage>
  162. <UILanguageFallback>en-US</UILanguageFallback>
  163. <UserLocale>nl-BE</UserLocale>
  164. </component>
  165. </settings>
  166. <cpi:offlineImage cpi:source="wim:c:/iso/windows%208%20uitgepakt/sources/install.wim#Windows 8 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  167. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement