Last active
October 3, 2024 19:08
-
-
Save inntran/2e623ecbc4cdcc3860028f37ac3c8126 to your computer and use it in GitHub Desktop.
Windows 11 24h2 Clean Setup, sponsored apps will not be installed.
This file contains hidden or 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"> | |
<servicing></servicing> | |
<settings pass="windowsPE"> | |
<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> | |
<Type>EFI</Type> | |
<Size>1024</Size> | |
</CreatePartition> | |
<CreatePartition wcm:action="add"> | |
<Order>2</Order> | |
<Type>MSR</Type> | |
<Size>16</Size> | |
</CreatePartition> | |
<CreatePartition wcm:action="add"> | |
<Order>3</Order> | |
<Size>1024</Size> | |
<Type>Primary</Type> | |
</CreatePartition> | |
<CreatePartition wcm:action="add"> | |
<Order>4</Order> | |
<Size>65536</Size> | |
<Type>Primary</Type> | |
</CreatePartition> | |
</CreatePartitions> | |
<ModifyPartitions> | |
<ModifyPartition wcm:action="add"> | |
<Order>1</Order> | |
<PartitionID>1</PartitionID> | |
<Format>FAT32</Format> | |
<Label>EFI</Label> | |
</ModifyPartition> | |
<ModifyPartition wcm:action="add"> | |
<Order>2</Order> | |
<PartitionID>3</PartitionID> | |
<TypeID>de94bba4-06d1-4d40-a16a-bfd50179d6ac</TypeID> | |
<Label>Windows RE</Label> | |
<Format>NTFS</Format> | |
</ModifyPartition> | |
<ModifyPartition wcm:action="add"> | |
<Order>3</Order> | |
<PartitionID>4</PartitionID> | |
<Letter>C</Letter> | |
<Label>WINNT</Label> | |
<Format>NTFS</Format> | |
</ModifyPartition> | |
</ModifyPartitions> | |
<WillWipeDisk>true</WillWipeDisk> | |
<DiskID>0</DiskID> | |
</Disk> | |
</DiskConfiguration> | |
<DynamicUpdate> | |
<Enable>true</Enable> | |
</DynamicUpdate> | |
<ImageInstall> | |
<OSImage> | |
<InstallFrom> | |
<MetaData wcm:action="add"> | |
<Key>/IMAGE/INDEX</Key> | |
<Value>1</Value> | |
</MetaData> | |
</InstallFrom> | |
<InstallTo> | |
<DiskID>0</DiskID> | |
<PartitionID>4</PartitionID> | |
</InstallTo> | |
</OSImage> | |
</ImageInstall> | |
<UserData> | |
<ProductKey> | |
<Key>XGVPP-NMH47-7TTHJ-W3FW7-8HV2C</Key> | |
</ProductKey> | |
<AcceptEula>true</AcceptEula> | |
</UserData> | |
<RunSynchronous> | |
<RunSynchronousCommand wcm:action="add"> | |
<Order>1</Order> | |
<Path>reg.exe add "HKLM\SYSTEM\Setup\LabConfig" /v BypassTPMCheck /t REG_DWORD /d 1 /f</Path> | |
</RunSynchronousCommand> | |
<RunSynchronousCommand wcm:action="add"> | |
<Order>2</Order> | |
<Path>reg.exe add "HKLM\SYSTEM\Setup\LabConfig" /v BypassSecureBootCheck /t REG_DWORD /d 1 /f</Path> | |
</RunSynchronousCommand> | |
<RunSynchronousCommand wcm:action="add"> | |
<Order>3</Order> | |
<Path>reg.exe add "HKLM\SYSTEM\Setup\LabConfig" /v BypassRAMCheck /t REG_DWORD /d 1 /f</Path> | |
</RunSynchronousCommand> | |
</RunSynchronous> | |
</component> | |
<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>en-US</UILanguage> | |
</SetupUILanguage> | |
<SystemLocale>en-US</SystemLocale> | |
<UILanguage>en-US</UILanguage> | |
<InputLocale>0409:00000409</InputLocale> | |
</component> | |
</settings> | |
<settings pass="specialize"> | |
<component name="Microsoft-Windows-Deployment" 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"> | |
<RunAsynchronous> | |
<RunAsynchronousCommand wcm:action="add"> | |
<Order>1</Order> | |
<Path>reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f</Path> | |
</RunAsynchronousCommand> | |
<RunAsynchronousCommand wcm:action="add"> | |
<Order>2</Order> | |
<Path>reg load HKU\DFT C:\Users\Default\NTUSER.DAT</Path> | |
</RunAsynchronousCommand> | |
<RunAsynchronousCommand wcm:action="add"> | |
<Order>3</Order> | |
<Path>reg import D:\disablecontentdeliverymgr.reg</Path> | |
</RunAsynchronousCommand> | |
<RunAsynchronousCommand wcm:action="add"> | |
<Order>4</Order> | |
<Path>reg import E:\disablecontentdeliverymgr.reg</Path> | |
</RunAsynchronousCommand> | |
<RunAsynchronousCommand wcm:action="add"> | |
<Order>5</Order> | |
<Path>reg import F:\disablecontentdeliverymgr.reg</Path> | |
</RunAsynchronousCommand> | |
<RunAsynchronousCommand wcm:action="add"> | |
<Order>6</Order> | |
<Path>reg import G:\disablecontentdeliverymgr.reg</Path> | |
</RunAsynchronousCommand> | |
<RunAsynchronousCommand wcm:action="add"> | |
<Order>7</Order> | |
<Path>reg unload HKU\DFT</Path> | |
</RunAsynchronousCommand> | |
</RunAsynchronous> | |
</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"> | |
<WindowsFeatures> | |
<ShowInternetExplorer>true</ShowInternetExplorer> | |
<ShowWindowsMediaPlayer>true</ShowWindowsMediaPlayer> | |
<ShowMediaCenter>true</ShowMediaCenter> | |
</WindowsFeatures> | |
</component> | |
<component name="Microsoft-Windows-Authentication-AuthUI-Component" 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"> | |
<DisableStartupSound>false</DisableStartupSound> | |
</component> | |
</settings> | |
<settings pass="oobeSystem"> | |
<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> | |
<ProtectYourPC>3</ProtectYourPC> | |
<HideOnlineAccountScreens>true</HideOnlineAccountScreens> | |
<HideEULAPage>false</HideEULAPage> | |
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> | |
</OOBE> | |
<UserAccounts> | |
<LocalAccounts> | |
<LocalAccount wcm:action="add"> | |
<Password> | |
<Value>UABhAHMAcwB3AG8AcgBkAA==</Value> | |
<PlainText>false</PlainText> | |
</Password> | |
<Name>user</Name> | |
<DisplayName>Full Name</DisplayName> | |
<Group>Administrators</Group> | |
</LocalAccount> | |
</LocalAccounts> | |
</UserAccounts> | |
</component> | |
<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>en-US;7804:00000804</InputLocale> | |
<SystemLocale>en-US</SystemLocale> | |
<UILanguage>en-US</UILanguage> | |
<UserLocale>en-US</UserLocale> | |
</component> | |
</settings> | |
<cpi:offlineImage cpi:source="wim:c:/win1124h2/install.wim#Windows 11 Enterprise" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> | |
</unattend> |
This file contains hidden or 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
Windows Registry Editor Version 5.00 | |
[-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Sharing] | |
[-HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\Sharing] | |
[-HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\Sharing] | |
[-HKEY_CLASSES_ROOT\Directory\shellex\CopyHookHandlers\Sharing] | |
[-HKEY_CLASSES_ROOT\Directory\shellex\PropertySheetHandlers\Sharing] | |
[-HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Sharing] | |
[-HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\Sharing] | |
[-HKEY_CLASSES_ROOT\LibraryFolder\background\shellex\ContextMenuHandlers\Sharing] | |
[-HKEY_CLASSES_ROOT\UserLibraryFolder\shellex\ContextMenuHandlers\Sharing] | |
[-HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\Library Location] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\ShellEx\ContextMenuHandlers\Library Location] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}] | |
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\DelegateFolders\{F5FB2C77-0E2F-4A16-A381-3E560C68BC83}] | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Dsh] | |
"AllowNewsAndInterests"=dword:00000000 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent] | |
"DisableWindowsConsumerFeatures"=dword:00000001 | |
; Disable Activity History | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System] | |
"PublishUserActivities"=dword:00000000 | |
; Disable cortana in search | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search] | |
"AllowCortana"=dword:00000000 | |
"CortanaConsent"=dword:00000000 | |
; Disable Copilot service for all users | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot] | |
"TurnOffWindowsCopilot"=dword:00000001 | |
; Send only Required Diagnostic and Usage Data | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection] | |
"AllowTelemetry"=dword:00000000 | |
; Disable widgets service | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\NewsAndInterests\AllowNewsAndInterests] | |
"value"=dword:00000000 | |
; Disable bing in search | |
[HKEY_USERS\DFT\Software\Policies\Microsoft\Windows\Explorer] | |
"DisableSearchBoxSuggestions"=dword:00000001 | |
; Windows 11 | |
[HKEY_USERS\DFT\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] | |
"TaskbarMn"=dword:00000000 | |
[HKEY_USERS\DFT\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager] | |
"FeatureManagementEnabled"=dword:00000000 | |
"OemPreInstalledAppsEnabled"=dword:00000000 | |
"PreInstalledAppsEnabled"=dword:00000000 | |
"RotatingLockScreenEnabled"=dword:00000000 | |
"RotatingLockScreenOverlayEnabled"=dword:00000000 | |
"SilentInstalledAppsEnabled"=dword:00000000 | |
"SoftLandingEnabled"=dword:00000000 | |
"SubscribedContent-310093Enabled"=dword:00000000 | |
"SubscribedContent-338387Enabled"=dword:00000000 | |
"SubscribedContent-338388Enabled"=dword:00000000 | |
"SubscribedContent-338389Enabled"=dword:00000000 | |
"SubscribedContent-338393Enabled"=dword:00000000 | |
"SubscribedContent-353694Enabled"=dword:00000000 | |
"SubscribedContent-353696Enabled"=dword:00000000 | |
"SubscribedContentEnabled"=dword:00000000 | |
"SystemPaneSuggestionsEnabled"=dword:00000000 | |
[HKEY_USERS\DFT\Software\Microsoft\Windows\CurrentVersion\Search] | |
"CortanaConsent"=dword:00000000 | |
"CanCortanaBeEnabled"=dword:00000000 | |
"CortanaEnabled"=dword:00000000 | |
"SearchboxTaskbarMode"=dword:00000000 | |
; Let Apps use Advertising ID for Relevant Ads in Windows 10 | |
[HKEY_USERS\DFT\Software\Microsoft\Windows\CurrentVersion\AdvertisingInfo] | |
"Enabled"=dword:00000000 | |
[HKEY_USERS\DFT\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] | |
"HideFileExt"=dword:00000000 | |
"ShowCopilotButton"=dword:00000000 | |
"ShowSyncProviderNotifications"=dword:00000000 | |
"ShowTaskViewButton"=dword:00000000 | |
"Start_AccountNotifications"=dword:00000000 | |
"Start_IrisRecommendations"=dword:00000000 | |
"Start_TrackProgs"=dword:00000000 | |
"TaskbarDa"=dword:00000000 | |
[HKEY_USERS\DFT\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\People] | |
"PeopleBand"=dword:00000000 | |
; Disable Show me suggestions for using my mobile device with Windows (Phone Link suggestions) | |
[HKEY_USERS\DFT\Software\Microsoft\Windows\CurrentVersion\Mobility] | |
"OptedIn"=dword:00000000 | |
; Disable "Suggested" app notifications (Ads for MS services) | |
[HKEY_USERS\DFT\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings\Windows.SystemToast.Suggested] | |
"Enabled"=dword:00000000 | |
; Tailored experiences with diagnostic data for Current User | |
[HKEY_USERS\DFT\Software\Microsoft\Windows\CurrentVersion\Privacy] | |
"TailoredExperiencesWithDiagnosticDataEnabled"=dword:00000000 | |
; Disable Show me notifications in the Settings app | |
[HKEY_USERS\DFT\Software\Microsoft\Windows\CurrentVersion\SystemSettings\AccountNotifications] | |
"EnableAccountNotifications"=dword:00000000 | |
; Suggest ways I can finish setting up my device to get the most out of Windows | |
[HKEY_USERS\DFT\SOFTWARE\Microsoft\Windows\CurrentVersion\UserProfileEngagement] | |
"ScoobeSystemSettingEnabled"=dword:00000000 | |
; Online Speech Recognition | |
[HKEY_USERS\DFT\Software\Microsoft\Speech_OneCore\Settings\OnlineSpeechPrivacy] | |
"HasAccepted"=dword:00000000 | |
[HKEY_USERS\DFT\Software\Microsoft\InputPersonalization\TrainedDataStore] | |
"HarvestContacts"=dword:00000000 | |
[HKEY_USERS\DFT\Software\Microsoft\Personalization\Settings] | |
"AcceptedPrivacyPolicy"=dword:00000000 | |
; Set Feedback Frequency to Never | |
[HKEY_USERS\DFT\SOFTWARE\Microsoft\Siuf\Rules] | |
"NumberOfSIUFInPeriod"=dword:00000000 | |
"PeriodInNanoSeconds"=- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment