Last active
February 25, 2025 15:30
-
-
Save FaserF/f4f0a5ba1b9382b49d419158c11197c1 to your computer and use it in GitHub Desktop.
Silent Windows 11 Pro installation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<unattend xmlns="urn:schemas-microsoft-com:unattend"> | |
<settings pass="generalize"> | |
<component name="Microsoft-Windows-PnpSysprep" 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"> | |
<PersistAllDeviceInstalls>true</PersistAllDeviceInstalls> | |
</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>0407:00000407</InputLocale> | |
<SystemLocale>de-DE</SystemLocale> | |
<UILanguage>de-DE</UILanguage> | |
<UILanguageFallback>de-DE</UILanguageFallback> | |
<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"> | |
<TimeZone>W. Europe Standard Time</TimeZone> | |
<OEMInformation> | |
<Manufacturer>Dell Technologies</Manufacturer> | |
<SupportURL>http://www.dell.com/support/home/de/de/debsdt1/products/</SupportURL> | |
</OEMInformation> | |
<OOBE> | |
<HideEULAPage>true</HideEULAPage> | |
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen> | |
<HideOnlineAccountScreens>true</HideOnlineAccountScreens> | |
<HideWirelessSetupInOOBE>false</HideWirelessSetupInOOBE> | |
<NetworkLocation>Home</NetworkLocation> | |
<SkipUserOOBE>true</SkipUserOOBE> | |
<SkipMachineOOBE>true</SkipMachineOOBE> | |
<ProtectYourPC>1</ProtectYourPC> | |
</OOBE> | |
<UserAccounts> | |
<LocalAccounts> | |
<LocalAccount wcm:action="add"> | |
<Password> | |
<Value></Value> | |
<PlainText>true</PlainText> | |
</Password> | |
<Description></Description> | |
<DisplayName>User</DisplayName> | |
<Group>Administrators</Group> | |
<Name>user</Name> | |
</LocalAccount> | |
</LocalAccounts> | |
</UserAccounts> | |
</component> | |
</settings> | |
<settings pass="specialize"> | |
<component name="Microsoft-Windows-Security-SPP-UX" 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"> | |
<SkipAutoActivation>false</SkipAutoActivation> | |
</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"> | |
<ComputerName>Dell</ComputerName> | |
<RegisteredOwner></RegisteredOwner> | |
</component> | |
</settings> | |
<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"> | |
<InputLocale>0407:00000407</InputLocale> | |
<SystemLocale>de-DE</SystemLocale> | |
<UILanguage>de-DE</UILanguage> | |
<UILanguageFallback>de-DE</UILanguageFallback> | |
<UserLocale>de-DE</UserLocale> | |
<SetupUILanguage> | |
<UILanguage>de-DE</UILanguage> | |
</SetupUILanguage> | |
</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> | |
<Disk wcm:action="add"> | |
<DiskID>0</DiskID> | |
<WillWipeDisk>true</WillWipeDisk> | |
<CreatePartitions> | |
<!-- Windows RE Tools partition 4GB --> | |
<CreatePartition wcm:action="add"> | |
<Order>1</Order> | |
<Size>4096</Size> | |
<Type>Primary</Type> | |
</CreatePartition> | |
<!-- System partition (ESP) 500MB --> | |
<CreatePartition wcm:action="add"> | |
<Order>2</Order> | |
<Size>500</Size> | |
<Type>EFI</Type> | |
</CreatePartition> | |
<!-- Microsoft reserved partition (MSR) --> | |
<CreatePartition wcm:action="add"> | |
<Order>3</Order> | |
<Size>128</Size> | |
<Type>MSR</Type> | |
</CreatePartition> | |
<!-- Windows partition --> | |
<CreatePartition wcm:action="add"> | |
<Order>4</Order> | |
<Type>Primary</Type> | |
<Extend>true</Extend> | |
</CreatePartition> | |
</CreatePartitions> | |
<ModifyPartitions> | |
<!-- Windows RE Tools partition --> | |
<ModifyPartition wcm:action="add"> | |
<Order>1</Order> | |
<PartitionID>1</PartitionID> | |
<Format>NTFS</Format> | |
<Label>Recovery</Label> | |
<TypeID>de94bba4-06d1-4d40-a16a-bfd50179d6ac</TypeID> | |
</ModifyPartition> | |
<!-- System partition (ESP) --> | |
<ModifyPartition wcm:action="add"> | |
<Order>2</Order> | |
<PartitionID>2</PartitionID> | |
<Format>FAT32</Format> | |
<Label>System</Label> | |
</ModifyPartition> | |
<!-- Windows partition --> | |
<ModifyPartition wcm:action="add"> | |
<Order>3</Order> | |
<PartitionID>4</PartitionID> | |
<Format>NTFS</Format> | |
<Label>Windows</Label> | |
<Letter>C</Letter> | |
</ModifyPartition> | |
</ModifyPartitions> | |
</Disk> | |
</DiskConfiguration> | |
<Diagnostics> | |
<OptIn>true</OptIn> | |
</Diagnostics> | |
<DynamicUpdate> | |
<Enable>true</Enable> | |
<WillShowUI>OnError</WillShowUI> | |
</DynamicUpdate> | |
<ImageInstall> | |
<OSImage> | |
<InstallFrom> | |
<MetaData wcm:action="add"> | |
<Key>/IMAGE/INDEX</Key> | |
<Value>5</Value> <!-- Index for Windows 11 Pro --> | |
</MetaData> | |
</InstallFrom> | |
<WillShowUI>Never</WillShowUI> | |
<InstallTo> | |
<DiskID>0</DiskID> | |
<PartitionID>4</PartitionID> | |
</InstallTo> | |
</OSImage> | |
</ImageInstall> | |
<UserData> | |
<AcceptEula>true</AcceptEula> | |
<ProductKey> | |
<Key>[KEY]</Key> | |
<WillShowUI>OnError</WillShowUI> | |
</ProductKey> | |
</UserData> | |
</component> | |
</settings> | |
</unattend> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment