diff --git a/Panther/unattend.xml b/Panther/unattend.xml new file mode 100644 index 0000000..f0f2fb6 --- /dev/null +++ b/Panther/unattend.xml @@ -0,0 +1,91 @@ + + + + + + OnError + + 0 + true + + + + false + + Windows-keys + Never + + + + + Computer-Name + Windows-Keys + + + + + + 3 + true + + CEN Rhone-Alpes + + CEN-RA Plateforme + CEN-RA-Plateforme-SI + https://xxxx/ + + + + + Accounts-Name + Administrators + + Accounts-Password + true</PlainText> + </Password> + <Description>Accounts-Description</Description> + </LocalAccount> + </LocalAccounts> + <AdministratorPassword> + <Value>Admin-Password</Value> + <PlainText>true</PlainText> + </AdministratorPassword> + </UserAccounts> + <AutoLogon> + <Password> + <Value>AutoLogin-Account-Password</Value> + <PlainText>true</PlainText> + </Password> + <Enabled>true</Enabled> + <LogonCount>1</LogonCount> + <Username>AutoLogin-Account-Name</Username> + </AutoLogon> + <FirstLogonCommands> + <SynchronousCommand wcm:action="add"> + <Order>1</Order> + <CommandLine>net user "Administrateur" /active:yes</CommandLine> + </SynchronousCommand> + <SynchronousCommand wcm:action="add"> + <CommandLine>C:\Windows\Panther\InstalCustome\SetupPChosts.bat</CommandLine> + <Order>2</Order> + </SynchronousCommand> + <SynchronousCommand wcm:action="add"> + <CommandLine>4269</CommandLine> + <Order>3</Order> + </SynchronousCommand> + <SynchronousCommand wcm:action="add"> + <Order>4</Order> + <CommandLine>cmd /C wmic useraccount where name='Account-Name' set PasswordExpires=false</CommandLine> + <Description>Password Never Expires</Description> + </SynchronousCommand> + </FirstLogonCommands> + </component> + <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" language="neutral" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS"> + <InputLocale>0000040c</InputLocale> + <SystemLocale>fr-FR</SystemLocale> + <UserLocale>fr-FR</UserLocale> + <UILanguage>fr-FR</UILanguage> + <UILanguageFallback>en-US</UILanguageFallback> + </component> + </settings> +</unattend>