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>
|
|
|
|
<UILanguage>de-DE</UILanguage>
|
|
|
|
<UserLocale>de-DE</UserLocale>
|
|
|
|
</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>2</Order>
|
|
|
|
<Type>EFI</Type>
|
|
|
|
<Size>100</Size>
|
|
|
|
</CreatePartition>
|
|
|
|
<CreatePartition wcm:action="add">
|
|
|
|
<Order>1</Order>
|
|
|
|
<Size>500</Size>
|
|
|
|
<Type>Primary</Type>
|
|
|
|
</CreatePartition>
|
|
|
|
<CreatePartition wcm:action="add">
|
|
|
|
<Extend>true</Extend>
|
|
|
|
<Order>4</Order>
|
|
|
|
<Type>Primary</Type>
|
|
|
|
</CreatePartition>
|
|
|
|
<CreatePartition wcm:action="add">
|
|
|
|
<Order>3</Order>
|
|
|
|
<Size>16</Size>
|
|
|
|
<Type>MSR</Type>
|
|
|
|
</CreatePartition>
|
|
|
|
</CreatePartitions>
|
|
|
|
<ModifyPartitions>
|
|
|
|
<ModifyPartition wcm:action="add">
|
|
|
|
<Order>1</Order>
|
|
|
|
<PartitionID>1</PartitionID>
|
|
|
|
<Format>NTFS</Format>
|
|
|
|
<Label>WinRE</Label>
|
|
|
|
<TypeID>DE94BBA4-06D1-4D40-A16A-BFD50179D6AC</TypeID>
|
|
|
|
</ModifyPartition>
|
|
|
|
<ModifyPartition wcm:action="add">
|
|
|
|
<Order>3</Order>
|
|
|
|
<PartitionID>3</PartitionID>
|
|
|
|
</ModifyPartition>
|
|
|
|
<ModifyPartition wcm:action="add">
|
|
|
|
<Order>2</Order>
|
|
|
|
<PartitionID>2</PartitionID>
|
|
|
|
<Label>System</Label>
|
|
|
|
<Format>FAT32</Format>
|
|
|
|
</ModifyPartition>
|
|
|
|
<ModifyPartition wcm:action="add">
|
|
|
|
<Order>4</Order>
|
|
|
|
<PartitionID>4</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>
|
|
|
|
<PartitionID>4</PartitionID>
|
|
|
|
</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>
|
|
|
|
<Model>Windos</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>
|
|
|
|
<BluetoothTaskbarIconEnabled>true</BluetoothTaskbarIconEnabled>
|
|
|
|
</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>
|
|
|
|
<SystemLocale>de-DE</SystemLocale>
|
|
|
|
<UILanguage>de-DE</UILanguage>
|
|
|
|
<UserLocale>de-DE</UserLocale>
|
|
|
|
</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>
|
|
|
|
<Value>UwB0AGEAcgB0AF8AMQAyADMANAA1ACEAUABhAHMAcwB3AG8AcgBkAA==</Value>
|
|
|
|
<PlainText>false</PlainText>
|
|
|
|
</Password>
|
|
|
|
<Description>SUPPORT account</Description>
|
|
|
|
<DisplayName>support</DisplayName>
|
|
|
|
<Name>support</Name>
|
|
|
|
<Group>Administrators</Group>
|
|
|
|
</LocalAccount>
|
|
|
|
</LocalAccounts>
|
|
|
|
</UserAccounts>
|
2020-12-19 22:06:59 +01:00
|
|
|
<AutoLogon>
|
|
|
|
<Password>
|
|
|
|
<Value>UwB0AGEAcgB0AF8AMQAyADMANAA1ACEAUABhAHMAcwB3AG8AcgBkAA==</Value>
|
|
|
|
<PlainText>false</PlainText>
|
|
|
|
</Password>
|
|
|
|
<Enabled>true</Enabled>
|
|
|
|
<LogonCount>1</LogonCount>
|
|
|
|
<Username>support</Username>
|
|
|
|
</AutoLogon>
|
2020-12-22 16:07:56 +01:00
|
|
|
<FirstLogonCommands>
|
|
|
|
<SynchronousCommand wcm:action="add">
|
2020-12-22 21:10:54 +01:00
|
|
|
<Description>Control Panel View</Description>
|
2020-12-22 16:07:56 +01:00
|
|
|
<Order>1</Order>
|
2020-12-22 21:10:54 +01:00
|
|
|
<CommandLine>reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel" /v StartupPage /t REG_DWORD /d 1 /f</CommandLine>
|
|
|
|
<RequiresUserInput>true</RequiresUserInput>
|
|
|
|
</SynchronousCommand>
|
|
|
|
<SynchronousCommand wcm:action="add">
|
|
|
|
<Order>2</Order>
|
|
|
|
<Description>Control Panel Icon Size</Description>
|
|
|
|
<RequiresUserInput>false</RequiresUserInput>
|
|
|
|
<CommandLine>reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel" /v AllItemsIconView /t REG_DWORD /d 0 /f</CommandLine>
|
|
|
|
</SynchronousCommand>
|
|
|
|
<SynchronousCommand wcm:action="add">
|
|
|
|
<Order>3</Order>
|
|
|
|
<RequiresUserInput>false</RequiresUserInput>
|
|
|
|
<CommandLine>cmd /C wmic useraccount where name="support" set PasswordExpires=false</CommandLine>
|
|
|
|
<Description>Password Never Expires</Description>
|
|
|
|
</SynchronousCommand>
|
|
|
|
<SynchronousCommand wcm:action="add">
|
|
|
|
<Order>5</Order>
|
|
|
|
<CommandLine>D:\1st_logon.cmd</CommandLine>
|
|
|
|
<RequiresUserInput>true</RequiresUserInput>
|
|
|
|
</SynchronousCommand>
|
|
|
|
<SynchronousCommand wcm:action="add">
|
|
|
|
<Order>4</Order>
|
|
|
|
<Description>Turn Firewall OFF</Description>
|
|
|
|
<CommandLine>cmd /C netsh advfirewall set allprofiles state off</CommandLine>
|
2020-12-22 16:07:56 +01:00
|
|
|
</SynchronousCommand>
|
|
|
|
</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>
|
2020-12-21 22:44:57 +01:00
|
|
|
<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>
|