Advertisement
Guest User

Untitled

a guest
Jun 10th, 2015
1,182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.24 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  3. <settings pass="specialize">
  4. <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">
  5. <RunSynchronous>
  6. <RunSynchronousCommand wcm:action="add">
  7. <Description>Activation de l&apos;administrateur</Description>
  8. <Order>1</Order>
  9. <Path>C:\windows\system32\net.exe user administrator /active:yes</Path>
  10. </RunSynchronousCommand>
  11. <RunSynchronousCommand wcm:action="add">
  12. <Description>Création du répertoire des usagers</Description>
  13. <Order>2</Order>
  14. <Path>cmd /c mkdir D:\Usagers</Path>
  15. </RunSynchronousCommand>
  16. <RunSynchronousCommand wcm:action="add">
  17. <Description>Share du disque C:</Description>
  18. <Order>3</Order>
  19. <Path>C:\windows\system32\net.exe share Systeme=C:\ /GRANT:Everyone,Full /CACHE:None</Path>
  20. </RunSynchronousCommand>
  21. <RunSynchronousCommand wcm:action="add">
  22. <Description>Share du disque D:</Description>
  23. <Order>4</Order>
  24. <Path>C:\windows\system32\net.exe share Donnees=D:\ /GRANT:Everyone,Full /CACHE:None</Path>
  25. </RunSynchronousCommand>
  26. <RunSynchronousCommand wcm:action="add">
  27. <Description>Share des usagers</Description>
  28. <Order>5</Order>
  29. <Path>C:\windows\system32\net.exe share Usagers=D:\Usagers /GRANT:Everyone,Full /CACHE:None</Path>
  30. </RunSynchronousCommand>
  31. <RunSynchronousCommand wcm:action="add">
  32. <Description>Disable Data Execution Prevention (DEP)</Description>
  33. <Order>6</Order>
  34. <Path>C:\windows\system32\bcdedit.exe /set {current} nx AlwaysOff</Path>
  35. </RunSynchronousCommand>
  36. </RunSynchronous>
  37. </component>
  38. <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">
  39. <RegisteredOrganization>Université Laval</RegisteredOrganization>
  40. <RegisteredOwner>LVSN</RegisteredOwner>
  41. <ProductKey>xxx</ProductKey>
  42. </component>
  43. <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">
  44. <Identification>
  45. <UnsecureJoin>true</UnsecureJoin>
  46. </Identification>
  47. </component>
  48. <component name="Security-Malware-Windows-Defender" 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">
  49. <DisableAntiSpyware>true</DisableAntiSpyware>
  50. </component>
  51. </settings>
  52. <settings pass="oobeSystem">
  53. <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">
  54. <InputLocale>0c0c:00011009</InputLocale>
  55. <SystemLocale>en-CA</SystemLocale>
  56. <UILanguage>en-CA</UILanguage>
  57. <UserLocale>en-CA</UserLocale>
  58. </component>
  59. <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">
  60. <FirstLogonCommands>
  61. <SynchronousCommand wcm:action="add">
  62. <CommandLine>C:\windows\system32\net.exe user Installation /delete</CommandLine>
  63. <Description>Efface le compte temporaire d&apos;installation</Description>
  64. <Order>1</Order>
  65. </SynchronousCommand>
  66. <SynchronousCommand wcm:action="add">
  67. <CommandLine>C:\windows\system32\net.exe user Guest /delete</CommandLine>
  68. <Description>Efface le compte de l&apos;invité.</Description>
  69. <Order>2</Order>
  70. </SynchronousCommand>
  71. </FirstLogonCommands>
  72. <OOBE>
  73. <HideEULAPage>true</HideEULAPage>
  74. <NetworkLocation>Work</NetworkLocation>
  75. <ProtectYourPC>1</ProtectYourPC>
  76. </OOBE>
  77. <UserAccounts>
  78. <AdministratorPassword>
  79. <Value>xxx</Value>
  80. <PlainText>false</PlainText>
  81. </AdministratorPassword>
  82. <LocalAccounts>
  83. <LocalAccount wcm:action="add">
  84. <Password>
  85. <Value>xxx</Value>
  86. <PlainText>false</PlainText>
  87. </Password>
  88. <Description>Compte temporaire pour l&apos;installation</Description>
  89. <DisplayName>Installation</DisplayName>
  90. <Group>Users</Group>
  91. <Name>Installation</Name>
  92. </LocalAccount>
  93. </LocalAccounts>
  94. </UserAccounts>
  95. <RegisteredOrganization>Université Laval</RegisteredOrganization>
  96. <RegisteredOwner>LVSN</RegisteredOwner>
  97. <TimeZone>Eastern Standard Time</TimeZone>
  98. </component>
  99. </settings>
  100. <settings pass="windowsPE">
  101. <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">
  102. <SetupUILanguage>
  103. <UILanguage>en-CA</UILanguage>
  104. <WillShowUI>Never</WillShowUI>
  105. </SetupUILanguage>
  106. <InputLocale>0c0c:00011009</InputLocale>
  107. <SystemLocale>en-CA</SystemLocale>
  108. <UILanguage>en-CA</UILanguage>
  109. <UserLocale>en-CA</UserLocale>
  110. </component>
  111. <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">
  112. <DiskConfiguration>
  113. <Disk wcm:action="add">
  114. <CreatePartitions>
  115. <CreatePartition wcm:action="add">
  116. <Order>1</Order>
  117. <Size>128000</Size>
  118. <Type>Primary</Type>
  119. </CreatePartition>
  120. <CreatePartition wcm:action="add">
  121. <Extend>true</Extend>
  122. <Order>2</Order>
  123. <Type>Primary</Type>
  124. </CreatePartition>
  125. </CreatePartitions>
  126. <ModifyPartitions>
  127. <ModifyPartition wcm:action="add">
  128. <Active>true</Active>
  129. <Extend>false</Extend>
  130. <Format>NTFS</Format>
  131. <Label>Systeme</Label>
  132. <Letter>C</Letter>
  133. <Order>1</Order>
  134. <PartitionID>1</PartitionID>
  135. </ModifyPartition>
  136. <ModifyPartition wcm:action="add">
  137. <Active>false</Active>
  138. <Extend>false</Extend>
  139. <Format>NTFS</Format>
  140. <Label>Donnees</Label>
  141. <Letter>D</Letter>
  142. <Order>2</Order>
  143. <PartitionID>2</PartitionID>
  144. </ModifyPartition>
  145. </ModifyPartitions>
  146. <DiskID>0</DiskID>
  147. <WillWipeDisk>true</WillWipeDisk>
  148. </Disk>
  149. <WillShowUI>Never</WillShowUI>
  150. </DiskConfiguration>
  151. <WindowsDeploymentServices>
  152. <ImageSelection>
  153. <InstallTo>
  154. <DiskID>0</DiskID>
  155. <PartitionID>1</PartitionID>
  156. </InstallTo>
  157. </ImageSelection>
  158. </WindowsDeploymentServices>
  159. <EnableFirewall>false</EnableFirewall>
  160. <UserData>
  161. <ProductKey>
  162. <WillShowUI>Never</WillShowUI>
  163. </ProductKey>
  164. <AcceptEula>true</AcceptEula>
  165. <FullName>LVSN</FullName>
  166. <Organization>Université LAval</Organization>
  167. </UserData>
  168. <ImageInstall>
  169. <OSImage>
  170. <InstallTo>
  171. <DiskID>0</DiskID>
  172. <PartitionID>1</PartitionID>
  173. </InstallTo>
  174. <InstallToAvailablePartition>true</InstallToAvailablePartition>
  175. <WillShowUI>OnError</WillShowUI>
  176. </OSImage>
  177. </ImageInstall>
  178. </component>
  179. </settings>
  180. <cpi:offlineImage cpi:source="xxx" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  181. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement