151 lines
8.1 KiB
XML
151 lines
8.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<unattend xmlns="urn:schemas-microsoft-com:unattend">
|
|
<settings pass="windowsPE">
|
|
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
|
|
<UseConfigurationSet>true</UseConfigurationSet>
|
|
<UserData>
|
|
<AcceptEula>true</AcceptEula>
|
|
<FullName>MonOrganisation</FullName>
|
|
<Organization>MonOrganisation</Organization>
|
|
<ProductKey>
|
|
<Key>NPPR9-FWDCX-D2C8J-H872K-2YT43</Key>
|
|
<WillShowUI>OnError</WillShowUI>
|
|
</ProductKey>
|
|
</UserData>
|
|
<ImageInstall>
|
|
<OSImage>
|
|
<InstallToAvailablePartition>true</InstallToAvailablePartition>
|
|
</OSImage>
|
|
</ImageInstall>
|
|
<ComplianceCheck>
|
|
<DisplayReport>OnError</DisplayReport>
|
|
</ComplianceCheck>
|
|
</component>
|
|
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
|
|
<SetupUILanguage>
|
|
<UILanguage>en-US</UILanguage>
|
|
</SetupUILanguage>
|
|
<InputLocale>040C:0000040C</InputLocale>
|
|
<SystemLocale>fr-FR</SystemLocale>
|
|
<UILanguage>fr-FR</UILanguage>
|
|
<UserLocale>fr-FR</UserLocale>
|
|
</component>
|
|
</settings>
|
|
<settings pass="generalize">
|
|
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
|
|
<DoNotCleanTaskBar>true</DoNotCleanTaskBar>
|
|
</component>
|
|
</settings>
|
|
<settings pass="specialize">
|
|
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" name="Microsoft-Windows-UnattendedJoin" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
|
|
<Identification>
|
|
<Credentials>
|
|
<Username>CompteAD</Username>
|
|
<Domain>monlab.lan</Domain>
|
|
<Password>CompteADPassword</Password>
|
|
</Credentials>
|
|
<JoinDomain>monlab.lan</JoinDomain>
|
|
</Identification>
|
|
</component>
|
|
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
|
|
<ComputerName>nomPC</ComputerName>
|
|
<RegisteredOrganization>MonOrganisation</RegisteredOrganization>
|
|
<RegisteredOwner>MonOrganisation</RegisteredOwner>
|
|
<DoNotCleanTaskBar>true</DoNotCleanTaskBar>
|
|
<TimeZone>Romance Standard Time</TimeZone>
|
|
<ProductKey>NPPR9-FWDCX-D2C8J-H872K-2YT43</ProductKey>
|
|
</component>
|
|
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
|
|
<Home_Page>http://leblogosd.wuibaille.fr</Home_Page>
|
|
</component>
|
|
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
|
|
<RunSynchronous>
|
|
<RunSynchronousCommand wcm:action="add">
|
|
<Description>EnableAdmin</Description>
|
|
<Order>1</Order>
|
|
<Path>cmd /c net user Administrator /active:yes</Path>
|
|
</RunSynchronousCommand>
|
|
<RunSynchronousCommand wcm:action="add">
|
|
<Description>UnfilterAdministratorToken</Description>
|
|
<Order>2</Order>
|
|
<Path>cmd /c reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v FilterAdministratorToken /t REG_DWORD /d 0 /f</Path>
|
|
</RunSynchronousCommand>
|
|
<RunSynchronousCommand wcm:action="add">
|
|
<Description>disable user account page</Description>
|
|
<Order>3</Order>
|
|
<Path>reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Setup\OOBE /v UnattendCreatedUser /t REG_DWORD /d 1 /f</Path>
|
|
</RunSynchronousCommand>
|
|
<RunSynchronousCommand wcm:action="add">
|
|
<Description>disable async RunOnce</Description>
|
|
<Order>4</Order>
|
|
<Path>reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer /v AsyncRunOnce /t REG_DWORD /d 0 /f</Path>
|
|
</RunSynchronousCommand>
|
|
</RunSynchronous>
|
|
</component>
|
|
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
|
|
<InputLocale>fr-fr;040c:0000040c</InputLocale>
|
|
<SystemLocale>fr-fr</SystemLocale>
|
|
<UILanguage>fr-fr</UILanguage>
|
|
<UserLocale>fr-fr</UserLocale>
|
|
</component>
|
|
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-TapiSetup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
|
|
<TapiConfigured>0</TapiConfigured>
|
|
<TapiUnattendLocation>
|
|
<AreaCode>""</AreaCode>
|
|
<CountryOrRegion>1</CountryOrRegion>
|
|
<LongDistanceAccess>9</LongDistanceAccess>
|
|
<OutsideAccess>9</OutsideAccess>
|
|
<PulseOrToneDialing>1</PulseOrToneDialing>
|
|
<DisableCallWaiting>""</DisableCallWaiting>
|
|
<InternationalCarrierCode>""</InternationalCarrierCode>
|
|
<LongDistanceCarrierCode>""</LongDistanceCarrierCode>
|
|
<Name>Default</Name>
|
|
</TapiUnattendLocation>
|
|
</component>
|
|
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-SystemRestore-Main" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
|
|
<DisableSR>1</DisableSR>
|
|
</component>
|
|
</settings>
|
|
<settings pass="oobeSystem">
|
|
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
|
|
<UserAccounts>
|
|
<AdministratorPassword>
|
|
<Value>Password1</Value>
|
|
<PlainText>true</PlainText>
|
|
</AdministratorPassword>
|
|
</UserAccounts>
|
|
<AutoLogon>
|
|
<Enabled>true</Enabled>
|
|
<Username>Administrator</Username>
|
|
<Domain>.</Domain>
|
|
<Password>
|
|
<Value>Password1</Value>
|
|
<PlainText>true</PlainText>
|
|
</Password>
|
|
<LogonCount>1</LogonCount>
|
|
</AutoLogon>
|
|
<Display>
|
|
</Display>
|
|
<OOBE>
|
|
<HideEULAPage>true</HideEULAPage>
|
|
<NetworkLocation>Work</NetworkLocation>
|
|
<ProtectYourPC>1</ProtectYourPC>
|
|
<HideLocalAccountScreen>true</HideLocalAccountScreen>
|
|
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
|
|
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
|
|
<SkipMachineOOBE>true</SkipMachineOOBE>
|
|
<SkipUserOOBE>true</SkipUserOOBE>
|
|
</OOBE>
|
|
<RegisteredOrganization>MonOrganisation</RegisteredOrganization>
|
|
<RegisteredOwner>MonOrganisation</RegisteredOwner>
|
|
<TimeZone>Romance Standard Time</TimeZone>
|
|
</component>
|
|
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
|
|
<InputLocale>fr-fr;040c:0000040c</InputLocale>
|
|
<SystemLocale>fr-fr</SystemLocale>
|
|
<UILanguage>fr-fr</UILanguage>
|
|
<UserLocale>fr-fr</UserLocale>
|
|
</component>
|
|
</settings>
|
|
</unattend>
|