├── Scripts
├── all_Remove-DevHome-OutlookNew.ps1
├── all_Standard_Install.reg
└── all.reg
├── README.md
├── autounattend.xml
├── _OLD
├── 00.Win10-Components_22H2.xml
└── 00.Win11-Components_23H2.xml
├── 03.Win11-Components_25H2-Laptop.xml
├── 02.Win11-Components_25H2.xml
└── 01.Win11-Components_24H2.xml
/Scripts/all_Remove-DevHome-OutlookNew.ps1:
--------------------------------------------------------------------------------
1 | Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Windows.DevHome*" | Remove-AppxPackage -AllUsers
2 | Get-AppxPackage -AllUsers | Where-Object {$_.Name -Like '*OutlookForWindows*'} | Remove-AppxPackage -AllUsers -ErrorAction Continue
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
Windows 11 Presets for NTLite
2 | The goal of this preset is to give you the most barebones install while maintaining as much compatibility for everything you probably care about. This preset is a good starting point for Gaming, Video editing, streaming, and much more!
3 | Everyone wants something different from their Windows experience. Why not start here?
4 |
5 | 🔴 Notes 🔴
6 |
7 | ▶ Scripts:
8 |
9 | `all.reg`
10 |
11 | This is a file that contains tweaks to make Windows Explorer less bloated. Removes Home, Gaming, and Windows Update tabs in the Settings App for Windows 11. Can also be used on Windows 10. Should be placed to run AFTER logon.
12 |
13 | `all_Disable-DevHome-OutlookNew.ps1`
14 |
15 | This file removes the Taskbar pin/component for DevHome and Outlook (New). Safe for both Windows 10 and 11. Should be placed to run AFTER logon.
16 |
17 | `all_Standard_Install.reg`
18 |
19 | This file is for when you make Install Media that includes XBOX and Windows Update stuff. It doesn't remove their entries in the Settings App so that you can edit them later.
20 |
21 | ▶ Windows 11:
22 |
23 | 
24 |
25 | ▶ How to update without Windows Update (Windows 11 only):
26 |
27 | [](https://youtu.be/MOL-pYqzcXM)
28 |
29 | ▶ autounattended.xml:
30 |
31 | This is the unattended file that I use to solo boot into Windows as Administrator (System) and set the time to USET.
32 |
--------------------------------------------------------------------------------
/autounattend.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 0409:00000409
6 | en-US
7 | en-US
8 | en-US
9 | en-US
10 |
11 |
12 | Eastern Standard Time
13 |
14 | true
15 | 9999999
16 | Administrator
17 |
18 | true
19 |
20 |
21 |
22 |
23 | true
24 | true
25 | true
26 | true
27 | Home
28 | 3
29 |
30 |
31 |
32 | true
33 |
34 |
35 |
36 |
37 | Administrators
38 | Administrator
39 |
40 | true
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 | 1
53 | net user Administrator /active:Yes
54 |
55 |
56 |
57 |
58 | true
59 |
60 |
61 | DESKTOP-PRESET0
62 |
63 |
64 |
65 |
66 | 0409:00000409
67 | en-US
68 | en-US
69 | en-US
70 | en-US
71 |
72 | en-US
73 |
74 |
75 |
76 |
77 | false
78 |
79 |
80 | false
81 | OnError
82 |
83 |
84 |
85 | OnError
86 |
87 |
88 | /IMAGE/INDEX
89 | 1
90 |
91 |
92 |
93 |
94 |
95 | true
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
--------------------------------------------------------------------------------
/Scripts/all_Standard_Install.reg:
--------------------------------------------------------------------------------
1 | Windows Registry Editor Version 5.00
2 |
3 | ; Removes "Downloads" folder in Explorer
4 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{088e3905-0323-4b02-9826-5d99428e115f}]
5 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{088e3905-0323-4b02-9826-5d99428e115f}]
6 |
7 | ; Removes "Libraries" folder in Explorer
8 | [-HKEY_CURRENT_USER\Software\Classes\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]
9 | "System.IsPinnedToNameSpaceTree"=dword:1
10 |
11 | ; Removes "Documents" folder in Explorer
12 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{d3162b92-9365-467a-956b-92703aca08af}]
13 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{d3162b92-9365-467a-956b-92703aca08af}]
14 |
15 | ; Removes "Desktop" folder in Explorer
16 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}]
17 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}]
18 |
19 | ; Removes "3D Objects" folder in Explorer
20 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}]
21 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}]
22 |
23 | ; Removes "Videos" folder in Explorer
24 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}]
25 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}]
26 |
27 | ; Removes "Pictures" folder in Explorer
28 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{24ad3ad4-a569-4530-98e1-ab02f9417aa8}]
29 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{24ad3ad4-a569-4530-98e1-ab02f9417aa8}]
30 |
31 | ; Removes "Music" folder in Explorer
32 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}]
33 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}]
34 |
35 | ; Removes "OneDrive" folder in Explorer
36 | [-HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
37 | "System.IsPinnedToNameSpaceTree"=dword:0
38 | [-HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
39 | "System.IsPinnedToNameSpaceTree"=dword:0
40 |
41 | ; Hides "Removable Drives" category in Explorer
42 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\DelegateFolders\{F5FB2C77-0E2F-4A16-A381-3E560C68BC83}]
43 | @="Removable Drives"
44 | [-HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\DelegateFolders\{F5FB2C77-0E2F-4A16-A381-3E560C68BC83}]
45 | @="Removable Drives"
46 |
47 | ; Unpins "Home" from Explorer
48 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{f874310e-b6b7-47dc-bc84-b9e6b38f5903}]
49 |
50 | ; Removes "Network" category for Explorer
51 | [-HKEY_CLASSES_ROOT\CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}\ShellFolder]
52 | "Attributes"=dword:b0940064
53 | [-HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}}\ShellFolder]
54 | "Attributes"=dword:b0940064
55 |
56 | ; Remove "Quick Access" from Explorer
57 | [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
58 | "HubMode"=dword:00000001
59 |
60 | ; Restore old Right-click Context menu (Windows 11)
61 | [HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}]
62 | @=""
63 | [HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32]
64 | @=""
65 |
66 | ; Removes Gallery in File Explorer Nav Panel
67 | [HKEY_CURRENT_USER\Software\Classes\CLSID\{e88865ea-0e1c-4e20-9aa6-edcd0212c87c}]
68 | "System.IsPinnedToNameSpaceTree"=dword:00000000
69 |
70 | ; Disable Transparency after first restart
71 | [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize]
72 | "EnableTransparency"=dword:00000000
73 |
74 | ; Disables "Use the Print screen button to open screen snipping tool" option in settings
75 | [HKEY_CURRENT_USER\Control Panel\Keyboard]
76 | "PrintScreenKeyForSnippingEnabled"=dword:00000000
77 |
78 | ; Turns off "Sticky Keys" "Flags"="506"?
79 | [HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys]
80 | "Flags"="2"
81 |
82 | ; Turns off "Toggle Keys"
83 | [HKEY_CURRENT_USER\Control Panel\Accessibility\ToggleKeys]
84 | "Flags"="34"
85 |
86 | [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
87 | "LongPathsEnabled"=dword:00000001
--------------------------------------------------------------------------------
/Scripts/all.reg:
--------------------------------------------------------------------------------
1 | Windows Registry Editor Version 5.00
2 |
3 | ; Removes "Downloads" folder in Explorer
4 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{088e3905-0323-4b02-9826-5d99428e115f}]
5 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{088e3905-0323-4b02-9826-5d99428e115f}]
6 |
7 | ; Removes "Libraries" folder in Explorer
8 | [-HKEY_CURRENT_USER\Software\Classes\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]
9 | "System.IsPinnedToNameSpaceTree"=dword:1
10 |
11 | ; Removes "Documents" folder in Explorer
12 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{d3162b92-9365-467a-956b-92703aca08af}]
13 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{d3162b92-9365-467a-956b-92703aca08af}]
14 |
15 | ; Removes "Desktop" folder in Explorer
16 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}]
17 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}]
18 |
19 | ; Removes "3D Objects" folder in Explorer
20 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}]
21 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}]
22 |
23 | ; Removes "Videos" folder in Explorer
24 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}]
25 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}]
26 |
27 | ; Removes "Pictures" folder in Explorer
28 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{24ad3ad4-a569-4530-98e1-ab02f9417aa8}]
29 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{24ad3ad4-a569-4530-98e1-ab02f9417aa8}]
30 |
31 | ; Removes "Music" folder in Explorer
32 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}]
33 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}]
34 |
35 | ; Removes "OneDrive" folder in Explorer
36 | [-HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
37 | "System.IsPinnedToNameSpaceTree"=dword:0
38 | [-HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
39 | "System.IsPinnedToNameSpaceTree"=dword:0
40 |
41 | ; Hides "Removable Drives" category in Explorer
42 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\DelegateFolders\{F5FB2C77-0E2F-4A16-A381-3E560C68BC83}]
43 | @="Removable Drives"
44 | [-HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\DelegateFolders\{F5FB2C77-0E2F-4A16-A381-3E560C68BC83}]
45 | @="Removable Drives"
46 |
47 | ; Unpins "Home" from Explorer
48 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{f874310e-b6b7-47dc-bc84-b9e6b38f5903}]
49 |
50 | ; Removes "Network" category for Explorer
51 | [-HKEY_CLASSES_ROOT\CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}\ShellFolder]
52 | "Attributes"=dword:b0940064
53 | [-HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}}\ShellFolder]
54 | "Attributes"=dword:b0940064
55 |
56 | ; Remove "Quick Access" from Explorer
57 | [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
58 | "HubMode"=dword:00000001
59 |
60 | ; Restore old Right-click Context menu (Windows 11)
61 | [HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}]
62 | @=""
63 | [HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32]
64 | @=""
65 |
66 | ; Removes Gallery in File Explorer Nav Panel
67 | [HKEY_CURRENT_USER\Software\Classes\CLSID\{e88865ea-0e1c-4e20-9aa6-edcd0212c87c}]
68 | "System.IsPinnedToNameSpaceTree"=dword:00000000
69 |
70 | ; Disable Transparency after first restart
71 | [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize]
72 | "EnableTransparency"=dword:00000000
73 |
74 | ; Disables "Use the Print screen button to open screen snipping tool" option in settings
75 | [HKEY_CURRENT_USER\Control Panel\Keyboard]
76 | "PrintScreenKeyForSnippingEnabled"=dword:00000000
77 |
78 | ; Turns off "Sticky Keys" "Flags"="506"?
79 | [HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys]
80 | "Flags"="2"
81 |
82 | ; Turns off "Toggle Keys"
83 | [HKEY_CURRENT_USER\Control Panel\Accessibility\ToggleKeys]
84 | "Flags"="34"
85 |
86 | ; Hides the "Home" and "Windows Update" pages in the Settings App for Windows 11
87 | [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
88 | "SettingsPageVisibility"="hide:windowsupdate;home;gaming-gamebar;gaming-gamedvr;gaming-gamemode"
89 |
90 | ; WINDOWS UPDATE: disable delivery optimization
91 | [HKEY_USERS\S-1-5-20\Software\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Settings]
92 | "DownloadMode"=dword:00000000
93 |
94 | [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
95 | "LongPathsEnabled"=dword:00000001
96 |
97 | [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection]
98 | "AllowTelemetry"=dword:00000000
--------------------------------------------------------------------------------
/_OLD/00.Win10-Components_22H2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 05/22/2025 21:27:24
4 |
5 | 2025.5.10428
6 | Yes
7 | Yes
8 | Windows 11 Professional 24H2 x64 - 10.0.26100.4061 (en-US)
9 |
10 |
11 | Windows 10 Professional 22H2 x64 - 10.0.19045.5856 (en-US)
12 | {93E6CCC7-407E-4DCE-BE22-D039E912B8F9}
13 |
14 |
15 | activedirectory 'Active Directory'
16 | adamclient 'Active Directory Lightweight Directory Services (AD LDS)'
17 | alg 'Application Layer Gateway Service'
18 | alljoyn 'AllJoyn Router Service'
19 | asimov 'Telemetry Client'
20 | assembly.net '.NET assembly cache'
21 | assignedaccess 'Assigned Access'
22 | axinstall 'ActiveX Installer Service'
23 | azman32 'Authorization Manager - 32 bit'
24 | azuread 'Azure Active Directory'
25 | battery
26 | bingsearch 'Bing Search (InboxApp)'
27 | branchcacheclient 'BranchCache Client'
28 | cellulartime 'Cellular Time'
29 | certmgr32 'Certificate Manager - 32 bit'
30 | commmc32 'COM+ (Component Services) (management console) - 32 bit'
31 | compmgmt32 'Computer Management - 32 bit'
32 | copilotpwa 'Windows Copilot (InboxApp)'
33 | dcsvc 'Declared Configuration (DC) service'
34 | desktopimgdownldr 'Desktop image downloader'
35 | deviceupdatecenter 'Device Update Center'
36 | devmgmt32 'Device Manager - 32 bit'
37 | diagnostics 'Diagnostics and Troubleshooting'
38 | diskdiagnosis 'Disk failure diagnostics'
39 | diskmgmt32 'Disk Management - 32 bit'
40 | diskquota 'Disk Quota'
41 | diskquota32 'Disk Quota - 32 bit'
42 | dolbyatmos 'Dolby Atmos codec pack'
43 | driver_battery.inf
44 | driver_c_barcodescanner.inf
45 | driver_c_battery.inf
46 | driver_c_cashdrawer.inf
47 | driver_c_fdc.inf
48 | driver_c_floppydisk.inf
49 | driver_c_infrared.inf
50 | driver_c_linedisplay.inf
51 | driver_c_magneticstripereader.inf
52 | driver_c_printer.inf
53 | driver_c_receiptprinter.inf
54 | driver_c_smartcard.inf
55 | driver_c_smartcardfilter.inf
56 | driver_c_smartcardreader.inf
57 | driver_cht4vx64.inf
58 | driver_cmbatt.inf
59 | driver_fdc.inf
60 | driver_flpydisk.inf
61 | driver_hidbatt.inf
62 | driver_hidir.inf
63 | driver_hidirkbd.inf
64 | driver_hidscanner.inf
65 | driver_hidtelephonydriver.inf
66 | driver_idtsec.inf
67 | driver_iscsi.inf
68 | driver_kdnic.inf
69 | driver_mgtdyn.inf
70 | driver_msclmd.inf
71 | driver_ntprint.inf
72 | driver_ntprint4.inf
73 | driver_perceptionsimulationheadset.inf
74 | driver_printqueue.inf
75 | driver_prnge001.inf
76 | driver_prnms002.inf
77 | driver_prnms003.inf
78 | driver_prnms004.inf
79 | driver_prnms005.inf
80 | driver_prnms007.inf
81 | driver_prnms008.inf
82 | driver_prnms010.inf
83 | driver_prnms011.inf
84 | driver_prnms012.inf
85 | driver_prnms014.inf
86 | driver_rdpbus.inf
87 | driver_rdvgwddmdx11.inf
88 | driver_remoteposdrv.inf
89 | driver_scrawpdo.inf
90 | driver_scunknown.inf
91 | driver_termkbd.inf
92 | driver_termmou.inf
93 | driver_tpmvsc.inf
94 | driver_ts_generic.inf
95 | driver_tsgenericusbdriver.inf
96 | driver_tsprint.inf
97 | driver_tsusbhubfilter.inf
98 | driver_usbcciddriver.inf
99 | driver_usbcir.inf
100 | driver_usbprint.inf
101 | driver_wsynth3dvsc.inf
102 | driver_wudfusbcciddriver.inf
103 | edgeupdate 'Microsoft Edge Update'
104 | embeddedmode 'Embedded Mode'
105 | enterpriseclientsync 'Work Folders Client'
106 | errorreporting 'Windows Error Reporting'
107 | eudcedit 'Private Character Editor'
108 | eventviewer32 'Event Viewer - 32 bit'
109 | f46d4000-fd22-4db4-ac8e-4e1ddde828fe 'Add Folder Suggestions dialog'
110 | firstlogonanim 'First-logon animation'
111 | font_holomd2 'Holo MDL2 Assets'
112 | fontpreviewer32 'Font previewer - 32 bit'
113 | fsmgmt32 'Shared Folders UI - 32 bit'
114 | gameexplorer 'Game Explorer'
115 | help 'Windows Help content'
116 | hwsupport_fax 'Fax'
117 | hwsupport_floppy 'Floppy disk'
118 | hwsupport_infrared 'Infrared devices'
119 | hwsupport_internetprintingclient 'Internet Printing Client'
120 | hwsupport_printer 'Printing'
121 | hwsupport_scanner 'Scanner'
122 | hwsupport_smartcard 'Smartcard'
123 | hwsupport_telephony 'Telephony'
124 | hwsupport_tv 'TV Tuner codecs and support'
125 | iis 'Internet Information Server (IIS)'
126 | indeo 'Intel Indeo Codecs'
127 | insiderhub 'Windows Insider Program'
128 | internetexplorer 'Internet Explorer'
129 | internetexplorer32 'Internet Explorer - 32 bit'
130 | iscsi 'iSCSI Initiator'
131 | kerberos32 'Kerberos Client - 32 bit'
132 | kerneldebug 'Kernel Debugging'
133 | lcu 'Cumulative Update cache (LCU)'
134 | lockscreens 'Lock Screen backgrounds'
135 | lusrmgr32 'Local Users and Groups Manager - 32 bit'
136 | lxss 'Windows Subsystem for Linux'
137 | mail 'Windows Mail'
138 | mailcommdll 'Windows Mail Communications Library'
139 | manifestbackup 'Manifest Backup (WinSxS\Backup)'
140 | mapcontrol 'Map Control'
141 | mediaplayer 'Windows Media Player'
142 | mediaplayer32 'Windows Media Player - 32 bit'
143 | mediaplayernetworksharing 'WMP Network Sharing Service'
144 | mediaplayernetworksharing32 'WMP Network Sharing Service - 32 bit'
145 | messagingsvc 'Messaging Service'
146 | microsoft.549981c3f5f10 'Cortana'
147 | microsoft.advertising.xaml 'Microsoft Advertising SDK for XAML'
148 | microsoft.asynctextservice 'AsyncTextService'
149 | microsoft.bingweather 'MSN Weather'
150 | microsoft.bioenrollment 'Windows Hello Setup'
151 | microsoft.ecapp 'Eye Control'
152 | microsoft.gethelp 'Get Help'
153 | microsoft.getstarted 'Tips (Get Started)'
154 | microsoft.heifimageextension 'HEIF Image Extensions'
155 | microsoft.microsoft3dviewer '3D Viewer'
156 | microsoft.microsoftedge 'Microsoft Edge (Legacy)'
157 | microsoft.microsoftedge.stable 'Microsoft Edge (Chromium)'
158 | microsoft.microsoftedgedevtoolsclient 'Microsoft Edge DevTools Client'
159 | microsoft.microsoftofficehub 'Office'
160 | microsoft.microsoftsolitairecollection 'Microsoft Solitaire Collection'
161 | microsoft.microsoftstickynotes 'Microsoft Sticky Notes'
162 | microsoft.mixedreality.portal 'Mixed Reality Portal'
163 | microsoft.mspaint 'Paint 3D'
164 | microsoft.office.onenote 'OneNote'
165 | microsoft.people 'Microsoft People'
166 | microsoft.screensketch 'Snip & Sketch'
167 | microsoft.skypeapp 'Skype'
168 | microsoft.vp9videoextensions 'VP9 Video Extensions'
169 | microsoft.wallet 'Microsoft Pay'
170 | microsoft.webmediaextensions 'Web Media Extensions'
171 | microsoft.webpimageextension 'Webp Image Extensions'
172 | microsoft.win32webviewhost 'Desktop App Web Viewer'
173 | microsoft.windows.apprep.chxapp 'SmartScreen'
174 | microsoft.windows.assignedaccesslockapp 'Assigned Access Lock app'
175 | microsoft.windows.callingshellapp 'Call'
176 | microsoft.windows.contentdeliverymanager 'Content Delivery Manager'
177 | microsoft.windows.parentalcontrols 'Microsoft family features'
178 | microsoft.windows.photos 'Microsoft Photos'
179 | microsoft.windows.pinningconfirmationdialog 'PinningConfirmationDialog'
180 | microsoft.windows.sechealthui 'Windows Defender'
181 | microsoft.windows.secureassessmentbrowser 'Take a Test'
182 | microsoft.windows.xgpuejectdialog 'Safely Remove Device'
183 | microsoft.windowsalarms 'Windows Alarms & Clock'
184 | microsoft.windowscamera 'Windows Camera'
185 | microsoft.windowscommunicationsapps 'Mail and Calendar'
186 | microsoft.windowsfeedbackhub 'Feedback Hub'
187 | microsoft.windowsmaps 'Windows Maps'
188 | microsoft.windowssoundrecorder 'Windows Voice Recorder'
189 | microsoft.xbox.tcui 'Xbox TCUI'
190 | microsoft.xboxapp 'Xbox'
191 | microsoft.xboxgamecallableui 'Xbox Game UI'
192 | microsoft.xboxgameoverlay 'Xbox Game Bar Plugin'
193 | microsoft.xboxgamingoverlay 'Xbox Game Bar'
194 | microsoft.xboxspeechtotextoverlay 'Xbox Game Speech Window'
195 | microsoft.yourphone 'Your Phone'
196 | microsoft.zunemusic 'Groove Music'
197 | microsoft.zunevideo 'Movies & TV'
198 | mixedreality 'Windows Mixed Reality'
199 | mmc32 'Microsoft Management Console (MMC) - 32 bit'
200 | mobiledevicemanagement 'Mobile Device Management (MDM)'
201 | mobilenetworkingapi32 'Mobile Networking API - 32 bit'
202 | mobilepc
203 | mobilepc_networkprojection 'Network Projection'
204 | msmq 'Microsoft Message Queue (MSMQ)'
205 | multipointconnector 'MultiPoint Connector'
206 | ndu 'Network Data Usage Monitoring Driver'
207 | netbios 'NetBIOS over TCP transport'
208 | nfc 'Near Field Communication (NFC)'
209 | notepad 'Notepad (Legacy)'
210 | offlinefiles 'Offline Files'
211 | onedrive
212 | openssh
213 | otherthemes 'Windows Personalization themes'
214 | paint32 'Paint - 32 bit'
215 | payments
216 | phonesvc 'Phone Service'
217 | photoviewer 'Photo Viewer'
218 | photoviewer32 'Photo Viewer - 32 bit'
219 | pos 'Point of Service (POS)'
220 | powershellise 'PowerShell ISE'
221 | powershellise32 'PowerShell ISE - 32 bit'
222 | printmgmt 'Print Management'
223 | printtopdf 'Print to PDF'
224 | printworkflow 'Print Workflow Service'
225 | projfs 'Projected File System (ProjFS)'
226 | pushtoinstall 'Windows PushToInstall Service'
227 | rasauto 'Remote Access Auto Connection Manager'
228 | rdc 'Remote Differential Compression (RDC)'
229 | rdmaping 'Remote Direct Memory Access (RDMA) ping tool'
230 | rdpclient 'Remote Desktop Client'
231 | rdpclient32 'Remote Desktop Client - 32 bit'
232 | rdpserver 'Remote Desktop Server'
233 | rdpserverlic 'Remote Desktop Licensing'
234 | refs 'Resilient File System (ReFS)'
235 | regedit32 'Registry Editor - 32 bit'
236 | remoteactivex 'Remote Desktop Services ActiveX Client'
237 | remoteactivex32 'Remote Desktop Services ActiveX Client - 32 bit'
238 | remoteassistance 'Remote Assistance'
239 | remotefx
240 | remoteportredirector 'Remote Desktop Services Port Redirector'
241 | remoteregistry 'Remote Registry'
242 | retaildemo 'Retail Demo Content'
243 | rotationmanager 'Auto-Rotation Manager'
244 | screensavers
245 | securitycenter 'Security Center'
246 | servicesmmc32 'Services (management console) - 32 bit'
247 | sharedaccess 'Internet Connection Sharing (ICS)'
248 | simpletcp 'Simple TCP/IP services'
249 | skypeortc 'Skype ORTC'
250 | smbdirect 'SMB Direct (RDMA)'
251 | smbv1 'SMB v1'
252 | smbwitnessclientapi 'SMB Witness Client API'
253 | snippingtool 'Snipping Tool'
254 | soundsdefault 'Sounds (Default)'
255 | soundthemes 'Sound Themes'
256 | sourcessxsdir 'Manual feature repository'
257 | srumon 'Data Usage service'
258 | stepsrecorder 'Steps Recorder'
259 | supportdir 'Support directory'
260 | synccenter 'Sync Center'
261 | tabletpc 'Tablet PC'
262 | taskschdmsc32 'Task Scheduler (management console) - 32 bit'
263 | telnetclient 'Telnet Client'
264 | tempcache 'Cache and temp files'
265 | tftpclient 'TFTP client'
266 | timetraveldebugger 'Time Travel Debugger (TTD)'
267 | tpmmmc32 'Trusted Platform Module (TPM) (management console) - 32 bit'
268 | troubleshootingsvc 'Recommended Troubleshooting service'
269 | universalprintsvc 'Universal Print Management Service'
270 | userdeviceregistration 'User Device Registration'
271 | waasassessment 'Windows Update Medic Service'
272 | wallet 'Wallet Service'
273 | wallpaperdefault 'Wallpaper (Default)'
274 | wallpapers 'Wallpapers (Themes)'
275 | webview2core 'WebView2 Runtime (Core)'
276 | wfmmc32 'Windows Firewall (management console) - 32 bit'
277 | windows.cbspreview 'Windows Barcode Preview'
278 | windows.printdialog 'Windows Print'
279 | windowstogo 'Windows To Go'
280 | windowsupdate 'Windows Update'
281 | winsat 'Windows System Assessment Tool (WinSAT)'
282 | wordpad
283 | wordpad32 'Wordpad - 32 bit'
284 | xbox 'Xbox - Core'
285 |
286 |
287 |
288 | AppGuard
289 | Battle.net
290 | YubiKey
291 | Bluetooth
292 | USBCamera
293 | CapFrameX
294 | Discord
295 | Docker
296 | EA Anti-Cheat
297 | FileSharing
298 | Hyper-V
299 | iCloud
300 | Kaspersky
301 | ManualSetup
302 | OfficeSupport
303 | AppxSupport
304 | Netflix
305 | NetworkDiscovery
306 | NightLight
307 | NvidiaSetup
308 | OOBE
309 | Printing
310 | Recommended-All
311 | RDPServer
312 | SamsungSwitch
313 | Scanning
314 | ServicingStack
315 | ShellSearchSupport
316 | Spotify
317 | SFC
318 | DefaultFonts
319 | SafeMode
320 | TeamViewer
321 | Recommended-Tablet
322 | HostRefresh
323 | USBModem
324 | USB
325 | VideoPlayback
326 | VPN
327 | VisualStudio
328 | VSS
329 | ActivationKMS
330 | Activation
331 | WinSetup
332 | WindowsStore
333 | WindowsUpdate
334 | WLAN
335 |
336 |
337 | HostMachine
338 | Hyper-V VM
339 | Parallels VM
340 | Virtual Box VM
341 | VMware VM
342 |
343 |
344 |
345 | false
346 | false
347 | false
348 | false
349 | false
350 | false
351 | false
352 | false
353 | false
354 | false
355 | false
356 | false
357 | false
358 | false
359 | false
360 |
361 |
362 |
363 | 0
364 | false
365 | false
366 |
367 |
368 |
369 |
370 |
371 |
372 |
373 |
374 |
375 |
376 | false
377 | true
378 |
379 |
380 |
381 | false
382 | false
383 | false
384 | false
385 |
386 |
387 |
388 | OnError
389 |
390 |
391 |
392 | OnError
393 |
394 |
395 | /IMAGE/INDEX
396 | 1
397 |
398 |
399 |
400 |
401 |
402 |
403 |
404 |
405 |
406 |
407 |
408 |
409 |
410 |
411 |
412 | 0
413 |
414 |
415 |
416 |
417 |
418 |
419 |
420 |
421 | imageSaveRebuild
422 | imageFormatWim
423 |
424 | NTLite.iso
425 | NTLite
426 | 4000
427 |
428 |
429 |
430 |
431 |
432 |
433 |
434 |
435 |
--------------------------------------------------------------------------------
/_OLD/00.Win11-Components_23H2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 02/26/2025 08:51:45
4 |
5 | 2025.2.10293
6 | Yes
7 | Yes
8 | Windows 11 Professional 23H2 x64 - 10.0.22631.4890 (en-US)
9 |
10 |
11 | Windows 11 Professional 23H2 x64 - 10.0.22631.4974 (en-US)
12 | {2974E055-43DC-42AA-BFEE-68F6D7307AC2}
13 |
14 |
15 | accessibility_cursors 'Mouse Pointers (Accessibility tools)'
16 | activedirectory 'Active Directory'
17 | adamclient 'Active Directory Lightweight Directory Services (AD LDS)'
18 | alg 'Application Layer Gateway Service'
19 | alljoyn 'AllJoyn Router Service'
20 | apptargetedfeaturedb 'Application Targeted Feature Database'
21 | asimov 'Telemetry Client'
22 | assembly.net '.NET assembly cache'
23 | assignedaccess 'Assigned Access'
24 | axinstall 'ActiveX Installer Service'
25 | azman32 'Authorization Manager - 32 bit'
26 | azuread 'Azure Active Directory'
27 | battery
28 | bingsearch 'Bing Search (InboxApp)'
29 | branchcacheclient 'BranchCache Client'
30 | cellulartime 'Cellular Time'
31 | certmgr32 'Certificate Manager - 32 bit'
32 | charmap 'Character Map'
33 | cimfs 'Composite Image File System (CimFS)'
34 | clipchamp.clipchamp 'Clipchamp'
35 | commmc32 'COM+ (Component Services) (management console) - 32 bit'
36 | compmgmt32 'Computer Management - 32 bit'
37 | containers 'Containers (Application Guard)'
38 | copilotpwa 'Windows Copilot (InboxApp)'
39 | cursors 'Mouse Pointers'
40 | dcsvc 'Declared Configuration (DC) service'
41 | desktopimgdownldr 'Desktop image downloader'
42 | deviceupdatecenter 'Device Update Center'
43 | devmgmt32 'Device Manager - 32 bit'
44 | diagnostics 'Diagnostics and Troubleshooting'
45 | diskdiagnosis 'Disk failure diagnostics'
46 | diskmgmt32 'Disk Management - 32 bit'
47 | diskquota 'Disk Quota'
48 | diskquota32 'Disk Quota - 32 bit'
49 | dolbyatmos 'Dolby Atmos codec pack'
50 | driver_battery.inf
51 | driver_c_barcodescanner.inf
52 | driver_c_battery.inf
53 | driver_c_cashdrawer.inf
54 | driver_c_fdc.inf
55 | driver_c_floppydisk.inf
56 | driver_c_infrared.inf
57 | driver_c_linedisplay.inf
58 | driver_c_magneticstripereader.inf
59 | driver_c_printer.inf
60 | driver_c_receiptprinter.inf
61 | driver_c_smartcard.inf
62 | driver_c_smartcardfilter.inf
63 | driver_c_smartcardreader.inf
64 | driver_cht4vx64.inf
65 | driver_cmbatt.inf
66 | driver_fdc.inf
67 | driver_flpydisk.inf
68 | driver_hidbatt.inf
69 | driver_hidir.inf
70 | driver_hidirkbd.inf
71 | driver_hidscanner.inf
72 | driver_hidtelephonydriver.inf
73 | driver_idtsec.inf
74 | driver_iscsi.inf
75 | driver_kdnic.inf
76 | driver_mgtdyn.inf
77 | driver_msclmd.inf
78 | driver_ntprint.inf
79 | driver_ntprint4.inf
80 | driver_perceptionsimulationheadset.inf
81 | driver_printqueue.inf
82 | driver_prnge001.inf
83 | driver_prnms002.inf
84 | driver_prnms003.inf
85 | driver_prnms004.inf
86 | driver_prnms005.inf
87 | driver_prnms007.inf
88 | driver_prnms008.inf
89 | driver_prnms010.inf
90 | driver_prnms011.inf
91 | driver_prnms012.inf
92 | driver_prnms014.inf
93 | driver_rdpbus.inf
94 | driver_remoteposdrv.inf
95 | driver_scrawpdo.inf
96 | driver_scunknown.inf
97 | driver_termkbd.inf
98 | driver_termmou.inf
99 | driver_tpmvsc.inf
100 | driver_ts_generic.inf
101 | driver_tsgenericusbdriver.inf
102 | driver_tsprint.inf
103 | driver_tsusbhubfilter.inf
104 | driver_usbcciddriver.inf
105 | driver_usbcir.inf
106 | driver_usbprint.inf
107 | driver_wudfusbcciddriver.inf
108 | easeofaccessthemes 'Ease Of Access Themes'
109 | edgeupdate 'Microsoft Edge Update'
110 | embeddedexperience 'Device Lockdown (Embedded Experience)'
111 | embeddedmode 'Embedded Mode'
112 | entappsvc '[beta] Enterprise App Management Service'
113 | enterpriseclientsync 'Work Folders Client'
114 | errorreporting 'Windows Error Reporting'
115 | eudcedit 'Private Character Editor'
116 | eventviewer32 'Event Viewer - 32 bit'
117 | f46d4000-fd22-4db4-ac8e-4e1ddde828fe 'Add Folder Suggestions dialog'
118 | firstlogonanim 'First-logon animation'
119 | flipgridpwa 'Flipgrid PWA (InboxApp)'
120 | font_holomd2 'Holo MDL2 Assets'
121 | fontpreviewer32 'Font previewer - 32 bit'
122 | fsmgmt32 'Shared Folders UI - 32 bit'
123 | gameexplorer 'Game Explorer'
124 | help 'Windows Help content'
125 | hwsupport_floppy 'Floppy disk'
126 | hwsupport_infrared 'Infrared devices'
127 | hwsupport_internetprintingclient 'Internet Printing Client'
128 | hwsupport_printer 'Printing'
129 | hwsupport_scanner 'Scanner'
130 | hwsupport_smartcard 'Smartcard'
131 | hwsupport_telephony 'Telephony'
132 | hwsupport_tv 'TV Tuner codecs and support'
133 | iis 'Internet Information Server (IIS)'
134 | indeo 'Intel Indeo Codecs'
135 | insiderhub 'Windows Insider Program'
136 | internetexplorer 'Internet Explorer'
137 | internetexplorer32 'Internet Explorer - 32 bit'
138 | iscsi 'iSCSI Initiator'
139 | kerberos32 'Kerberos Client - 32 bit'
140 | kerneldebug 'Kernel Debugging'
141 | la57 '57-bit Linear Addressing'
142 | lcu 'Cumulative Update cache (LCU)'
143 | livecaptions 'Live Captions'
144 | lockscreens 'Lock Screen backgrounds'
145 | lusrmgr32 'Local Users and Groups Manager - 32 bit'
146 | lxss 'Windows Subsystem for Linux'
147 | mail 'Windows Mail'
148 | mailcommdll 'Windows Mail Communications Library'
149 | manifestbackup 'Manifest Backup (WinSxS\Backup)'
150 | mapcontrol 'Map Control'
151 | mediaplayer 'Windows Media Player'
152 | mediaplayer32 'Windows Media Player - 32 bit'
153 | mediaplayernetworksharing 'WMP Network Sharing Service'
154 | mediaplayernetworksharing32 'WMP Network Sharing Service - 32 bit'
155 | messagingsvc 'Messaging Service'
156 | microsoft.549981c3f5f10 'Cortana'
157 | microsoft.asynctextservice 'AsyncTextService'
158 | microsoft.bingnews 'Microsoft News'
159 | microsoft.bingweather 'MSN Weather'
160 | microsoft.bioenrollment 'Windows Hello Setup'
161 | microsoft.ecapp 'Eye Control'
162 | microsoft.gamingapp 'Xbox App'
163 | microsoft.gethelp 'Get Help'
164 | microsoft.getstarted 'Tips (Get Started)'
165 | microsoft.heifimageextension 'HEIF Image Extensions'
166 | microsoft.hevcvideoextension 'HEVC Video Extensions from Device Manufacturer'
167 | microsoft.microsoftedge 'Microsoft Edge (Legacy)'
168 | microsoft.microsoftedge.stable 'Microsoft Edge (Chromium)'
169 | microsoft.microsoftedgedevtoolsclient 'Microsoft Edge DevTools Client'
170 | microsoft.microsoftofficehub 'Office'
171 | microsoft.microsoftsolitairecollection 'Microsoft Solitaire Collection'
172 | microsoft.microsoftstickynotes 'Microsoft Sticky Notes'
173 | microsoft.people 'Microsoft People'
174 | microsoft.powerautomatedesktop 'Power Automate'
175 | microsoft.rawimageextension 'Raw Image Extension'
176 | microsoft.screensketch 'Snipping Tool'
177 | microsoft.sechealthui 'Windows Defender'
178 | microsoft.todos 'Microsoft To Do'
179 | microsoft.vp9videoextensions 'VP9 Video Extensions'
180 | microsoft.webmediaextensions 'Web Media Extensions'
181 | microsoft.webpimageextension 'Webp Image Extensions'
182 | microsoft.windows.apprep.chxapp 'SmartScreen'
183 | microsoft.windows.assignedaccesslockapp 'Assigned Access Lock app'
184 | microsoft.windows.callingshellapp 'Call'
185 | microsoft.windows.contentdeliverymanager 'Content Delivery Manager'
186 | microsoft.windows.parentalcontrols 'Microsoft family features'
187 | microsoft.windows.photos 'Microsoft Photos'
188 | microsoft.windows.pinningconfirmationdialog 'PinningConfirmationDialog'
189 | microsoft.windows.printqueueactioncenter 'Print Queue'
190 | microsoft.windows.secureassessmentbrowser 'Take a Test'
191 | microsoft.windows.xgpuejectdialog 'Safely Remove Device'
192 | microsoft.windowsalarms 'Windows Clock'
193 | microsoft.windowscamera 'Windows Camera'
194 | microsoft.windowscommunicationsapps 'Mail and Calendar'
195 | microsoft.windowsfeedbackhub 'Feedback Hub'
196 | microsoft.windowsmaps 'Windows Maps'
197 | microsoft.windowsnotepad 'Notepad'
198 | microsoft.windowssoundrecorder 'Windows Voice Recorder'
199 | microsoft.xbox.tcui 'Xbox TCUI'
200 | microsoft.xboxgamecallableui 'Xbox Game UI'
201 | microsoft.xboxgameoverlay 'Xbox Game Bar Plugin'
202 | microsoft.xboxgamingoverlay 'Xbox Game Bar'
203 | microsoft.xboxspeechtotextoverlay 'Xbox Game Speech Window'
204 | microsoft.yourphone 'Your Phone'
205 | microsoft.zunemusic 'Windows Media Player'
206 | microsoft.zunevideo 'Movies & TV'
207 | microsoftcorporationii.quickassist 'Quick Assist'
208 | microsoftwindows.client.webexperience 'Windows Web Experience Pack'
209 | mixedreality 'Windows Mixed Reality'
210 | mmc32 'Microsoft Management Console (MMC) - 32 bit'
211 | mobiledevicemanagement 'Mobile Device Management (MDM)'
212 | mobilenetworkingapi32 'Mobile Networking API - 32 bit'
213 | mobilepc
214 | mobilepc_networkprojection 'Network Projection'
215 | msmq 'Microsoft Message Queue (MSMQ)'
216 | multipointconnector 'MultiPoint Connector'
217 | ndu 'Network Data Usage Monitoring Driver'
218 | netbios 'NetBIOS over TCP transport'
219 | nfc 'Near Field Communication (NFC)'
220 | nfsclient 'NFS Administrative Tools'
221 | notepad 'Notepad (Legacy)'
222 | offlinefiles 'Offline Files'
223 | onedrive
224 | openssh
225 | otherthemes 'Windows Personalization themes'
226 | outlookpwa 'Outlook PWA (InboxApp)'
227 | payments
228 | performancerecorder 'Windows Performance Recorder'
229 | phonesvc 'Phone Service'
230 | photoviewer 'Photo Viewer'
231 | photoviewer32 'Photo Viewer - 32 bit'
232 | pos 'Point of Service (POS)'
233 | powershellise 'PowerShell ISE'
234 | powershellise32 'PowerShell ISE - 32 bit'
235 | printmgmt 'Print Management'
236 | printtopdf 'Print to PDF'
237 | printworkflow 'Print Workflow Service'
238 | projfs 'Projected File System (ProjFS)'
239 | pushtoinstall 'Windows PushToInstall Service'
240 | rasauto 'Remote Access Auto Connection Manager'
241 | rdc 'Remote Differential Compression (RDC)'
242 | rdmaping 'Remote Direct Memory Access (RDMA) ping tool'
243 | rdpclient 'Remote Desktop Client'
244 | rdpclient32 'Remote Desktop Client - 32 bit'
245 | rdpserver 'Remote Desktop Server'
246 | rdpserverlic 'Remote Desktop Licensing'
247 | refs 'Resilient File System (ReFS)'
248 | regedit32 'Registry Editor - 32 bit'
249 | reliabilityanalysis 'Reliability Analysis Services'
250 | remoteactivex 'Remote Desktop Services ActiveX Client'
251 | remoteactivex32 'Remote Desktop Services ActiveX Client - 32 bit'
252 | remoteassistance 'Remote Assistance'
253 | remotefx
254 | remoteportredirector 'Remote Desktop Services Port Redirector'
255 | remoteregistry 'Remote Registry'
256 | retaildemo 'Retail Demo Content'
257 | rotationmanager 'Auto-Rotation Manager'
258 | screensavers
259 | securitycenter 'Security Center'
260 | servicesmmc32 'Services (management console) - 32 bit'
261 | sharedaccess 'Internet Connection Sharing (ICS)'
262 | simpletcp 'Simple TCP/IP services'
263 | skypeortc 'Skype ORTC'
264 | sleepstudy 'Sleep Study'
265 | smbdirect 'SMB Direct (RDMA)'
266 | smbv1 'SMB v1'
267 | smbwitnessclientapi 'SMB Witness Client API'
268 | soundsdefault 'Sounds (Default)'
269 | soundthemes 'Sound Themes'
270 | sourcessxsdir 'Manual feature repository'
271 | srumon 'Data Usage service'
272 | startexperiencesapp 'Start Experiences (InboxApp)'
273 | stepsrecorder 'Steps Recorder'
274 | storageqos 'Storage Quality of Service (Storage QoS)'
275 | supportdir 'Support directory'
276 | synccenter 'Sync Center'
277 | tabletpc 'Tablet PC'
278 | taskschdmsc32 'Task Scheduler (management console) - 32 bit'
279 | telnetclient 'Telnet Client'
280 | tempcache 'Cache and temp files'
281 | tftpclient 'TFTP client'
282 | timetraveldebugger 'Time Travel Debugger (TTD)'
283 | tpmmmc32 'Trusted Platform Module (TPM) (management console) - 32 bit'
284 | troubleshootingsvc 'Recommended Troubleshooting service'
285 | universalprintsvc 'Universal Print Management Service'
286 | userdeviceregistration 'User Device Registration'
287 | waasassessment 'Windows Update Medic Service'
288 | wallet 'Wallet Service'
289 | wallpaperdefault 'Wallpaper (Default)'
290 | wallpapers 'Wallpapers (Themes)'
291 | webthreatdefense 'Web Threat Defense Service'
292 | wfmmc32 'Windows Firewall (management console) - 32 bit'
293 | windows.cbspreview 'Windows Barcode Preview'
294 | windows.printdialog 'Windows Print'
295 | windowstogo 'Windows To Go'
296 | windowsupdate 'Windows Update'
297 | winsat 'Windows System Assessment Tool (WinSAT)'
298 | wordpad
299 | wordpad32 'Wordpad - 32 bit'
300 | xbox 'Xbox - Core'
301 |
302 |
303 |
304 | AppGuard
305 | Battle.net
306 | YubiKey
307 | Bluetooth
308 | USBCamera
309 | CapFrameX
310 | Discord
311 | Docker
312 | EA Anti-Cheat
313 | FileSharing
314 | Hyper-V
315 | iCloud
316 | Kaspersky
317 | ManualSetup
318 | OfficeSupport
319 | AppxSupport
320 | Netflix
321 | NetworkDiscovery
322 | NightLight
323 | NvidiaSetup
324 | OOBE
325 | Printing
326 | Recommended-All
327 | RDPServer
328 | SamsungSwitch
329 | Scanning
330 | ServicingStack
331 | ShellSearchSupport
332 | Spotify
333 | SFC
334 | DefaultFonts
335 | SafeMode
336 | TeamViewer
337 | Recommended-Tablet
338 | HostRefresh
339 | USBModem
340 | USB
341 | VideoPlayback
342 | VPN
343 | VisualStudio
344 | VSS
345 | ActivationKMS
346 | Activation
347 | WinSetup
348 | WindowsStore
349 | WindowsUpdate
350 | WLAN
351 |
352 |
353 | HostMachine
354 | Hyper-V VM
355 | Parallels VM
356 | Virtual Box VM
357 | VMware VM
358 |
359 |
360 |
361 | false
362 | false
363 | false
364 | false
365 | false
366 | false
367 | false
368 | false
369 | false
370 | false
371 | false
372 | false
373 | false
374 | false
375 | false
376 | false
377 | false
378 | false
379 | false
380 | false
381 | false
382 | false
383 | false
384 | false
385 | false
386 | false
387 | false
388 | false
389 | false
390 | false
391 | false
392 | false
393 | false
394 | false
395 | false
396 | false
397 | false
398 | false
399 | false
400 | false
401 | false
402 | false
403 | false
404 | false
405 | false
406 |
407 |
408 |
409 | 0
410 | false
411 | false
412 |
413 |
414 |
415 |
416 |
417 |
418 |
419 |
420 |
421 |
422 | false
423 | true
424 |
425 |
426 |
427 | false
428 | false
429 | false
430 | false
431 |
432 |
433 |
434 | OnError
435 |
436 |
437 |
438 | OnError
439 |
440 |
441 | /IMAGE/INDEX
442 | 1
443 |
444 |
445 |
446 |
447 |
448 |
449 |
450 |
451 |
452 |
453 |
454 |
455 |
456 |
457 |
458 | 0
459 |
460 |
461 |
462 |
463 |
464 |
465 |
466 |
467 | imageSaveRebuild
468 | imageFormatWim
469 |
470 | NTLite.iso
471 | NTLite
472 | 4000
473 |
474 |
475 |
476 |
477 |
478 |
479 |
480 |
481 |
--------------------------------------------------------------------------------
/03.Win11-Components_25H2-Laptop.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 11/28/2025 21:50:10
4 |
5 | 2025.11.10675
6 | Yes
7 | Yes
8 | Windows 11 Professional 25H2 x64 - 10.0.26200.7171 (en-US)
9 |
10 |
11 | Windows 11 Professional 25H2 x64 - 10.0.26200.6584 (en-US)
12 | {F5EAAC11-BCAE-4EE4-8675-212CC44F4BA1}
13 |
14 |
15 | accessibility_cursors 'Mouse Pointers (Accessibility tools)'
16 | accessibility_magnifier 'Screen Magnifier'
17 | activedirectory 'Active Directory'
18 | adamclient 'Active Directory Lightweight Directory Services (AD LDS)'
19 | asimov 'Telemetry Client'
20 | assembly.net '.NET assembly cache'
21 | assignedaccess 'Assigned Access'
22 | axinstall 'ActiveX Installer Service'
23 | azman32 'Authorization Manager - 32 bit'
24 | azuread 'Azure Active Directory'
25 | bingsearch 'Bing Search (InboxApp)'
26 | branchcacheclient 'BranchCache Client'
27 | captureservice 'Capture Service'
28 | ceip 'CEIP (SQM)'
29 | cellulartime 'Cellular Time'
30 | certmgr32 'Certificate Manager - 32 bit'
31 | clipchamp.clipchamp
32 | commmc32 'COM+ (Component Services) (management console) - 32 bit'
33 | compmgmt32 'Computer Management - 32 bit'
34 | containers 'Containers (Application Guard)'
35 | copilotpwa 'Windows Copilot (InboxApp)'
36 | cursors 'Mouse Pointers'
37 | desktopimgdownldr 'Desktop image downloader'
38 | deviceguard 'Device Guard'
39 | deviceupdatecenter 'Device Update Center'
40 | devmgmt32 'Device Manager - 32 bit'
41 | diagnostics 'Diagnostics and Troubleshooting'
42 | diskdiagnosis 'Disk failure diagnostics'
43 | diskmgmt32 'Disk Management - 32 bit'
44 | diskquota32 'Disk Quota - 32 bit'
45 | driver_c_barcodescanner.inf
46 | driver_c_cashdrawer.inf
47 | driver_c_fdc.inf
48 | driver_c_floppydisk.inf
49 | driver_c_infrared.inf
50 | driver_c_linedisplay.inf
51 | driver_c_magneticstripereader.inf
52 | driver_c_modem.inf
53 | driver_c_printer.inf
54 | driver_c_receiptprinter.inf
55 | driver_c_smartcard.inf
56 | driver_c_smartcardfilter.inf
57 | driver_c_smartcardreader.inf
58 | driver_c_volsnap.inf
59 | driver_cht4vx64.inf
60 | driver_ehstorpwddrv.inf
61 | driver_ehstortcgdrv.inf
62 | driver_fdc.inf
63 | driver_flpydisk.inf
64 | driver_hidir.inf
65 | driver_hidirkbd.inf
66 | driver_hidlamparray.inf
67 | driver_hidscanner.inf
68 | driver_hidtelephonydriver.inf
69 | driver_idtsec.inf
70 | driver_iscsi.inf
71 | driver_kdnic.inf
72 | driver_mdm3com.inf
73 | driver_mdm5674a.inf
74 | driver_mdmadc.inf
75 | driver_mdmagm64.inf
76 | driver_mdmags64.inf
77 | driver_mdmairte.inf
78 | driver_mdmaiwa.inf
79 | driver_mdmaiwa3.inf
80 | driver_mdmaiwa4.inf
81 | driver_mdmaiwa5.inf
82 | driver_mdmaiwat.inf
83 | driver_mdmar1.inf
84 | driver_mdmarch.inf
85 | driver_mdmarn.inf
86 | driver_mdmati.inf
87 | driver_mdmatm2k.inf
88 | driver_mdmaus.inf
89 | driver_mdmboca.inf
90 | driver_mdmbsb.inf
91 | driver_mdmbtmdm.inf
92 | driver_mdmbug3.inf
93 | driver_mdmbw561.inf
94 | driver_mdmc26a.inf
95 | driver_mdmcdp.inf
96 | driver_mdmcm28.inf
97 | driver_mdmcodex.inf
98 | driver_mdmcom1.inf
99 | driver_mdmcommu.inf
100 | driver_mdmcomp.inf
101 | driver_mdmcpq.inf
102 | driver_mdmcpq2.inf
103 | driver_mdmcpv.inf
104 | driver_mdmcrtix.inf
105 | driver_mdmcxhv6.inf
106 | driver_mdmcxpv6.inf
107 | driver_mdmdcm5.inf
108 | driver_mdmdcm6.inf
109 | driver_mdmdf56f.inf
110 | driver_mdmdgitn.inf
111 | driver_mdmdp2.inf
112 | driver_mdmdsi.inf
113 | driver_mdmdyna.inf
114 | driver_mdmeiger.inf
115 | driver_mdmelsa.inf
116 | driver_mdmeric.inf
117 | driver_mdmeric2.inf
118 | driver_mdmetech.inf
119 | driver_mdmfj2.inf
120 | driver_mdmgatew.inf
121 | driver_mdmgcs.inf
122 | driver_mdmgen.inf
123 | driver_mdmgl001.inf
124 | driver_mdmgl002.inf
125 | driver_mdmgl003.inf
126 | driver_mdmgl004.inf
127 | driver_mdmgl005.inf
128 | driver_mdmgl006.inf
129 | driver_mdmgl007.inf
130 | driver_mdmgl008.inf
131 | driver_mdmgl009.inf
132 | driver_mdmgl010.inf
133 | driver_mdmgsm.inf
134 | driver_mdmhaeu.inf
135 | driver_mdmhandy.inf
136 | driver_mdmhay2.inf
137 | driver_mdmhayes.inf
138 | driver_mdminfot.inf
139 | driver_mdmiodat.inf
140 | driver_mdmirmdm.inf
141 | driver_mdmisdn.inf
142 | driver_mdmjf56e.inf
143 | driver_mdmke.inf
144 | driver_mdmkortx.inf
145 | driver_mdmlasat.inf
146 | driver_mdmlasno.inf
147 | driver_mdmlucnt.inf
148 | driver_mdmmc288.inf
149 | driver_mdmmcd.inf
150 | driver_mdmmcom.inf
151 | driver_mdmmct.inf
152 | driver_mdmmega.inf
153 | driver_mdmmetri.inf
154 | driver_mdmmhrtz.inf
155 | driver_mdmmhzel.inf
156 | driver_mdmminij.inf
157 | driver_mdmmod.inf
158 | driver_mdmmot64.inf
159 | driver_mdmmoto1.inf
160 | driver_mdmmotou.inf
161 | driver_mdmmts.inf
162 | driver_mdmneuhs.inf
163 | driver_mdmnis1u.inf
164 | driver_mdmnis2u.inf
165 | driver_mdmnis3t.inf
166 | driver_mdmnis5t.inf
167 | driver_mdmnokia.inf
168 | driver_mdmnova.inf
169 | driver_mdmntt1.inf
170 | driver_mdmnttd2.inf
171 | driver_mdmnttd6.inf
172 | driver_mdmnttme.inf
173 | driver_mdmnttp.inf
174 | driver_mdmnttp2.inf
175 | driver_mdmnttte.inf
176 | driver_mdmolic.inf
177 | driver_mdmomrn3.inf
178 | driver_mdmoptn.inf
179 | driver_mdmosi.inf
180 | driver_mdmpace.inf
181 | driver_mdmpenr.inf
182 | driver_mdmpin.inf
183 | driver_mdmpn1.inf
184 | driver_mdmpp.inf
185 | driver_mdmpsion.inf
186 | driver_mdmracal.inf
187 | driver_mdmrock.inf
188 | driver_mdmrock3.inf
189 | driver_mdmrock4.inf
190 | driver_mdmrock5.inf
191 | driver_mdmsier.inf
192 | driver_mdmsii64.inf
193 | driver_mdmsmart.inf
194 | driver_mdmsonyu.inf
195 | driver_mdmsun1.inf
196 | driver_mdmsun2.inf
197 | driver_mdmsupr3.inf
198 | driver_mdmsupra.inf
199 | driver_mdmsuprv.inf
200 | driver_mdmtdk.inf
201 | driver_mdmtdkj2.inf
202 | driver_mdmtdkj3.inf
203 | driver_mdmtdkj4.inf
204 | driver_mdmtdkj5.inf
205 | driver_mdmtdkj6.inf
206 | driver_mdmtdkj7.inf
207 | driver_mdmtexas.inf
208 | driver_mdmti.inf
209 | driver_mdmtkr.inf
210 | driver_mdmtron.inf
211 | driver_mdmusrf.inf
212 | driver_mdmusrg.inf
213 | driver_mdmusrgl.inf
214 | driver_mdmusrk1.inf
215 | driver_mdmusrsp.inf
216 | driver_mdmvdot.inf
217 | driver_mdmvv.inf
218 | driver_mdmwhql0.inf
219 | driver_mdmx5560.inf
220 | driver_mdmzoom.inf
221 | driver_mdmzyp.inf
222 | driver_mdmzyxel.inf
223 | driver_mdmzyxlg.inf
224 | driver_mgtdyn.inf
225 | driver_modemcsa.inf
226 | driver_msclmd.inf
227 | driver_ntprint.inf
228 | driver_ntprint4.inf
229 | driver_printqueue.inf
230 | driver_prnge001.inf
231 | driver_prnms002.inf
232 | driver_prnms003.inf
233 | driver_prnms004.inf
234 | driver_prnms005.inf
235 | driver_prnms007.inf
236 | driver_prnms008.inf
237 | driver_prnms010.inf
238 | driver_prnms011.inf
239 | driver_prnms012.inf
240 | driver_prnms014.inf
241 | driver_rawsilo.inf
242 | driver_rdpbus.inf
243 | driver_remoteposdrv.inf
244 | driver_scrawpdo.inf
245 | driver_scunknown.inf
246 | driver_spaceport.inf
247 | driver_termbus.inf
248 | driver_termkbd.inf
249 | driver_termmou.inf
250 | driver_tpmvsc.inf
251 | driver_ts_generic.inf
252 | driver_tsgenericusbdriver.inf
253 | driver_tsprint.inf
254 | driver_tsusbhubfilter.inf
255 | driver_usbcciddriver.inf
256 | driver_usbcir.inf
257 | driver_usbprint.inf
258 | driver_volsnap.inf
259 | driver_wdmvsc.inf
260 | driver_wfcvsc.inf
261 | driver_wgencounter.inf
262 | driver_whvcrash.inf
263 | driver_whyperkbd.inf
264 | driver_wnetvsc.inf
265 | driver_ws3cap.inf
266 | driver_wstorflt.inf
267 | driver_wstorvsc.inf
268 | driver_wudfusbcciddriver.inf
269 | driver_wvid.inf
270 | driver_wvmbus.inf
271 | driver_wvmbushid.inf
272 | driver_wvmbusvideo.inf
273 | driver_wvmgid.inf
274 | driver_wvmic.inf
275 | driver_wvmic_ext.inf
276 | driver_wvmic_vss.inf
277 | driver_wvpci.inf
278 | dynamiclighting 'Dynamic Lighting'
279 | e2a4f912-2574-4a75-9bb0-0d023378592b 'App Resolver'
280 | easeofaccessthemes 'Ease Of Access Themes'
281 | edgehtml32 'HTML Viewer - 32 bit'
282 | edgeupdate 'Microsoft Edge Update'
283 | edgewebview 'Microsoft Edge WebView'
284 | edgewebviewlegacy 'WebView2 Runtime (Legacy)'
285 | embeddedexperience 'Device Lockdown (Embedded Experience)'
286 | embeddedmode 'Embedded Mode'
287 | enterpriseclientsync 'Work Folders Client'
288 | enterprisedataprotection 'Enterprise Data Protection (EDP/WIP)'
289 | errorreporting 'Windows Error Reporting'
290 | errorreportingapi 'Windows Error Reporting API'
291 | eudcedit 'Private Character Editor'
292 | eventviewer32 'Event Viewer - 32 bit'
293 | f46d4000-fd22-4db4-ac8e-4e1ddde828fe 'Add Folder Suggestions dialog'
294 | fciclient 'File Server Resource Manager'
295 | firstlogonanim 'First-logon animation'
296 | flipgridpwa 'Flipgrid PWA (InboxApp)'
297 | fontpreviewer32 'Font previewer - 32 bit'
298 | fsmgmt32 'Shared Folders UI - 32 bit'
299 | gameexplorer 'Game Explorer'
300 | hbaapi 'Host Bus Adapter (HBA) API'
301 | help 'Windows Help content'
302 | hotpatch 'Windows Hotpatching'
303 | hwsupport_floppy 'Floppy disk'
304 | hwsupport_infrared 'Infrared devices'
305 | hwsupport_internetprintingclient 'Internet Printing Client'
306 | hwsupport_modem 'Modem'
307 | hwsupport_modemsettings 'Shared modem settings (mdmgl*.inf)'
308 | hwsupport_printer 'Printing'
309 | hwsupport_scanner 'Scanner'
310 | hwsupport_smartcard 'Smartcard'
311 | hwsupport_telephony 'Telephony'
312 | hwsupport_tv 'TV Tuner codecs and support'
313 | iis 'Internet Information Server (IIS)'
314 | insiderhub 'Windows Insider Program'
315 | internetexplorer 'Internet Explorer'
316 | internetexplorer32 'Internet Explorer - 32 bit'
317 | iscsi 'iSCSI Initiator'
318 | isolatedusermode 'Virtualization-based security (VBS)'
319 | kerberos32 'Kerberos Client - 32 bit'
320 | kerneldebug 'Kernel Debugging'
321 | la57 '57-bit Linear Addressing'
322 | lcu 'Cumulative Update cache (LCU)'
323 | livecaptions 'Live Captions'
324 | location 'Location Service'
325 | lockscreens 'Lock Screen backgrounds'
326 | lusrmgr32 'Local Users and Groups Manager - 32 bit'
327 | lxss 'Windows Subsystem for Linux'
328 | mail 'Windows Mail'
329 | mailcommdll 'Windows Mail Communications Library'
330 | manifestbackup 'Manifest Backup (WinSxS\Backup)'
331 | mapcontrol 'Map Control'
332 | mediaplayer 'Windows Media Player'
333 | mediaplayer32 'Windows Media Player - 32 bit'
334 | mediaplayernetworksharing 'WMP Network Sharing Service'
335 | mediaplayernetworksharing32 'WMP Network Sharing Service - 32 bit'
336 | messagingsvc 'Messaging Service'
337 | microsoft.applicationcompatibilityenhancements 'Windows Application Compatibility Enhancements'
338 | microsoft.asynctextservice 'AsyncTextService'
339 | microsoft.av1videoextension 'AV1 Video Extension'
340 | microsoft.avcencodervideoextension 'AVC Encoder Video Extension'
341 | microsoft.bingnews 'Microsoft News'
342 | microsoft.bingsearch 'Microsoft Bing'
343 | microsoft.bingweather 'MSN Weather'
344 | microsoft.bioenrollment 'Windows Hello Setup'
345 | microsoft.creddialoghost 'Credential Dialog'
346 | microsoft.ecapp 'Eye Control'
347 | microsoft.gamingapp 'Xbox App'
348 | microsoft.gethelp 'Get Help'
349 | microsoft.heifimageextension 'HEIF Image Extension'
350 | microsoft.hevcvideoextension 'HEVC Video Extensions from Device Manufacturer'
351 | microsoft.lockapp 'Windows Default Lock Screen'
352 | microsoft.microsoftedge 'Microsoft Edge (Legacy)'
353 | microsoft.microsoftedge.stable 'Microsoft Edge (Chromium)'
354 | microsoft.microsoftedgedevtoolsclient 'Microsoft Edge DevTools Client'
355 | microsoft.microsoftofficehub 'Microsoft 365 Copilot'
356 | microsoft.microsoftsolitairecollection 'Solitaire & Casual Games'
357 | microsoft.microsoftstickynotes 'Microsoft Sticky Notes'
358 | microsoft.mpeg2videoextension 'MPEG-2 Video Extension'
359 | microsoft.outlookforwindows 'Outlook for Windows'
360 | microsoft.powerautomatedesktop 'Power Automate'
361 | microsoft.rawimageextension 'Raw Image Extension'
362 | microsoft.screensketch 'Snipping Tool'
363 | microsoft.sechealthui 'Windows Defender'
364 | microsoft.storepurchaseapp 'Store Experience Host'
365 | microsoft.todos 'Microsoft To Do'
366 | microsoft.vp9videoextensions 'VP9 Video Extensions'
367 | microsoft.webmediaextensions 'Web Media Extensions'
368 | microsoft.webpimageextension 'WebP Image Extension'
369 | microsoft.win32webviewhost 'Desktop App Web Viewer'
370 | microsoft.windows.apprep.chxapp 'SmartScreen'
371 | microsoft.windows.assignedaccesslockapp 'Assigned Access Lock app'
372 | microsoft.windows.augloop.cbs
373 | microsoft.windows.capturepicker 'Capture Picker'
374 | microsoft.windows.contentdeliverymanager 'Content Delivery Manager'
375 | microsoft.windows.devhome 'Dev Home'
376 | microsoft.windows.narratorquickstart 'Narrator'
377 | microsoft.windows.oobenetworkcaptiveportal 'Captive Portal Flow'
378 | microsoft.windows.oobenetworkconnectionflow 'Network Connection Flow'
379 | microsoft.windows.parentalcontrols 'Microsoft Family Safety'
380 | microsoft.windows.peopleexperiencehost 'Windows Shell Experience'
381 | microsoft.windows.photos 'Microsoft Photos'
382 | microsoft.windows.pinningconfirmationdialog 'PinningConfirmationDialog'
383 | microsoft.windows.printqueueactioncenter 'PrintQueueActionCenter'
384 | microsoft.windows.secureassessmentbrowser 'Take a Test'
385 | microsoft.windows.xgpuejectdialog 'Safely Remove Device'
386 | microsoft.windowsalarms 'Windows Clock'
387 | microsoft.windowscamera 'Windows Camera'
388 | microsoft.windowsfeedbackhub 'Feedback Hub'
389 | microsoft.windowsnotepad 'Windows Notepad'
390 | microsoft.windowssoundrecorder 'Windows Sound Recorder'
391 | microsoft.xbox.tcui 'Xbox TCUI'
392 | microsoft.xboxgamecallableui 'Xbox Game UI'
393 | microsoft.xboxgamingoverlay 'Game Bar'
394 | microsoft.xboxspeechtotextoverlay 'Game Speech Window'
395 | microsoft.yourphone 'Phone Link'
396 | microsoft.zunemusic 'Windows Media Player'
397 | microsoftcorporationii.quickassist 'Quick Assist'
398 | microsoftwindows.client.aix 'Windows Copilot (Windows Feature Experience Pack)'
399 | microsoftwindows.client.photon 'Windows Feature Experience Pack - Photon'
400 | microsoftwindows.client.webexperience 'Windows Web Experience Pack'
401 | microsoftwindows.crossdevice 'Cross Device Experience Host'
402 | mixedreality 'Windows Mixed Reality'
403 | mmc32 'Microsoft Management Console (MMC) - 32 bit'
404 | mpe 'Microsoft Privacy Engine'
405 | msmq 'Microsoft Message Queue (MSMQ)'
406 | msteams 'Microsoft Teams'
407 | ndu 'Network Data Usage Monitoring Driver'
408 | netbios 'NetBIOS over TCP transport'
409 | nfc 'Near Field Communication (NFC)'
410 | notepad 'Notepad (Legacy)'
411 | offlinefiles 'Offline Files'
412 | onedrive
413 | oobefodsetup 'Out-of-box Experience (OOBE) - FOD Setup'
414 | openssh
415 | otherthemes 'Windows Personalization themes'
416 | outlookpwa 'Outlook PWA (InboxApp)'
417 | payments
418 | pdfreader 'Windows Reader (PDF)'
419 | penservice 'Pen Service'
420 | phonesvc 'Phone Service'
421 | photoviewer 'Photo Viewer'
422 | photoviewer32 'Photo Viewer - 32 bit'
423 | pos 'Point of Service (POS)'
424 | powershellise 'PowerShell ISE'
425 | powershellise32 'PowerShell ISE - 32 bit'
426 | printmgmt 'Print Management'
427 | printtopdf 'Print to PDF'
428 | printworkflow 'Print Workflow Service'
429 | projfs 'Projected File System (ProjFS)'
430 | pushtoinstall 'Windows PushToInstall Service'
431 | rasauto 'Remote Access Auto Connection Manager'
432 | rdc 'Remote Differential Compression (RDC)'
433 | rdmaping 'Remote Direct Memory Access (RDMA) ping tool'
434 | rdpclient 'Remote Desktop Client'
435 | rdpclient32 'Remote Desktop Client - 32 bit'
436 | rdpserver 'Remote Desktop Server'
437 | rdpserverlic 'Remote Desktop Licensing'
438 | refs 'Resilient File System (ReFS)'
439 | regedit32 'Registry Editor - 32 bit'
440 | remoteactivex 'Remote Desktop Services ActiveX Client'
441 | remoteactivex32 'Remote Desktop Services ActiveX Client - 32 bit'
442 | remoteassistance 'Remote Assistance'
443 | remotefx
444 | remoteportredirector 'Remote Desktop Services Port Redirector'
445 | remoteregistry 'Remote Registry'
446 | retaildemo 'Retail Demo Content'
447 | rotationmanager 'Auto-Rotation Manager'
448 | ruxim 'Reusable UX Interaction Manager (RUXIM)'
449 | screensavers
450 | servicesmmc32 'Services (management console) - 32 bit'
451 | sharedpc 'Shared PC mode'
452 | simpletcp 'Simple TCP/IP services'
453 | sleepstudy 'Sleep Study'
454 | smbdirect 'SMB Direct (RDMA)'
455 | smbv1 'SMB v1'
456 | smbwitnessclientapi 'SMB Witness Client API'
457 | soundsdefault 'Sounds (Default)'
458 | soundthemes 'Sound Themes'
459 | sourcessxsdir 'Manual feature repository'
460 | srumon 'Data Usage service'
461 | startexperiencesapp 'Start Experiences (InboxApp)'
462 | stepsrecorder 'Steps Recorder'
463 | storageqos 'Storage Quality of Service (Storage QoS)'
464 | supportdir 'Support directory'
465 | synccenter 'Sync Center'
466 | tabletpc 'Tablet PC'
467 | targetedcontent32 'Targeted Content Service - 32 bit'
468 | taskmanager32 'Task Manager - 32 bit'
469 | taskschdmsc32 'Task Scheduler (management console) - 32 bit'
470 | telnetclient 'Telnet Client'
471 | tempcache 'Cache and temp files'
472 | tftpclient 'TFTP client'
473 | timetraveldebugger 'Time Travel Debugger (TTD)'
474 | tpmmmc32 'Trusted Platform Module (TPM) (management console) - 32 bit'
475 | troubleshootingsvc 'Recommended Troubleshooting service'
476 | unexpectedcodepath 'Unexpected Codepath'
477 | universalprintsvc 'Universal Print Management Service'
478 | userdeviceregistration 'User Device Registration'
479 | waasassessment 'Windows Update Medic Service'
480 | wallet 'Wallet Service'
481 | wallpaperdefault 'Wallpaper (Default)'
482 | wallpapers 'Wallpapers (Themes)'
483 | webthreatdefense 'Web Threat Defense Service'
484 | webview2core 'WebView2 Runtime (Core)'
485 | wfmmc32 'Windows Firewall (management console) - 32 bit'
486 | whesvc 'Windows Health and Optimized Experiences'
487 | widgetsplatformruntimeapp 'Widgets Platform Runtime (InboxApp)'
488 | windows.cbspreview 'Windows Barcode Preview'
489 | windows.devicesflow32 'Devices Flow - 32 bit'
490 | windows.printdialog 'Windows Print'
491 | windowstogo 'Windows To Go'
492 | windowsupdate 'Windows Update'
493 | xbox 'Xbox - Core'
494 |
495 |
496 |
497 | Battle.net
498 | Bluetooth
499 | EAC
500 | OOBE
501 | Printing
502 | Recommended-All
503 | Scanning
504 | HostRefresh
505 | VisualStudio
506 | WindowsUpdate
507 |
508 |
509 |
510 |
511 | false
512 | false
513 | false
514 | false
515 | false
516 | false
517 | false
518 | false
519 | false
520 | false
521 | false
522 | false
523 | false
524 | false
525 | false
526 | false
527 | false
528 | false
529 | false
530 | false
531 | false
532 | false
533 | false
534 | false
535 | false
536 | false
537 | false
538 | false
539 | false
540 | false
541 | false
542 | false
543 | false
544 | false
545 | false
546 | false
547 | false
548 | false
549 | false
550 | false
551 |
552 |
553 |
554 | 4
555 | true
556 |
557 |
558 |
559 |
560 |
561 | 0409:00000409
562 | en-US
563 | en-US
564 | en-US
565 | en-US
566 |
567 |
568 | Eastern Standard Time
569 |
570 | true
571 | 9999999
572 | NTLiteUser
573 |
574 | true
575 |
576 |
577 |
578 |
579 | true
580 | true
581 | true
582 | true
583 | Home
584 | 3
585 |
586 |
587 |
588 |
589 | NTLite User
590 | Administrators
591 | NTLiteUser
592 |
593 | true
594 |
595 |
596 |
597 |
598 |
599 |
600 |
601 |
602 |
603 | true
604 |
605 |
606 | DESKTOP-D0UCH3
607 |
608 |
609 |
610 |
611 | 0409:00000409
612 | en-US
613 | en-US
614 | en-US
615 | en-US
616 |
617 | en-US
618 |
619 |
620 |
621 |
622 | false
623 |
624 |
625 | false
626 | OnError
627 |
628 |
629 | true
630 |
631 |
632 |
633 |
634 |
635 |
636 |
637 | 0
638 |
639 |
640 |
641 |
642 |
643 | imageSaveRebuild
644 | imageFormatWim
645 |
646 |
647 |
648 |
--------------------------------------------------------------------------------
/02.Win11-Components_25H2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 10/09/2025 11:08:51
4 |
5 | 2025.10.10631
6 | Yes
7 | Yes
8 | Windows 10 Professional 22H2 x64 - 10.0.19045.6332 (en-US)
9 |
10 |
11 | Windows 11 Professional 25H2 x64 - 10.0.26200.6584 (en-US)
12 | {58D6290C-2772-49F0-8C7B-E4FDD78C9A4E}
13 |
14 |
15 | accessibility_cursors 'Mouse Pointers (Accessibility tools)'
16 | accessibility_magnifier 'Screen Magnifier'
17 | activedirectory 'Active Directory'
18 | adamclient 'Active Directory Lightweight Directory Services (AD LDS)'
19 | asimov 'Telemetry Client'
20 | assembly.net '.NET assembly cache'
21 | assignedaccess 'Assigned Access'
22 | axinstall 'ActiveX Installer Service'
23 | azman32 'Authorization Manager - 32 bit'
24 | azuread 'Azure Active Directory'
25 | battery
26 | bingsearch 'Bing Search (InboxApp)'
27 | branchcacheclient 'BranchCache Client'
28 | captureservice 'Capture Service'
29 | ceip 'CEIP (SQM)'
30 | cellulartime 'Cellular Time'
31 | certmgr32 'Certificate Manager - 32 bit'
32 | clipchamp.clipchamp
33 | commmc32 'COM+ (Component Services) (management console) - 32 bit'
34 | compmgmt32 'Computer Management - 32 bit'
35 | containers 'Containers (Application Guard)'
36 | copilotpwa 'Windows Copilot (InboxApp)'
37 | cursors 'Mouse Pointers'
38 | desktopimgdownldr 'Desktop image downloader'
39 | deviceguard 'Device Guard'
40 | deviceupdatecenter 'Device Update Center'
41 | devmgmt32 'Device Manager - 32 bit'
42 | diagnostics 'Diagnostics and Troubleshooting'
43 | diskdiagnosis 'Disk failure diagnostics'
44 | diskmgmt32 'Disk Management - 32 bit'
45 | diskquota32 'Disk Quota - 32 bit'
46 | driver_battery.inf
47 | driver_c_barcodescanner.inf
48 | driver_c_battery.inf
49 | driver_c_cashdrawer.inf
50 | driver_c_fdc.inf
51 | driver_c_floppydisk.inf
52 | driver_c_infrared.inf
53 | driver_c_linedisplay.inf
54 | driver_c_magneticstripereader.inf
55 | driver_c_modem.inf
56 | driver_c_printer.inf
57 | driver_c_receiptprinter.inf
58 | driver_c_smartcard.inf
59 | driver_c_smartcardfilter.inf
60 | driver_c_smartcardreader.inf
61 | driver_c_volsnap.inf
62 | driver_cht4vx64.inf
63 | driver_cmbatt.inf
64 | driver_ehstorpwddrv.inf
65 | driver_ehstortcgdrv.inf
66 | driver_fdc.inf
67 | driver_flpydisk.inf
68 | driver_hidbatt.inf
69 | driver_hidir.inf
70 | driver_hidirkbd.inf
71 | driver_hidlamparray.inf
72 | driver_hidscanner.inf
73 | driver_hidtelephonydriver.inf
74 | driver_idtsec.inf
75 | driver_iscsi.inf
76 | driver_kdnic.inf
77 | driver_mdm3com.inf
78 | driver_mdm5674a.inf
79 | driver_mdmadc.inf
80 | driver_mdmagm64.inf
81 | driver_mdmags64.inf
82 | driver_mdmairte.inf
83 | driver_mdmaiwa.inf
84 | driver_mdmaiwa3.inf
85 | driver_mdmaiwa4.inf
86 | driver_mdmaiwa5.inf
87 | driver_mdmaiwat.inf
88 | driver_mdmar1.inf
89 | driver_mdmarch.inf
90 | driver_mdmarn.inf
91 | driver_mdmati.inf
92 | driver_mdmatm2k.inf
93 | driver_mdmaus.inf
94 | driver_mdmboca.inf
95 | driver_mdmbsb.inf
96 | driver_mdmbtmdm.inf
97 | driver_mdmbug3.inf
98 | driver_mdmbw561.inf
99 | driver_mdmc26a.inf
100 | driver_mdmcdp.inf
101 | driver_mdmcm28.inf
102 | driver_mdmcodex.inf
103 | driver_mdmcom1.inf
104 | driver_mdmcommu.inf
105 | driver_mdmcomp.inf
106 | driver_mdmcpq.inf
107 | driver_mdmcpq2.inf
108 | driver_mdmcpv.inf
109 | driver_mdmcrtix.inf
110 | driver_mdmcxhv6.inf
111 | driver_mdmcxpv6.inf
112 | driver_mdmdcm5.inf
113 | driver_mdmdcm6.inf
114 | driver_mdmdf56f.inf
115 | driver_mdmdgitn.inf
116 | driver_mdmdp2.inf
117 | driver_mdmdsi.inf
118 | driver_mdmdyna.inf
119 | driver_mdmeiger.inf
120 | driver_mdmelsa.inf
121 | driver_mdmeric.inf
122 | driver_mdmeric2.inf
123 | driver_mdmetech.inf
124 | driver_mdmfj2.inf
125 | driver_mdmgatew.inf
126 | driver_mdmgcs.inf
127 | driver_mdmgen.inf
128 | driver_mdmgl001.inf
129 | driver_mdmgl002.inf
130 | driver_mdmgl003.inf
131 | driver_mdmgl004.inf
132 | driver_mdmgl005.inf
133 | driver_mdmgl006.inf
134 | driver_mdmgl007.inf
135 | driver_mdmgl008.inf
136 | driver_mdmgl009.inf
137 | driver_mdmgl010.inf
138 | driver_mdmgsm.inf
139 | driver_mdmhaeu.inf
140 | driver_mdmhandy.inf
141 | driver_mdmhay2.inf
142 | driver_mdmhayes.inf
143 | driver_mdminfot.inf
144 | driver_mdmiodat.inf
145 | driver_mdmirmdm.inf
146 | driver_mdmisdn.inf
147 | driver_mdmjf56e.inf
148 | driver_mdmke.inf
149 | driver_mdmkortx.inf
150 | driver_mdmlasat.inf
151 | driver_mdmlasno.inf
152 | driver_mdmlucnt.inf
153 | driver_mdmmc288.inf
154 | driver_mdmmcd.inf
155 | driver_mdmmcom.inf
156 | driver_mdmmct.inf
157 | driver_mdmmega.inf
158 | driver_mdmmetri.inf
159 | driver_mdmmhrtz.inf
160 | driver_mdmmhzel.inf
161 | driver_mdmminij.inf
162 | driver_mdmmod.inf
163 | driver_mdmmot64.inf
164 | driver_mdmmoto1.inf
165 | driver_mdmmotou.inf
166 | driver_mdmmts.inf
167 | driver_mdmneuhs.inf
168 | driver_mdmnis1u.inf
169 | driver_mdmnis2u.inf
170 | driver_mdmnis3t.inf
171 | driver_mdmnis5t.inf
172 | driver_mdmnokia.inf
173 | driver_mdmnova.inf
174 | driver_mdmntt1.inf
175 | driver_mdmnttd2.inf
176 | driver_mdmnttd6.inf
177 | driver_mdmnttme.inf
178 | driver_mdmnttp.inf
179 | driver_mdmnttp2.inf
180 | driver_mdmnttte.inf
181 | driver_mdmolic.inf
182 | driver_mdmomrn3.inf
183 | driver_mdmoptn.inf
184 | driver_mdmosi.inf
185 | driver_mdmpace.inf
186 | driver_mdmpenr.inf
187 | driver_mdmpin.inf
188 | driver_mdmpn1.inf
189 | driver_mdmpp.inf
190 | driver_mdmpsion.inf
191 | driver_mdmracal.inf
192 | driver_mdmrock.inf
193 | driver_mdmrock3.inf
194 | driver_mdmrock4.inf
195 | driver_mdmrock5.inf
196 | driver_mdmsier.inf
197 | driver_mdmsii64.inf
198 | driver_mdmsmart.inf
199 | driver_mdmsonyu.inf
200 | driver_mdmsun1.inf
201 | driver_mdmsun2.inf
202 | driver_mdmsupr3.inf
203 | driver_mdmsupra.inf
204 | driver_mdmsuprv.inf
205 | driver_mdmtdk.inf
206 | driver_mdmtdkj2.inf
207 | driver_mdmtdkj3.inf
208 | driver_mdmtdkj4.inf
209 | driver_mdmtdkj5.inf
210 | driver_mdmtdkj6.inf
211 | driver_mdmtdkj7.inf
212 | driver_mdmtexas.inf
213 | driver_mdmti.inf
214 | driver_mdmtkr.inf
215 | driver_mdmtron.inf
216 | driver_mdmusrf.inf
217 | driver_mdmusrg.inf
218 | driver_mdmusrgl.inf
219 | driver_mdmusrk1.inf
220 | driver_mdmusrsp.inf
221 | driver_mdmvdot.inf
222 | driver_mdmvv.inf
223 | driver_mdmwhql0.inf
224 | driver_mdmx5560.inf
225 | driver_mdmzoom.inf
226 | driver_mdmzyp.inf
227 | driver_mdmzyxel.inf
228 | driver_mdmzyxlg.inf
229 | driver_mgtdyn.inf
230 | driver_modemcsa.inf
231 | driver_msclmd.inf
232 | driver_ntprint.inf
233 | driver_ntprint4.inf
234 | driver_printqueue.inf
235 | driver_prnge001.inf
236 | driver_prnms002.inf
237 | driver_prnms003.inf
238 | driver_prnms004.inf
239 | driver_prnms005.inf
240 | driver_prnms007.inf
241 | driver_prnms008.inf
242 | driver_prnms010.inf
243 | driver_prnms011.inf
244 | driver_prnms012.inf
245 | driver_prnms014.inf
246 | driver_rawsilo.inf
247 | driver_rdpbus.inf
248 | driver_remoteposdrv.inf
249 | driver_scrawpdo.inf
250 | driver_scunknown.inf
251 | driver_spaceport.inf
252 | driver_termbus.inf
253 | driver_termkbd.inf
254 | driver_termmou.inf
255 | driver_tpmvsc.inf
256 | driver_ts_generic.inf
257 | driver_tsgenericusbdriver.inf
258 | driver_tsprint.inf
259 | driver_tsusbhubfilter.inf
260 | driver_usbcciddriver.inf
261 | driver_usbcir.inf
262 | driver_usbprint.inf
263 | driver_volsnap.inf
264 | driver_wdmvsc.inf
265 | driver_wfcvsc.inf
266 | driver_wgencounter.inf
267 | driver_whvcrash.inf
268 | driver_whyperkbd.inf
269 | driver_wnetvsc.inf
270 | driver_ws3cap.inf
271 | driver_wstorflt.inf
272 | driver_wstorvsc.inf
273 | driver_wudfusbcciddriver.inf
274 | driver_wvid.inf
275 | driver_wvmbus.inf
276 | driver_wvmbushid.inf
277 | driver_wvmbusvideo.inf
278 | driver_wvmgid.inf
279 | driver_wvmic.inf
280 | driver_wvmic_ext.inf
281 | driver_wvmic_vss.inf
282 | driver_wvpci.inf
283 | dynamiclighting 'Dynamic Lighting'
284 | e2a4f912-2574-4a75-9bb0-0d023378592b 'App Resolver'
285 | easeofaccessthemes 'Ease Of Access Themes'
286 | edgehtml32 'HTML Viewer - 32 bit'
287 | edgeupdate 'Microsoft Edge Update'
288 | edgewebview 'Microsoft Edge WebView'
289 | edgewebviewlegacy 'WebView2 Runtime (Legacy)'
290 | embeddedexperience 'Device Lockdown (Embedded Experience)'
291 | embeddedmode 'Embedded Mode'
292 | enterpriseclientsync 'Work Folders Client'
293 | enterprisedataprotection 'Enterprise Data Protection (EDP/WIP)'
294 | errorreporting 'Windows Error Reporting'
295 | errorreportingapi 'Windows Error Reporting API'
296 | eudcedit 'Private Character Editor'
297 | eventviewer32 'Event Viewer - 32 bit'
298 | f46d4000-fd22-4db4-ac8e-4e1ddde828fe 'Add Folder Suggestions dialog'
299 | fciclient 'File Server Resource Manager'
300 | firstlogonanim 'First-logon animation'
301 | flipgridpwa 'Flipgrid PWA (InboxApp)'
302 | fontpreviewer32 'Font previewer - 32 bit'
303 | fsmgmt32 'Shared Folders UI - 32 bit'
304 | gameexplorer 'Game Explorer'
305 | hbaapi 'Host Bus Adapter (HBA) API'
306 | help 'Windows Help content'
307 | hotpatch 'Windows Hotpatching'
308 | hwsupport_floppy 'Floppy disk'
309 | hwsupport_infrared 'Infrared devices'
310 | hwsupport_internetprintingclient 'Internet Printing Client'
311 | hwsupport_modem 'Modem'
312 | hwsupport_modemsettings 'Shared modem settings (mdmgl*.inf)'
313 | hwsupport_printer 'Printing'
314 | hwsupport_scanner 'Scanner'
315 | hwsupport_smartcard 'Smartcard'
316 | hwsupport_telephony 'Telephony'
317 | hwsupport_tv 'TV Tuner codecs and support'
318 | iis 'Internet Information Server (IIS)'
319 | insiderhub 'Windows Insider Program'
320 | internetexplorer 'Internet Explorer'
321 | internetexplorer32 'Internet Explorer - 32 bit'
322 | iscsi 'iSCSI Initiator'
323 | isolatedusermode 'Virtualization-based security (VBS)'
324 | kerberos32 'Kerberos Client - 32 bit'
325 | kerneldebug 'Kernel Debugging'
326 | la57 '57-bit Linear Addressing'
327 | lcu 'Cumulative Update cache (LCU)'
328 | livecaptions 'Live Captions'
329 | location 'Location Service'
330 | lockscreens 'Lock Screen backgrounds'
331 | lusrmgr32 'Local Users and Groups Manager - 32 bit'
332 | lxss 'Windows Subsystem for Linux'
333 | mail 'Windows Mail'
334 | mailcommdll 'Windows Mail Communications Library'
335 | manifestbackup 'Manifest Backup (WinSxS\Backup)'
336 | mapcontrol 'Map Control'
337 | mediaplayer 'Windows Media Player'
338 | mediaplayer32 'Windows Media Player - 32 bit'
339 | mediaplayernetworksharing 'WMP Network Sharing Service'
340 | mediaplayernetworksharing32 'WMP Network Sharing Service - 32 bit'
341 | messagingsvc 'Messaging Service'
342 | microsoft.applicationcompatibilityenhancements 'Windows Application Compatibility Enhancements'
343 | microsoft.asynctextservice 'AsyncTextService'
344 | microsoft.av1videoextension 'AV1 Video Extension'
345 | microsoft.avcencodervideoextension 'AVC Encoder Video Extension'
346 | microsoft.bingnews 'Microsoft News'
347 | microsoft.bingsearch 'Microsoft Bing'
348 | microsoft.bingweather 'MSN Weather'
349 | microsoft.bioenrollment 'Windows Hello Setup'
350 | microsoft.creddialoghost 'Credential Dialog'
351 | microsoft.ecapp 'Eye Control'
352 | microsoft.gamingapp 'Xbox App'
353 | microsoft.gethelp 'Get Help'
354 | microsoft.heifimageextension 'HEIF Image Extension'
355 | microsoft.hevcvideoextension 'HEVC Video Extensions from Device Manufacturer'
356 | microsoft.lockapp 'Windows Default Lock Screen'
357 | microsoft.microsoftedge 'Microsoft Edge (Legacy)'
358 | microsoft.microsoftedge.stable 'Microsoft Edge (Chromium)'
359 | microsoft.microsoftedgedevtoolsclient 'Microsoft Edge DevTools Client'
360 | microsoft.microsoftofficehub 'Microsoft 365 Copilot'
361 | microsoft.microsoftsolitairecollection 'Solitaire & Casual Games'
362 | microsoft.microsoftstickynotes 'Microsoft Sticky Notes'
363 | microsoft.mpeg2videoextension 'MPEG-2 Video Extension'
364 | microsoft.outlookforwindows 'Outlook for Windows'
365 | microsoft.powerautomatedesktop 'Power Automate'
366 | microsoft.rawimageextension 'Raw Image Extension'
367 | microsoft.screensketch 'Snipping Tool'
368 | microsoft.sechealthui 'Windows Defender'
369 | microsoft.storepurchaseapp 'Store Experience Host'
370 | microsoft.todos 'Microsoft To Do'
371 | microsoft.vp9videoextensions 'VP9 Video Extensions'
372 | microsoft.webmediaextensions 'Web Media Extensions'
373 | microsoft.webpimageextension 'WebP Image Extension'
374 | microsoft.win32webviewhost 'Desktop App Web Viewer'
375 | microsoft.windows.apprep.chxapp 'SmartScreen'
376 | microsoft.windows.assignedaccesslockapp 'Assigned Access Lock app'
377 | microsoft.windows.augloop.cbs
378 | microsoft.windows.capturepicker 'Capture Picker'
379 | microsoft.windows.contentdeliverymanager 'Content Delivery Manager'
380 | microsoft.windows.devhome 'Dev Home'
381 | microsoft.windows.narratorquickstart 'Narrator'
382 | microsoft.windows.oobenetworkcaptiveportal 'Captive Portal Flow'
383 | microsoft.windows.oobenetworkconnectionflow 'Network Connection Flow'
384 | microsoft.windows.parentalcontrols 'Microsoft Family Safety'
385 | microsoft.windows.peopleexperiencehost 'Windows Shell Experience'
386 | microsoft.windows.photos 'Microsoft Photos'
387 | microsoft.windows.pinningconfirmationdialog 'PinningConfirmationDialog'
388 | microsoft.windows.printqueueactioncenter 'PrintQueueActionCenter'
389 | microsoft.windows.secureassessmentbrowser 'Take a Test'
390 | microsoft.windows.xgpuejectdialog 'Safely Remove Device'
391 | microsoft.windowsalarms 'Windows Clock'
392 | microsoft.windowscamera 'Windows Camera'
393 | microsoft.windowsfeedbackhub 'Feedback Hub'
394 | microsoft.windowsnotepad 'Windows Notepad'
395 | microsoft.windowssoundrecorder 'Windows Sound Recorder'
396 | microsoft.xbox.tcui 'Xbox TCUI'
397 | microsoft.xboxgamecallableui 'Xbox Game UI'
398 | microsoft.xboxgamingoverlay 'Game Bar'
399 | microsoft.xboxspeechtotextoverlay 'Game Speech Window'
400 | microsoft.yourphone 'Phone Link'
401 | microsoft.zunemusic 'Windows Media Player'
402 | microsoftcorporationii.quickassist 'Quick Assist'
403 | microsoftwindows.client.aix 'Windows Copilot (Windows Feature Experience Pack)'
404 | microsoftwindows.client.photon 'Windows Feature Experience Pack - Photon'
405 | microsoftwindows.client.webexperience 'Windows Web Experience Pack'
406 | microsoftwindows.crossdevice 'Cross Device Experience Host'
407 | mixedreality 'Windows Mixed Reality'
408 | mmc32 'Microsoft Management Console (MMC) - 32 bit'
409 | mpe 'Microsoft Privacy Engine'
410 | msmq 'Microsoft Message Queue (MSMQ)'
411 | msteams 'Microsoft Teams'
412 | ndu 'Network Data Usage Monitoring Driver'
413 | netbios 'NetBIOS over TCP transport'
414 | nfc 'Near Field Communication (NFC)'
415 | notepad 'Notepad (Legacy)'
416 | offlinefiles 'Offline Files'
417 | onedrive
418 | oobefodsetup 'Out-of-box Experience (OOBE) - FOD Setup'
419 | openssh
420 | otherthemes 'Windows Personalization themes'
421 | outlookpwa 'Outlook PWA (InboxApp)'
422 | payments
423 | pdfreader 'Windows Reader (PDF)'
424 | penservice 'Pen Service'
425 | phonesvc 'Phone Service'
426 | photoviewer 'Photo Viewer'
427 | photoviewer32 'Photo Viewer - 32 bit'
428 | pos 'Point of Service (POS)'
429 | powershellise 'PowerShell ISE'
430 | powershellise32 'PowerShell ISE - 32 bit'
431 | printmgmt 'Print Management'
432 | printtopdf 'Print to PDF'
433 | printworkflow 'Print Workflow Service'
434 | projfs 'Projected File System (ProjFS)'
435 | pushtoinstall 'Windows PushToInstall Service'
436 | rasauto 'Remote Access Auto Connection Manager'
437 | rdc 'Remote Differential Compression (RDC)'
438 | rdmaping 'Remote Direct Memory Access (RDMA) ping tool'
439 | rdpclient 'Remote Desktop Client'
440 | rdpclient32 'Remote Desktop Client - 32 bit'
441 | rdpserver 'Remote Desktop Server'
442 | rdpserverlic 'Remote Desktop Licensing'
443 | refs 'Resilient File System (ReFS)'
444 | regedit32 'Registry Editor - 32 bit'
445 | remoteactivex 'Remote Desktop Services ActiveX Client'
446 | remoteactivex32 'Remote Desktop Services ActiveX Client - 32 bit'
447 | remoteassistance 'Remote Assistance'
448 | remotefx
449 | remoteportredirector 'Remote Desktop Services Port Redirector'
450 | remoteregistry 'Remote Registry'
451 | retaildemo 'Retail Demo Content'
452 | rotationmanager 'Auto-Rotation Manager'
453 | ruxim 'Reusable UX Interaction Manager (RUXIM)'
454 | screensavers
455 | servicesmmc32 'Services (management console) - 32 bit'
456 | sharedpc 'Shared PC mode'
457 | simpletcp 'Simple TCP/IP services'
458 | sleepstudy 'Sleep Study'
459 | smbdirect 'SMB Direct (RDMA)'
460 | smbv1 'SMB v1'
461 | smbwitnessclientapi 'SMB Witness Client API'
462 | soundsdefault 'Sounds (Default)'
463 | soundthemes 'Sound Themes'
464 | sourcessxsdir 'Manual feature repository'
465 | srumon 'Data Usage service'
466 | startexperiencesapp 'Start Experiences (InboxApp)'
467 | stepsrecorder 'Steps Recorder'
468 | storageqos 'Storage Quality of Service (Storage QoS)'
469 | supportdir 'Support directory'
470 | synccenter 'Sync Center'
471 | tabletpc 'Tablet PC'
472 | targetedcontent32 'Targeted Content Service - 32 bit'
473 | taskmanager32 'Task Manager - 32 bit'
474 | taskschdmsc32 'Task Scheduler (management console) - 32 bit'
475 | telnetclient 'Telnet Client'
476 | tempcache 'Cache and temp files'
477 | tftpclient 'TFTP client'
478 | timetraveldebugger 'Time Travel Debugger (TTD)'
479 | tpmmmc32 'Trusted Platform Module (TPM) (management console) - 32 bit'
480 | troubleshootingsvc 'Recommended Troubleshooting service'
481 | unexpectedcodepath 'Unexpected Codepath'
482 | universalprintsvc 'Universal Print Management Service'
483 | userdeviceregistration 'User Device Registration'
484 | waasassessment 'Windows Update Medic Service'
485 | wallet 'Wallet Service'
486 | wallpaperdefault 'Wallpaper (Default)'
487 | wallpapers 'Wallpapers (Themes)'
488 | webthreatdefense 'Web Threat Defense Service'
489 | webview2core 'WebView2 Runtime (Core)'
490 | wfmmc32 'Windows Firewall (management console) - 32 bit'
491 | whesvc 'Windows Health and Optimized Experiences'
492 | widgetsplatformruntimeapp 'Widgets Platform Runtime (InboxApp)'
493 | windows.cbspreview 'Windows Barcode Preview'
494 | windows.devicesflow32 'Devices Flow - 32 bit'
495 | windows.printdialog 'Windows Print'
496 | windowstogo 'Windows To Go'
497 | windowsupdate 'Windows Update'
498 | xbox 'Xbox - Core'
499 |
500 |
501 |
502 | Battle.net
503 | Bluetooth
504 | EAC
505 | OOBE
506 | Printing
507 | Recommended-All
508 | Scanning
509 | HostRefresh
510 | VisualStudio
511 | WindowsUpdate
512 |
513 |
514 |
515 |
516 | false
517 | false
518 | false
519 | false
520 | false
521 | false
522 | false
523 | false
524 | false
525 | false
526 | false
527 | false
528 | false
529 | false
530 | false
531 | false
532 | false
533 | false
534 | false
535 | false
536 | false
537 | false
538 | false
539 | false
540 | false
541 | false
542 | false
543 | false
544 | false
545 | false
546 | false
547 | false
548 | false
549 | false
550 | false
551 | false
552 | false
553 | false
554 | false
555 | false
556 |
557 |
558 |
559 | 4
560 | true
561 |
562 |
563 |
564 |
565 |
566 | 0409:00000409
567 | en-US
568 | en-US
569 | en-US
570 | en-US
571 |
572 |
573 | Eastern Standard Time
574 |
575 | true
576 | 9999999
577 | NTLiteUser
578 |
579 | true
580 |
581 |
582 |
583 |
584 | true
585 | true
586 | true
587 | true
588 | Home
589 | 3
590 |
591 |
592 |
593 |
594 | NTLite User
595 | Administrators
596 | NTLiteUser
597 |
598 | true
599 |
600 |
601 |
602 |
603 |
604 |
605 |
606 |
607 |
608 | true
609 |
610 |
611 | DESKTOP-D0UCH3
612 |
613 |
614 |
615 |
616 | 0409:00000409
617 | en-US
618 | en-US
619 | en-US
620 | en-US
621 |
622 | en-US
623 |
624 |
625 |
626 |
627 | false
628 |
629 |
630 | false
631 | OnError
632 |
633 |
634 | true
635 |
636 |
637 |
638 |
639 |
640 |
641 |
642 | 0
643 |
644 |
645 |
646 |
647 |
648 | imageSaveRebuild
649 | imageFormatWim
650 |
651 |
652 |
653 |
--------------------------------------------------------------------------------
/01.Win11-Components_24H2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 08/23/2025 23:18:22
4 |
5 | 2025.8.10552
6 | Yes
7 | Yes
8 | Windows 11 Professional 24H2 x64 - 10.0.26100.4946 (en-US)
9 |
10 |
11 | Windows 11 Professional 24H2 x64 - 10.0.26100.4946 (en-US)
12 | {465CC607-49A1-4548-9F8E-4013F50A5EC4}
13 |
14 |
15 | accessibility_cursors 'Mouse Pointers (Accessibility tools)'
16 | accessibility_magnifier 'Screen Magnifier'
17 | activedirectory 'Active Directory'
18 | adamclient 'Active Directory Lightweight Directory Services (AD LDS)'
19 | asimov 'Telemetry Client'
20 | assembly.net '.NET assembly cache'
21 | assignedaccess 'Assigned Access'
22 | axinstall 'ActiveX Installer Service'
23 | azman32 'Authorization Manager - 32 bit'
24 | azuread 'Azure Active Directory'
25 | battery
26 | bingsearch 'Bing Search (InboxApp)'
27 | branchcacheclient 'BranchCache Client'
28 | captureservice 'Capture Service'
29 | ceip 'CEIP (SQM)'
30 | cellulartime 'Cellular Time'
31 | certmgr32 'Certificate Manager - 32 bit'
32 | clipchamp.clipchamp
33 | commmc32 'COM+ (Component Services) (management console) - 32 bit'
34 | compmgmt32 'Computer Management - 32 bit'
35 | containers 'Containers (Application Guard)'
36 | copilotpwa 'Windows Copilot (InboxApp)'
37 | cursors 'Mouse Pointers'
38 | desktopimgdownldr 'Desktop image downloader'
39 | deviceguard 'Device Guard'
40 | deviceupdatecenter 'Device Update Center'
41 | devmgmt32 'Device Manager - 32 bit'
42 | diagnostics 'Diagnostics and Troubleshooting'
43 | diskdiagnosis 'Disk failure diagnostics'
44 | diskmgmt32 'Disk Management - 32 bit'
45 | diskquota32 'Disk Quota - 32 bit'
46 | driver_battery.inf
47 | driver_c_barcodescanner.inf
48 | driver_c_battery.inf
49 | driver_c_cashdrawer.inf
50 | driver_c_fdc.inf
51 | driver_c_floppydisk.inf
52 | driver_c_infrared.inf
53 | driver_c_linedisplay.inf
54 | driver_c_magneticstripereader.inf
55 | driver_c_modem.inf
56 | driver_c_printer.inf
57 | driver_c_receiptprinter.inf
58 | driver_c_smartcard.inf
59 | driver_c_smartcardfilter.inf
60 | driver_c_smartcardreader.inf
61 | driver_c_volsnap.inf
62 | driver_cht4vx64.inf
63 | driver_cmbatt.inf
64 | driver_ehstorpwddrv.inf
65 | driver_ehstortcgdrv.inf
66 | driver_fdc.inf
67 | driver_flpydisk.inf
68 | driver_hidbatt.inf
69 | driver_hidir.inf
70 | driver_hidirkbd.inf
71 | driver_hidlamparray.inf
72 | driver_hidscanner.inf
73 | driver_hidtelephonydriver.inf
74 | driver_idtsec.inf
75 | driver_iscsi.inf
76 | driver_kdnic.inf
77 | driver_mdm3com.inf
78 | driver_mdm5674a.inf
79 | driver_mdmadc.inf
80 | driver_mdmagm64.inf
81 | driver_mdmags64.inf
82 | driver_mdmairte.inf
83 | driver_mdmaiwa.inf
84 | driver_mdmaiwa3.inf
85 | driver_mdmaiwa4.inf
86 | driver_mdmaiwa5.inf
87 | driver_mdmaiwat.inf
88 | driver_mdmar1.inf
89 | driver_mdmarch.inf
90 | driver_mdmarn.inf
91 | driver_mdmati.inf
92 | driver_mdmatm2k.inf
93 | driver_mdmaus.inf
94 | driver_mdmboca.inf
95 | driver_mdmbsb.inf
96 | driver_mdmbtmdm.inf
97 | driver_mdmbug3.inf
98 | driver_mdmbw561.inf
99 | driver_mdmc26a.inf
100 | driver_mdmcdp.inf
101 | driver_mdmcm28.inf
102 | driver_mdmcodex.inf
103 | driver_mdmcom1.inf
104 | driver_mdmcommu.inf
105 | driver_mdmcomp.inf
106 | driver_mdmcpq.inf
107 | driver_mdmcpq2.inf
108 | driver_mdmcpv.inf
109 | driver_mdmcrtix.inf
110 | driver_mdmcxhv6.inf
111 | driver_mdmcxpv6.inf
112 | driver_mdmdcm5.inf
113 | driver_mdmdcm6.inf
114 | driver_mdmdf56f.inf
115 | driver_mdmdgitn.inf
116 | driver_mdmdp2.inf
117 | driver_mdmdsi.inf
118 | driver_mdmdyna.inf
119 | driver_mdmeiger.inf
120 | driver_mdmelsa.inf
121 | driver_mdmeric.inf
122 | driver_mdmeric2.inf
123 | driver_mdmetech.inf
124 | driver_mdmfj2.inf
125 | driver_mdmgatew.inf
126 | driver_mdmgcs.inf
127 | driver_mdmgen.inf
128 | driver_mdmgl001.inf
129 | driver_mdmgl002.inf
130 | driver_mdmgl003.inf
131 | driver_mdmgl004.inf
132 | driver_mdmgl005.inf
133 | driver_mdmgl006.inf
134 | driver_mdmgl007.inf
135 | driver_mdmgl008.inf
136 | driver_mdmgl009.inf
137 | driver_mdmgl010.inf
138 | driver_mdmgsm.inf
139 | driver_mdmhaeu.inf
140 | driver_mdmhandy.inf
141 | driver_mdmhay2.inf
142 | driver_mdmhayes.inf
143 | driver_mdminfot.inf
144 | driver_mdmiodat.inf
145 | driver_mdmirmdm.inf
146 | driver_mdmisdn.inf
147 | driver_mdmjf56e.inf
148 | driver_mdmke.inf
149 | driver_mdmkortx.inf
150 | driver_mdmlasat.inf
151 | driver_mdmlasno.inf
152 | driver_mdmlucnt.inf
153 | driver_mdmmc288.inf
154 | driver_mdmmcd.inf
155 | driver_mdmmcom.inf
156 | driver_mdmmct.inf
157 | driver_mdmmega.inf
158 | driver_mdmmetri.inf
159 | driver_mdmmhrtz.inf
160 | driver_mdmmhzel.inf
161 | driver_mdmminij.inf
162 | driver_mdmmod.inf
163 | driver_mdmmot64.inf
164 | driver_mdmmoto1.inf
165 | driver_mdmmotou.inf
166 | driver_mdmmts.inf
167 | driver_mdmneuhs.inf
168 | driver_mdmnis1u.inf
169 | driver_mdmnis2u.inf
170 | driver_mdmnis3t.inf
171 | driver_mdmnis5t.inf
172 | driver_mdmnokia.inf
173 | driver_mdmnova.inf
174 | driver_mdmntt1.inf
175 | driver_mdmnttd2.inf
176 | driver_mdmnttd6.inf
177 | driver_mdmnttme.inf
178 | driver_mdmnttp.inf
179 | driver_mdmnttp2.inf
180 | driver_mdmnttte.inf
181 | driver_mdmolic.inf
182 | driver_mdmomrn3.inf
183 | driver_mdmoptn.inf
184 | driver_mdmosi.inf
185 | driver_mdmpace.inf
186 | driver_mdmpenr.inf
187 | driver_mdmpin.inf
188 | driver_mdmpn1.inf
189 | driver_mdmpp.inf
190 | driver_mdmpsion.inf
191 | driver_mdmracal.inf
192 | driver_mdmrock.inf
193 | driver_mdmrock3.inf
194 | driver_mdmrock4.inf
195 | driver_mdmrock5.inf
196 | driver_mdmsier.inf
197 | driver_mdmsii64.inf
198 | driver_mdmsmart.inf
199 | driver_mdmsonyu.inf
200 | driver_mdmsun1.inf
201 | driver_mdmsun2.inf
202 | driver_mdmsupr3.inf
203 | driver_mdmsupra.inf
204 | driver_mdmsuprv.inf
205 | driver_mdmtdk.inf
206 | driver_mdmtdkj2.inf
207 | driver_mdmtdkj3.inf
208 | driver_mdmtdkj4.inf
209 | driver_mdmtdkj5.inf
210 | driver_mdmtdkj6.inf
211 | driver_mdmtdkj7.inf
212 | driver_mdmtexas.inf
213 | driver_mdmti.inf
214 | driver_mdmtkr.inf
215 | driver_mdmtron.inf
216 | driver_mdmusrf.inf
217 | driver_mdmusrg.inf
218 | driver_mdmusrgl.inf
219 | driver_mdmusrk1.inf
220 | driver_mdmusrsp.inf
221 | driver_mdmvdot.inf
222 | driver_mdmvv.inf
223 | driver_mdmwhql0.inf
224 | driver_mdmx5560.inf
225 | driver_mdmzoom.inf
226 | driver_mdmzyp.inf
227 | driver_mdmzyxel.inf
228 | driver_mdmzyxlg.inf
229 | driver_mgtdyn.inf
230 | driver_modemcsa.inf
231 | driver_msclmd.inf
232 | driver_ntprint.inf
233 | driver_ntprint4.inf
234 | driver_printqueue.inf
235 | driver_prnge001.inf
236 | driver_prnms002.inf
237 | driver_prnms003.inf
238 | driver_prnms004.inf
239 | driver_prnms005.inf
240 | driver_prnms007.inf
241 | driver_prnms008.inf
242 | driver_prnms010.inf
243 | driver_prnms011.inf
244 | driver_prnms012.inf
245 | driver_prnms014.inf
246 | driver_rawsilo.inf
247 | driver_rdpbus.inf
248 | driver_remoteposdrv.inf
249 | driver_scrawpdo.inf
250 | driver_scunknown.inf
251 | driver_spaceport.inf
252 | driver_termbus.inf
253 | driver_termkbd.inf
254 | driver_termmou.inf
255 | driver_tpmvsc.inf
256 | driver_ts_generic.inf
257 | driver_tsgenericusbdriver.inf
258 | driver_tsprint.inf
259 | driver_tsusbhubfilter.inf
260 | driver_usbcciddriver.inf
261 | driver_usbcir.inf
262 | driver_usbprint.inf
263 | driver_volsnap.inf
264 | driver_wdmvsc.inf
265 | driver_wfcvsc.inf
266 | driver_wgencounter.inf
267 | driver_whvcrash.inf
268 | driver_whyperkbd.inf
269 | driver_wnetvsc.inf
270 | driver_ws3cap.inf
271 | driver_wstorflt.inf
272 | driver_wstorvsc.inf
273 | driver_wudfusbcciddriver.inf
274 | driver_wvid.inf
275 | driver_wvmbus.inf
276 | driver_wvmbushid.inf
277 | driver_wvmbusvideo.inf
278 | driver_wvmgid.inf
279 | driver_wvmic.inf
280 | driver_wvmic_ext.inf
281 | driver_wvmic_vss.inf
282 | driver_wvpci.inf
283 | dynamiclighting 'Dynamic Lighting'
284 | e2a4f912-2574-4a75-9bb0-0d023378592b 'App Resolver'
285 | easeofaccessthemes 'Ease Of Access Themes'
286 | edgehtml32 'HTML Viewer - 32 bit'
287 | edgeupdate 'Microsoft Edge Update'
288 | edgewebview 'Microsoft Edge WebView'
289 | edgewebviewlegacy 'WebView2 Runtime (Legacy)'
290 | embeddedexperience 'Device Lockdown (Embedded Experience)'
291 | embeddedmode 'Embedded Mode'
292 | enterpriseclientsync 'Work Folders Client'
293 | enterprisedataprotection 'Enterprise Data Protection (EDP/WIP)'
294 | errorreporting 'Windows Error Reporting'
295 | errorreportingapi 'Windows Error Reporting API'
296 | eudcedit 'Private Character Editor'
297 | eventviewer32 'Event Viewer - 32 bit'
298 | f46d4000-fd22-4db4-ac8e-4e1ddde828fe 'Add Folder Suggestions dialog'
299 | fciclient 'File Server Resource Manager'
300 | firstlogonanim 'First-logon animation'
301 | flipgridpwa 'Flipgrid PWA (InboxApp)'
302 | fontpreviewer32 'Font previewer - 32 bit'
303 | fsmgmt32 'Shared Folders UI - 32 bit'
304 | gameexplorer 'Game Explorer'
305 | hbaapi 'Host Bus Adapter (HBA) API'
306 | help 'Windows Help content'
307 | hotpatch 'Windows Hotpatching'
308 | hwsupport_floppy 'Floppy disk'
309 | hwsupport_infrared 'Infrared devices'
310 | hwsupport_internetprintingclient 'Internet Printing Client'
311 | hwsupport_modem 'Modem'
312 | hwsupport_modemsettings 'Shared modem settings (mdmgl*.inf)'
313 | hwsupport_printer 'Printing'
314 | hwsupport_scanner 'Scanner'
315 | hwsupport_smartcard 'Smartcard'
316 | hwsupport_telephony 'Telephony'
317 | hwsupport_tv 'TV Tuner codecs and support'
318 | iis 'Internet Information Server (IIS)'
319 | indeo 'Intel Indeo Codecs'
320 | insiderhub 'Windows Insider Program'
321 | internetexplorer 'Internet Explorer'
322 | internetexplorer32 'Internet Explorer - 32 bit'
323 | iscsi 'iSCSI Initiator'
324 | isolatedusermode 'Virtualization-based security (VBS)'
325 | kerberos32 'Kerberos Client - 32 bit'
326 | kerneldebug 'Kernel Debugging'
327 | la57 '57-bit Linear Addressing'
328 | lcu 'Cumulative Update cache (LCU)'
329 | livecaptions 'Live Captions'
330 | location 'Location Service'
331 | lockscreens 'Lock Screen backgrounds'
332 | lusrmgr32 'Local Users and Groups Manager - 32 bit'
333 | lxss 'Windows Subsystem for Linux'
334 | mail 'Windows Mail'
335 | mailcommdll 'Windows Mail Communications Library'
336 | manifestbackup 'Manifest Backup (WinSxS\Backup)'
337 | mapcontrol 'Map Control'
338 | mediaplayer 'Windows Media Player'
339 | mediaplayer32 'Windows Media Player - 32 bit'
340 | mediaplayernetworksharing 'WMP Network Sharing Service'
341 | mediaplayernetworksharing32 'WMP Network Sharing Service - 32 bit'
342 | messagingsvc 'Messaging Service'
343 | microsoft.applicationcompatibilityenhancements 'Windows Application Compatibility Enhancements'
344 | microsoft.asynctextservice 'AsyncTextService'
345 | microsoft.av1videoextension 'AV1 Video Extension'
346 | microsoft.avcencodervideoextension 'AVC Encoder Video Extension'
347 | microsoft.bingnews 'Microsoft News'
348 | microsoft.bingsearch 'Microsoft Bing Search'
349 | microsoft.bingweather 'MSN Weather'
350 | microsoft.bioenrollment 'Windows Hello Setup'
351 | microsoft.creddialoghost 'Credential Dialog'
352 | microsoft.ecapp 'Eye Control'
353 | microsoft.gamingapp 'Xbox App'
354 | microsoft.gethelp 'Get Help'
355 | microsoft.heifimageextension 'HEIF Image Extensions'
356 | microsoft.hevcvideoextension 'HEVC Video Extensions from Device Manufacturer'
357 | microsoft.lockapp 'Windows Default Lock Screen'
358 | microsoft.microsoftedge 'Microsoft Edge (Legacy)'
359 | microsoft.microsoftedge.stable 'Microsoft Edge (Chromium)'
360 | microsoft.microsoftedgedevtoolsclient 'Microsoft Edge DevTools Client'
361 | microsoft.microsoftofficehub 'Microsoft 365 (Office)'
362 | microsoft.microsoftsolitairecollection 'Solitaire & Casual Games'
363 | microsoft.microsoftstickynotes 'Microsoft Sticky Notes'
364 | microsoft.mpeg2videoextension 'MPEG-2 Video Extension'
365 | microsoft.outlookforwindows 'Outlook for Windows'
366 | microsoft.powerautomatedesktop 'Power Automate'
367 | microsoft.rawimageextension 'Raw Image Extension'
368 | microsoft.screensketch 'Snipping Tool'
369 | microsoft.sechealthui 'Windows Defender'
370 | microsoft.storepurchaseapp 'Store Experience Host'
371 | microsoft.todos 'Microsoft To Do'
372 | microsoft.vp9videoextensions 'VP9 Video Extensions'
373 | microsoft.webmediaextensions 'Web Media Extensions'
374 | microsoft.webpimageextension 'Webp Image Extensions'
375 | microsoft.win32webviewhost 'Desktop App Web Viewer'
376 | microsoft.windows.apprep.chxapp 'SmartScreen'
377 | microsoft.windows.assignedaccesslockapp 'Assigned Access Lock app'
378 | microsoft.windows.augloop.cbs
379 | microsoft.windows.capturepicker 'Capture Picker'
380 | microsoft.windows.contentdeliverymanager 'Content Delivery Manager'
381 | microsoft.windows.devhome 'Dev Home'
382 | microsoft.windows.narratorquickstart 'Narrator'
383 | microsoft.windows.oobenetworkcaptiveportal 'Captive Portal Flow'
384 | microsoft.windows.oobenetworkconnectionflow 'Network Connection Flow'
385 | microsoft.windows.parentalcontrols 'Microsoft Family Safety'
386 | microsoft.windows.peopleexperiencehost 'Windows Shell Experience'
387 | microsoft.windows.photos 'Microsoft Photos'
388 | microsoft.windows.pinningconfirmationdialog 'PinningConfirmationDialog'
389 | microsoft.windows.printqueueactioncenter 'PrintQueueActionCenter'
390 | microsoft.windows.secureassessmentbrowser 'Take a Test'
391 | microsoft.windows.xgpuejectdialog 'Safely Remove Device'
392 | microsoft.windowsalarms 'Windows Clock'
393 | microsoft.windowscamera 'Windows Camera'
394 | microsoft.windowsfeedbackhub 'Feedback Hub'
395 | microsoft.windowsnotepad 'Windows Notepad'
396 | microsoft.windowssoundrecorder 'Windows Sound Recorder'
397 | microsoft.xbox.tcui 'Xbox TCUI'
398 | microsoft.xboxgamecallableui 'Xbox Game UI'
399 | microsoft.xboxgamingoverlay 'Game Bar'
400 | microsoft.xboxspeechtotextoverlay 'Game Speech Window'
401 | microsoft.yourphone 'Phone Link'
402 | microsoft.zunemusic 'Windows Media Player'
403 | microsoftcorporationii.quickassist 'Quick Assist'
404 | microsoftwindows.client.aix 'Windows Copilot (Windows Feature Experience Pack)'
405 | microsoftwindows.client.photon 'Windows Feature Experience Pack - Photon'
406 | microsoftwindows.client.webexperience 'Windows Web Experience Pack'
407 | microsoftwindows.crossdevice 'Cross Device Experience Host'
408 | mixedreality 'Windows Mixed Reality'
409 | mmc32 'Microsoft Management Console (MMC) - 32 bit'
410 | mpe 'Microsoft Privacy Engine'
411 | msmq 'Microsoft Message Queue (MSMQ)'
412 | msteams 'Microsoft Teams'
413 | ndu 'Network Data Usage Monitoring Driver'
414 | netbios 'NetBIOS over TCP transport'
415 | nfc 'Near Field Communication (NFC)'
416 | notepad 'Notepad (Legacy)'
417 | offlinefiles 'Offline Files'
418 | onedrive
419 | oobefodsetup 'Out-of-box Experience (OOBE) - FOD Setup'
420 | openssh
421 | otherthemes 'Windows Personalization themes'
422 | outlookpwa 'Outlook PWA (InboxApp)'
423 | payments
424 | pdfreader 'Windows Reader (PDF)'
425 | penservice 'Pen Service'
426 | phonesvc 'Phone Service'
427 | photoviewer 'Photo Viewer'
428 | photoviewer32 'Photo Viewer - 32 bit'
429 | pos 'Point of Service (POS)'
430 | powershellise 'PowerShell ISE'
431 | powershellise32 'PowerShell ISE - 32 bit'
432 | printmgmt 'Print Management'
433 | printtopdf 'Print to PDF'
434 | printworkflow 'Print Workflow Service'
435 | projfs 'Projected File System (ProjFS)'
436 | pushtoinstall 'Windows PushToInstall Service'
437 | rasauto 'Remote Access Auto Connection Manager'
438 | rdc 'Remote Differential Compression (RDC)'
439 | rdmaping 'Remote Direct Memory Access (RDMA) ping tool'
440 | rdpclient 'Remote Desktop Client'
441 | rdpclient32 'Remote Desktop Client - 32 bit'
442 | rdpserver 'Remote Desktop Server'
443 | rdpserverlic 'Remote Desktop Licensing'
444 | refs 'Resilient File System (ReFS)'
445 | regedit32 'Registry Editor - 32 bit'
446 | remoteactivex 'Remote Desktop Services ActiveX Client'
447 | remoteactivex32 'Remote Desktop Services ActiveX Client - 32 bit'
448 | remoteassistance 'Remote Assistance'
449 | remotefx
450 | remoteportredirector 'Remote Desktop Services Port Redirector'
451 | remoteregistry 'Remote Registry'
452 | retaildemo 'Retail Demo Content'
453 | rotationmanager 'Auto-Rotation Manager'
454 | screensavers
455 | servicesmmc32 'Services (management console) - 32 bit'
456 | sharedpc 'Shared PC mode'
457 | simpletcp 'Simple TCP/IP services'
458 | skypeortc 'Skype ORTC'
459 | sleepstudy 'Sleep Study'
460 | smbdirect 'SMB Direct (RDMA)'
461 | smbv1 'SMB v1'
462 | smbwitnessclientapi 'SMB Witness Client API'
463 | soundsdefault 'Sounds (Default)'
464 | soundthemes 'Sound Themes'
465 | sourcessxsdir 'Manual feature repository'
466 | srumon 'Data Usage service'
467 | startexperiencesapp 'Start Experiences (InboxApp)'
468 | stepsrecorder 'Steps Recorder'
469 | storageqos 'Storage Quality of Service (Storage QoS)'
470 | supportdir 'Support directory'
471 | synccenter 'Sync Center'
472 | tabletpc 'Tablet PC'
473 | targetedcontent32 'Targeted Content Service - 32 bit'
474 | taskmanager32 'Task Manager - 32 bit'
475 | taskschdmsc32 'Task Scheduler (management console) - 32 bit'
476 | telnetclient 'Telnet Client'
477 | tempcache 'Cache and temp files'
478 | tftpclient 'TFTP client'
479 | timetraveldebugger 'Time Travel Debugger (TTD)'
480 | tpmmmc32 'Trusted Platform Module (TPM) (management console) - 32 bit'
481 | troubleshootingsvc 'Recommended Troubleshooting service'
482 | unexpectedcodepath 'Unexpected Codepath'
483 | universalprintsvc 'Universal Print Management Service'
484 | userdeviceregistration 'User Device Registration'
485 | waasassessment 'Windows Update Medic Service'
486 | wallet 'Wallet Service'
487 | wallpaperdefault 'Wallpaper (Default)'
488 | wallpapers 'Wallpapers (Themes)'
489 | webthreatdefense 'Web Threat Defense Service'
490 | webview2core 'WebView2 Runtime (Core)'
491 | wfmmc32 'Windows Firewall (management console) - 32 bit'
492 | whesvc 'Windows Health and Optimized Experiences'
493 | widgetsplatformruntimeapp 'Widgets Platform Runtime (InboxApp)'
494 | windows.cbspreview 'Windows Barcode Preview'
495 | windows.devicesflow32 'Devices Flow - 32 bit'
496 | windows.printdialog 'Windows Print'
497 | windowstogo 'Windows To Go'
498 | windowsupdate 'Windows Update'
499 | xbox 'Xbox - Core'
500 |
501 |
502 |
503 | AppGuard
504 | Battle.net
505 | YubiKey
506 | Bluetooth
507 | USBCamera
508 | CapFrameX
509 | Discord
510 | Docker
511 | EAC
512 | FileSharing
513 | Hyper-V
514 | iCloud
515 | Kaspersky
516 | OfficeSupport
517 | AppxSupport
518 | Netflix
519 | NetworkDiscovery
520 | NightLight
521 | NvidiaSetup
522 | OOBE
523 | Printing
524 | Recommended-All
525 | RDPServer
526 | SamsungSwitch
527 | Scanning
528 | ServicingStack
529 | ShellSearchSupport
530 | SnippingTool
531 | Spotify
532 | SFC
533 | DefaultFonts
534 | SafeMode
535 | TeamViewer
536 | Recommended-Tablet
537 | HostRefresh
538 | USBModem
539 | USB
540 | VideoPlayback
541 | VPN
542 | VisualStudio
543 | VSS
544 | Activation
545 | WinSetup
546 | WindowsStore
547 | WindowsUpdate
548 | WLAN
549 |
550 |
551 | HostMachine
552 | Hyper-V VM
553 | Parallels VM
554 | Virtual Box VM
555 | VMware VM
556 |
557 |
558 |
559 | false
560 | false
561 | false
562 | false
563 | false
564 | false
565 | false
566 | false
567 | false
568 | false
569 | false
570 | false
571 | false
572 | false
573 | false
574 | false
575 | false
576 | false
577 | false
578 | false
579 | false
580 | false
581 | false
582 | false
583 | false
584 | false
585 | false
586 | false
587 | false
588 | false
589 | false
590 | false
591 | false
592 | false
593 | false
594 | false
595 | false
596 | false
597 |
598 |
599 |
600 | 4
601 | true
602 | false
603 |
604 |
605 |
606 |
607 |
608 |
609 |
610 |
611 |
612 |
613 | false
614 | true
615 |
616 |
617 |
618 | false
619 | false
620 | false
621 | false
622 |
623 |
624 | 0409:00000409
625 | en-US
626 | en-US
627 | en-US
628 | en-US
629 |
630 |
631 | Eastern Standard Time
632 |
633 | true
634 | 9999999
635 | NTLiteUser
636 |
637 | true
638 |
639 |
640 |
641 |
642 | true
643 | true
644 | true
645 | true
646 | Home
647 | 3
648 |
649 |
650 |
651 |
652 | NTLite User
653 | Administrators
654 | NTLiteUser
655 |
656 | true
657 |
658 |
659 |
660 |
661 |
662 |
663 |
664 |
665 |
666 | true
667 |
668 |
669 | DESKTOP-D0UCH3
670 |
671 |
672 |
673 |
674 | 0409:00000409
675 | en-US
676 | en-US
677 | en-US
678 | en-US
679 |
680 | en-US
681 |
682 |
683 |
684 |
685 | false
686 |
687 |
688 | false
689 | OnError
690 |
691 |
692 |
693 | OnError
694 |
695 |
696 | /IMAGE/INDEX
697 | 1
698 |
699 |
700 |
701 |
702 |
703 | true
704 |
705 |
706 |
707 |
708 |
709 |
710 |
711 |
712 |
713 |
714 | 0
715 |
716 |
717 |
718 |
719 |
720 |
721 |
722 |
723 | imageSaveRebuild
724 | imageFormatWim
725 |
726 | NTLite.iso
727 | NTLite
728 | 4000
729 |
730 |
731 |
732 |
733 |
734 |
735 |
736 |
737 |
--------------------------------------------------------------------------------