w10install/autounattend_BIOS.xml

147 lines
7.9 KiB
XML
Raw Normal View History

2020-12-19 12:28:35 +01:00
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
2020-12-19 22:06:59 +01:00
<servicing></servicing>
2020-12-19 12:28:35 +01:00
<settings pass="windowsPE">
<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">
<SetupUILanguage>
<UILanguage>de-DE</UILanguage>
</SetupUILanguage>
<InputLocale>de-DE</InputLocale>
<SystemLocale>de-DE</SystemLocale>
2021-01-01 22:31:20 +01:00
<UILanguage>en-US</UILanguage>
<UserLocale>en-US</UserLocale>
2020-12-19 12:28:35 +01:00
</component>
<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">
<DiskConfiguration>
<WillShowUI>OnError</WillShowUI>
<Disk wcm:action="add">
<CreatePartitions>
<CreatePartition wcm:action="add">
<Order>1</Order>
2021-01-10 00:22:42 +01:00
<Size>100</Size>
2020-12-19 12:28:35 +01:00
<Type>Primary</Type>
</CreatePartition>
<CreatePartition wcm:action="add">
2021-01-10 00:22:42 +01:00
<Order>2</Order>
2020-12-19 12:28:35 +01:00
<Type>Primary</Type>
2021-01-10 00:22:42 +01:00
<Extend>true</Extend>
2020-12-19 12:28:35 +01:00
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
<ModifyPartition wcm:action="add">
<Order>1</Order>
<PartitionID>1</PartitionID>
<Format>NTFS</Format>
2021-01-10 00:22:42 +01:00
<Label>System</Label>
<Active>true</Active>
2020-12-19 12:28:35 +01:00
</ModifyPartition>
<ModifyPartition wcm:action="add">
<Order>2</Order>
<PartitionID>2</PartitionID>
<Letter>C</Letter>
<Label>Windows</Label>
<Format>NTFS</Format>
</ModifyPartition>
</ModifyPartitions>
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
</Disk>
</DiskConfiguration>
<ImageInstall>
<OSImage>
<InstallTo>
<DiskID>0</DiskID>
2021-01-10 00:22:42 +01:00
<PartitionID>2</PartitionID>
2020-12-19 12:28:35 +01:00
</InstallTo>
2020-12-21 15:46:30 +01:00
<WillShowUI>OnError</WillShowUI>
2020-12-19 12:28:35 +01:00
</OSImage>
</ImageInstall>
<UserData>
<ProductKey>
<Key>VK7JG-NPHTM-C97JM-9MPGT-3V66T</Key>
</ProductKey>
<AcceptEula>true</AcceptEula>
<Organization>none</Organization>
</UserData>
</component>
</settings>
<settings pass="specialize">
<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">
<OEMInformation>
2020-12-19 22:06:59 +01:00
<Manufacturer>IBM PC</Manufacturer>
2021-01-01 22:31:20 +01:00
<Model>Windows</Model>
2020-12-19 12:28:35 +01:00
</OEMInformation>
<CopyProfile>true</CopyProfile>
<RegisteredOrganization>none</RegisteredOrganization>
<RegisteredOwner>none</RegisteredOwner>
<TimeZone>Central Europe Standard Time</TimeZone>
2020-12-22 21:10:54 +01:00
<ProductKey>VK7JG-NPHTM-C97JM-9MPGT-3V66T</ProductKey>
<ShowPowerButtonOnStartScreen>true</ShowPowerButtonOnStartScreen>
</component>
<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">
<CEIPEnabled>0</CEIPEnabled>
2020-12-19 12:28:35 +01:00
</component>
</settings>
<settings pass="oobeSystem">
<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">
<InputLocale>de-DE</InputLocale>
2021-01-12 15:30:58 +01:00
<SystemLocale>en-US</SystemLocale>
2021-01-01 22:31:20 +01:00
<UILanguage>en-US</UILanguage>
2021-01-12 15:30:58 +01:00
<UserLocale>de-DE</UserLocale>
2020-12-19 12:28:35 +01:00
</component>
<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">
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<ProtectYourPC>1</ProtectYourPC>
2020-12-22 21:10:54 +01:00
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
2020-12-19 12:28:35 +01:00
</OOBE>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<!-- PASSWORD HERE -->
<Value></Value>
<PlainText>true</PlainText>
2020-12-19 12:28:35 +01:00
</Password>
<!-- USERNAME HERE -->
2020-12-19 12:28:35 +01:00
<DisplayName>support</DisplayName>
<Name>support</Name>
<Group>Administrators</Group>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
2020-12-19 22:06:59 +01:00
<AutoLogon>
<Password>
<!-- PASSWORD HERE -->
<Value></Value>
<PlainText>true</PlainText>
2020-12-19 22:06:59 +01:00
</Password>
<Enabled>true</Enabled>
<LogonCount>1</LogonCount>
<!-- USERNAME HERE -->
2020-12-19 22:06:59 +01:00
<Username>support</Username>
</AutoLogon>
2020-12-22 16:07:56 +01:00
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<Order>1</Order>
2020-12-22 21:10:54 +01:00
<Description>Password Never Expires</Description>
2020-12-25 22:24:09 +01:00
<CommandLine>cmd /C wmic useraccount where name=&quot;support&quot; set PasswordExpires=false</CommandLine>
2020-12-22 21:10:54 +01:00
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
2020-12-25 22:24:09 +01:00
<Order>2</Order>
2020-12-25 20:08:46 +01:00
<Description>Initial Setup</Description>
2021-01-10 15:49:37 +01:00
<CommandLine>cmd /C c:\windows\setup\scripts\StartCustomSetup.cmd</CommandLine>
2020-12-23 14:46:12 +01:00
</SynchronousCommand>
2020-12-22 16:07:56 +01:00
</FirstLogonCommands>
2020-12-19 12:28:35 +01:00
</component>
</settings>
2020-12-22 21:10:54 +01:00
<settings pass="offlineServicing">
<component name="Microsoft-Windows-LUA-Settings" 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">
<EnableLUA>false</EnableLUA>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:c:/temp/win10/sources/install.wim#Windows 10 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
2020-12-19 12:28:35 +01:00
</unattend>