2024-05-27 16:53:00 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<unattend xmlns= "urn:schemas-microsoft-com:unattend" xmlns:wcm= "http://schemas.microsoft.com/WMIConfig/2002/State" >
<settings pass= "windowsPE" >
2025-12-15 12:06:27 -05:00
<component name= "Microsoft-Windows-International-Core-WinPE" processorArchitecture= "amd64" publicKeyToken= "31bf3856ad364e35" >
<SetupUILanguage > <UILanguage > en-US</UILanguage> </SetupUILanguage>
2024-05-27 16:53:00 +02:00
<InputLocale > 0409:00000409</InputLocale>
<SystemLocale > en-US</SystemLocale>
<UILanguage > en-US</UILanguage>
<UILanguageFallback > en-US</UILanguageFallback>
<UserLocale > en-US</UserLocale>
</component>
2025-12-15 12:06:27 -05:00
<component name= "Microsoft-Windows-Setup" processorArchitecture= "amd64" publicKeyToken= "31bf3856ad364e35" >
2024-05-27 16:53:00 +02:00
<DiskConfiguration >
<Disk wcm:action= "add" >
<DiskID > 0</DiskID>
<WillWipeDisk > true</WillWipeDisk>
<CreatePartitions >
2025-12-15 12:06:27 -05:00
<CreatePartition wcm:action= "add" > <Order > 1</Order> <Type > EFI</Type> <Size > 128</Size> </CreatePartition>
<CreatePartition wcm:action= "add" > <Order > 2</Order> <Type > Primary</Type> <Extend > true</Extend> </CreatePartition>
2024-05-27 16:53:00 +02:00
</CreatePartitions>
<ModifyPartitions >
2025-12-15 12:06:27 -05:00
<ModifyPartition wcm:action= "add" > <Order > 1</Order> <PartitionID > 1</PartitionID> <Label > System</Label> <Format > FAT32</Format> </ModifyPartition>
<ModifyPartition wcm:action= "add" > <Order > 2</Order> <PartitionID > 2</PartitionID> <Label > Windows</Label> <Letter > C</Letter> <Format > NTFS</Format> </ModifyPartition>
2024-05-27 16:53:00 +02:00
</ModifyPartitions>
</Disk>
</DiskConfiguration>
<ImageInstall >
<OSImage >
2025-12-15 12:06:27 -05:00
<InstallFrom > <MetaData wcm:action= "add" > <Key > /IMAGE/NAME</Key> <Value > Windows Server 2025 SERVERSTANDARD</Value> </MetaData> </InstallFrom>
<InstallTo > <DiskID > 0</DiskID> <PartitionID > 2</PartitionID> </InstallTo>
<WillShowUI > Never</WillShowUI>
2024-05-27 16:53:00 +02:00
<InstallToAvailablePartition > false</InstallToAvailablePartition>
</OSImage>
</ImageInstall>
2025-12-15 12:06:27 -05:00
<DynamicUpdate > <Enable > false</Enable> <WillShowUI > Never</WillShowUI> </DynamicUpdate>
<UpgradeData > <Upgrade > false</Upgrade> <WillShowUI > Never</WillShowUI> </UpgradeData>
<UserData > <AcceptEula > true</AcceptEula> <FullName > Docker</FullName> <Organization > Windows for Docker</Organization> </UserData>
2024-05-27 16:53:00 +02:00
</component>
</settings>
2025-12-15 12:06:27 -05:00
2024-05-27 16:53:00 +02:00
<settings pass= "specialize" >
2025-12-15 12:06:27 -05:00
<component name= "Microsoft-Windows-Shell-Setup" processorArchitecture= "amd64" publicKeyToken= "31bf3856ad364e35" >
2024-05-27 16:53:00 +02:00
<ComputerName > *</ComputerName>
2025-12-15 12:06:27 -05:00
<OEMInformation > <Manufacturer > Dockur</Manufacturer> <Model > Windows for Docker</Model> <SupportProvider > Dockur</SupportProvider> </OEMInformation>
2024-05-27 16:53:00 +02:00
</component>
2025-12-15 12:06:27 -05:00
<component name= "Microsoft-Windows-ErrorReportingCore" processorArchitecture= "amd64" publicKeyToken= "31bf3856ad364e35" > <DisableWER > 1</DisableWER> </component>
2024-05-27 16:53:00 +02:00
</settings>
2025-12-15 12:06:27 -05:00
2024-05-27 16:53:00 +02:00
<settings pass= "oobeSystem" >
2025-12-15 12:06:27 -05:00
<component name= "Microsoft-Windows-Shell-Setup" processorArchitecture= "amd64" publicKeyToken= "31bf3856ad364e35" >
<UserAccounts > <AdministratorPassword > <Value > password</Value> <PlainText > true</PlainText> </AdministratorPassword> </UserAccounts>
<AutoLogon > <Username > Administrator</Username> <Enabled > true</Enabled> <LogonCount > 1</LogonCount> <Password > <Value > password</Value> <PlainText > true</PlainText> </Password> </AutoLogon>
<Display > <ColorDepth > 32</ColorDepth> <HorizontalResolution > 1920</HorizontalResolution> <VerticalResolution > 1080</VerticalResolution> </Display>
<OOBE > <HideEULAPage > true</HideEULAPage> <HideLocalAccountScreen > true</HideLocalAccountScreen> <HideOEMRegistrationScreen > true</HideOEMRegistrationScreen> <HideOnlineAccountScreens > true</HideOnlineAccountScreens> <HideWirelessSetupInOOBE > true</HideWirelessSetupInOOBE> <SkipUserOOBE > true</SkipUserOOBE> <SkipMachineOOBE > true</SkipMachineOOBE> </OOBE>
2024-05-27 16:53:00 +02:00
<FirstLogonCommands >
2025-12-15 12:06:27 -05:00
<SynchronousCommand wcm:action= "add" > <Order > 1</Order> <CommandLine > reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /v ThrottlePolicy /t REG_DWORD /d 0 /f</CommandLine> <Description > Disable CPU throttling</Description> </SynchronousCommand>
<SynchronousCommand wcm:action= "add" > <Order > 2</Order> <CommandLine > reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Processor" /v EnableIdleThread /t REG_DWORD /d 0 /f</CommandLine> <Description > Force full CPU utilization</Description> </SynchronousCommand>
<SynchronousCommand wcm:action= "add" > <Order > 3</Order> <CommandLine > wmic computersystem where name="%computername%" set AutomaticManagedPagefile=False</CommandLine> <Description > Disable automatic pagefile</Description> </SynchronousCommand>
<SynchronousCommand wcm:action= "add" > <Order > 4</Order> <CommandLine > wmic pagefileset where name="C:\\pagefile.sys" delete</CommandLine> <Description > Remove pagefile</Description> </SynchronousCommand>
2024-05-27 16:53:00 +02:00
</FirstLogonCommands>
</component>
</settings>
</unattend>