Advertisement
Guest User

Untitled

a guest
Oct 5th, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MXML 7.74 KB | None | 0 0
  1.  
  2.  
  3. <?xml version="1.0" encoding="utf-8"?>
  4. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  5. <settings pass="windowsPE">
  6. <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  7. <SetupUILanguage>
  8. <UILanguage>fr-FR</UILanguage>
  9. </SetupUILanguage>
  10. <InputLocale>040c:0000040c</InputLocale>
  11. <SystemLocale>fr-FR</SystemLocale>
  12. <UILanguage>fr-FR</UILanguage>
  13. <UILanguageFallback>fr-FR</UILanguageFallback>
  14. <UserLocale>fr-FR</UserLocale>
  15. </component>
  16. <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">
  17. <SetupUILanguage>
  18. <UILanguage>fr-FR</UILanguage>
  19. </SetupUILanguage>
  20. <InputLocale>040c:0000040c</InputLocale>
  21. <SystemLocale>fr-FR</SystemLocale>
  22. <UILanguage>fr-FR</UILanguage>
  23. <UILanguageFallback>fr-FR</UILanguageFallback>
  24. <UserLocale>fr-FR</UserLocale>
  25. </component>
  26. <settings pass="specialize">
  27. <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" 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. <InputLocale>040c:0000040c</InputLocale>
  29. <SystemLocale>fr-FR</SystemLocale>
  30. <UILanguage>fr-FR</UILanguage>
  31. <UILanguageFallback>fr-FR</UILanguageFallback>
  32. <UserLocale>fr-FR</UserLocale>
  33. </component>
  34. <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">
  35. <InputLocale>040c:0000040c</InputLocale>
  36. <SystemLocale>fr-FR</SystemLocale>
  37. <UILanguage>fr-FR</UILanguage>
  38. <UILanguageFallback>fr-FR</UILanguageFallback>
  39. <UserLocale>fr-FR</UserLocale>
  40. </component>
  41. <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  42. <SkipAutoActivation>true</SkipAutoActivation>
  43. </component>
  44. <component name="Microsoft-Windows-Security-SPP-UX" 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">
  45. <SkipAutoActivation>true</SkipAutoActivation>
  46. </component>
  47. <component name="Microsoft-Windows-SQMApi" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  48. <CEIPEnabled>0</CEIPEnabled>
  49. </component>
  50. <component name="Microsoft-Windows-SQMApi" 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">
  51. <CEIPEnabled>0</CEIPEnabled>
  52. </component>
  53. </settings>
  54. <settings pass="oobeSystem">
  55. <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  56. <AutoLogon>
  57. <Password>
  58. <Value></Value>
  59. <PlainText>true</PlainText>
  60. </Password>
  61. <Enabled>true</Enabled>
  62. <Username>Admin</Username>
  63. </AutoLogon>
  64. <OOBE>
  65. <HideEULAPage>true</HideEULAPage>
  66. <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
  67. <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
  68. <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  69. <NetworkLocation>Home</NetworkLocation>
  70. <SkipUserOOBE>true</SkipUserOOBE>
  71. <SkipMachineOOBE>true</SkipMachineOOBE>
  72. <ProtectYourPC>3</ProtectYourPC>
  73. </OOBE>
  74. <UserAccounts>
  75. <LocalAccounts>
  76. <LocalAccount wcm:action="add">
  77. <Password>
  78. <Value></Value>
  79. <PlainText>true</PlainText>
  80. </Password>
  81. <Description></Description>
  82. <DisplayName>Admin</DisplayName>
  83. <Group>Administrators</Group>
  84. <Name>Admin</Name>
  85. </LocalAccount>
  86. </LocalAccounts>
  87. </UserAccounts>
  88. <RegisteredOrganization></RegisteredOrganization>
  89. <RegisteredOwner>Admin</RegisteredOwner>
  90. <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
  91. <FirstLogonCommands>
  92. <SynchronousCommand wcm:action="add">
  93. <Description>Control Panel View</Description>
  94. <Order>1</Order>
  95. <CommandLine>reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel" /v StartupPage /t REG_DWORD /d 1 /f</CommandLine>
  96. <RequiresUserInput>true</RequiresUserInput>
  97. </SynchronousCommand>
  98. <SynchronousCommand wcm:action="add">
  99. <Order>2</Order>
  100. <Description>Control Panel Icon Size</Description>
  101. <RequiresUserInput>false</RequiresUserInput>
  102. <CommandLine>reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel" /v AllItemsIconView /t REG_DWORD /d 0 /f</CommandLine>
  103. </SynchronousCommand>
  104. <SynchronousCommand wcm:action="add">
  105. <Order>3</Order>
  106. <RequiresUserInput>false</RequiresUserInput>
  107. <CommandLine>cmd /C wmic useraccount where name="Admin" set PasswordExpires=false</CommandLine>
  108. <Description>Password Never Expires</Description>
  109. </SynchronousCommand>
  110. </FirstLogonCommands>
  111. <TimeZone>Romance Standard Time</TimeZone>
  112. </component>
  113. <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">
  114. <AutoLogon>
  115. <Password>
  116. <Value></Value>
  117. <PlainText>true</PlainText>
  118. </Password>
  119. <Enabled>true</Enabled>
  120. <Username>Admin</Username>
  121. </AutoLogon>
  122. <OOBE>
  123. <HideEULAPage>true</HideEULAPage>
  124. <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
  125. <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
  126. <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  127. <NetworkLocation>Home</NetworkLocation>
  128. <SkipUserOOBE>true</SkipUserOOBE>
  129. <SkipMachineOOBE>true</SkipMachineOOBE>
  130. <ProtectYourPC>3</ProtectYourPC>
  131. </OOBE>
  132. <UserAccounts>
  133. <LocalAccounts>
  134. <LocalAccount wcm:action="add">
  135. <Password>
  136. <Value></Value>
  137. <PlainText>true</PlainText>
  138. </Password>
  139. <Description></Description>
  140. <DisplayName>Admin</DisplayName>
  141. <Group>Administrators</Group>
  142. <Name>Admin</Name>
  143. </LocalAccount>
  144. </LocalAccounts>
  145. </UserAccounts>
  146. <RegisteredOrganization></RegisteredOrganization>
  147. <RegisteredOwner>Admin</RegisteredOwner>
  148. <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
  149. <FirstLogonCommands>
  150. <SynchronousCommand wcm:action="add">
  151. <Description>Control Panel View</Description>
  152. <Order>1</Order>
  153. <CommandLine>reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel" /v StartupPage /t REG_DWORD /d 1 /f</CommandLine>
  154. <RequiresUserInput>true</RequiresUserInput>
  155. </SynchronousCommand>
  156. <SynchronousCommand wcm:action="add">
  157. <Order>2</Order>
  158. <Description>Control Panel Icon Size</Description>
  159. <RequiresUserInput>false</RequiresUserInput>
  160. <CommandLine>reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel" /v AllItemsIconView /t REG_DWORD /d 0 /f</CommandLine>
  161. </SynchronousCommand>
  162. </FirstLogonCommands>
  163. <TimeZone>Romance Standard Time</TimeZone>
  164. </component>
  165. </settings>
  166. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement