website stat WimWizard – The World’s Most Advanced, Windows Image Servicing & Customization Tool | The Windows Forum
Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

Welcome to TheWindowsForum

Since 2010 — Over 15 years of helping Windows users worldwide.

Join thousands of Windows enthusiasts & IT pros. Ask questions, share tips, download resources, and connect with the community — free and always friendly.

  • Post & reply in threads
  • Private message other members
  • Access exclusive guides & downloads
  • NO ADS for registered users

WimWizard – The World’s Most Advanced, Windows Image Servicing & Customization Tool

Wimwizard

Member
Joined
May 30, 2026
Messages
6
wimwizard.webp

Unlock the full potential of Windows images with WimWizard, the ultimate tool for IT professionals, enthusiasts, and anyone who demands a lean, optimized, and future-proof OS. Unlike other tools that charge hundreds of dollars, WimWizard is completely free yet more powerful, faster, and safer than anything else in the entire IT world.
Why WimWizard is Unstoppable
  • WimWizard uses 3 engines for removal: each engine is different !​
  • 1. Components proprietary engine: used for /compcreate & /removecomponents
    Auto Creates XMLs with full Depends by / Used by / Needed by
    XML Inspect, Edit, Innovate and Further Optimize
    Removal engine supports single XML, multiple XMLs, or full folders
    Fully Customizable: Supports editing and creating your own XMLs for components removal, giving you total control over what stays or goes.
    Full Components Mapping & Removal: ( example: Windows 10 iot ltsc 21h2 x64 has over 18000 CBS )​
  • 2. DISM: only for /disablefeature & /removecapability​
  • 3. PKGMGR: only for /removepackages​
  • Blazing Fast & Ultra-Stable: built on .NET 4.8.1, optimized for speed, stability, and security (support beyond 2034)​
  • Tiny Footprint, Massive Power: under 400KB, yet packed with features that no other tool can match.​
  • Extreme Automation: reduces post-setup interaction by up to 90%​
  • Pure 64-bit Windows: all legacy 32-bit WOW64 components with /removewow64. Your OS becomes amd64-only, lean and modern​
  • Extreme WinSxS Slimming: Proprietary engine reduces WinSxS folder to as little as 100MB, optimizing system size and performance​
  • Outdated SYSTEM Driver Removal: removes legacy drivers from Via, SiS, Intel Telemetry, and others.​
  • Operates exclusively inside mounted WIM paths: your live OS is never at risk​
  • Appx CleanUp: via file from subfolder wimwizard\clean-appx.txt​
  • Post November 2025 ESU Offline Updates Ready: /esupatch supports SSU + CU offline updates (Windows 10 22H2 / 21H2 IoT LTSC)​
Safe Registry Tweaks
Registry imports are limited strictly to mounted hives:

  • HKEY_LOCAL_MACHINE\Tmp_SOFTWARE\​
  • HKEY_LOCAL_MACHINE\Tmp_DEFAULT\​
  • HKEY_LOCAL_MACHINE\Tmp_SYSTEM\​
Never touches the live registry. Built-in safeguards alert you if something is incorrectly configured.

The Bottom Line
WimWizard is more than a tool — it’s your ultimate Windows image companion.

  • Free. No hidden costs. No nags. No popups. No limitations. No ads. No expiration.​
  • Safer than most paid alternatives​
  • Faster, leaner, smarter, and more powerful than tools costing hundreds of dollars.​
  • Perfect for IT pros, system integrators, enthusiasts, and power users​
  • Totally Portable. Works Offline (doesn't have net connection)​
  • Supports Comprehensive Logs for Debugging​
  • Future-proof: works across current and upcoming Windows versions, detecting thousands of components without needing constant updates​
  • Transform your Windows images. Slim them down, optimize them, future-proof them, and take control like never before.​
    WimWizard isn’t just advanced—it’s a real superpower in your hands and the
    Ultimate Ozempic
    Red Pill for ANY Oversize Windows 10, 11, or future versions.
...including much, much more... and even much more to come...


WimWizardCommands
USAGE:
Code:
wimwizard [/p <Path>] [/x <PackageName> (optional)] [/h] [/helpfile]
REMARKS:Offline Image Servicing install.wim / boot.wim / winre.wim
/p <Path>Use '/p' switch to provide path to mounted install.wim
[PATH OF THE MOUNTED IMAGE]
Code:
wimwizard /p d:\games\win10
/x <Comp>Use '/x' to show a specific package (ComponentName)
[This will remove a specific package]
Code:
wimwizard /p d:\games\win10 /x Microsoft-Hyper-V-Common-Drivers-Package /n
[This will remove anything containing]
Code:
wimwizard /p d:\games\win10 /x Hyper-V /n
/hUse '/h' switch to display this info
/vSet Visibility to 1 (visible) when using Get-Packages
/nNuke packages (remove)
[Nuke package]
Code:
wimwizard /p d:\games\win10 /n Microsoft-Windows-ScreenSavers
/lOutputs all packages to "Packages.txt"
[Outputs all packages]
Code:
wimwizard /p d:\games\win10 /l
/yOutputs components to "Components.txt"
[Outputs components]
Code:
wimwizard /p d:\games\win10 /y
/esupatchIntegrate ESU Suppressor (November 2025+ SSU/CU support) - Install.wim
[Apply ESU Post November 2025 Hotfix Patch]
Code:
wimwizard /p d:\games\win10 /esupatch
/esuremoveRemove ESU Suppressor
[Remove ESU support]
Code:
wimwizard /p d:\games\win10 /esuremove
/removeappassociationsRemoves all default associations (offline)
[Remove default file associations]
Code:
wimwizard /p d:\games\win10 /removeappassociations
/exportappassociations [file]Exports associations (online)
[Export app associations]
Code:
wimwizard /p d:\games\win10 /exportappassociations d:\AppAssociations.xml
/importappassociations [file]Imports XML associations (offline)
[Import custom app associations]
Code:
wimwizard /p d:\games\win10 /importappassociations d:\games\win10up\wimwizard\AppAssociations.xml
/getdriversEnhanced driver list with SIZE (MB)
[Display drivers]
Code:
wimwizard /p d:\games\win10 /getdrivers
/adddrivers <folder>Add all .inf recursively
[Import all OEM drivers]
Code:
wimwizard /p d:\games\win10 /adddrivers d:\games\win10up\drivers
/removeoemdrivers <list.txt>Remove 3rd-party OEM drivers
[Remove OEM drivers]
Code:
wimwizard /p d:\games\win10 /removeoemdrivers d:\games\win10up\wimwizard\remove-drivers-oem.txt
/removesysdrivers <list.txt>Remove SYSTEM drivers
WARNiNG:This removes SYSTEM drivers including outdated and security-risk drivers
[Remove SYSTEM drivers]
Code:
wimwizard /p d:\games\win10 /removesysdrivers d:\games\win10up\wimwizard\remove-drivers-sys.txt
/compcreate
Create Components XML list with dependency and everything else

  • -key <Search keyword / component name>
  • -out <Output XML filename>
  • -grp <Group name>
  • -name <Custom component name>
  • -verbose <Show detailed processing>
WARNiNG:THiS iS ONLY FOR POWER USERS (XML list should ONLY be used with /removecomponents)
[Single component]
Code:
wimwizard.exe /compcreate -key Maps -out Maps -grp System -verbose
Code:
wimwizard.exe /compcreate -key Microsoft-Windows-SecHealthUI -grp System -verbose
Code:
wimwizard.exe /compcreate -key Microsoft-Windows-SecHealthUI -grp Microsoft-Windows-SecHealthUI -verbose
[Multiple components]
Code:
wimwizard.exe /compcreate -key "SearchApp Cortana" -out SearchAndCortana -grp SystemApps -verbose
Code:
wimwizard.exe /compcreate -key "Microsoft-Windows-SecHealthUI Microsoft-Windows-Unified-Telemetry" -out SecHealthUIandTelemetry -grp System -verbose
/removecomponents
Remove components using XML files generated by /compcreate

  • -file <Given XML filename(s)>
  • -verbose <Show detailed processing>
WARNiNG:THiS iS ONLY FOR POWER USERS
[Remove single component]
Code:
wimwizard.exe /removecomponents -file SearchApp.xml -p D:\games\win10 -verbose
[Remove multiple XML components]
Code:
wimwizard.exe /removecomponents -file "SearchApp.xml Maps.xml Defender.xml" -p d:\games\win10
[Remove all XMLs from folder]
Code:
wimwizard.exe /removecomponents -file c:\Downloads\wimwizard -p D:\games\win10 -verbose
/removewow64Pure 64bit OS (removes all 32bit support)
WARNiNG:This completely removes WOW64 / 32bit compatibility
[Remove WOW64]
Code:
wimwizard /p d:\games\win10 /removewow64
/cleanup <file>Filesystem cleanup list (ownership + delete files/folders)
[Cleanup files/directories]
Code:
wimwizard /p d:\games\win10 /cleanup d:\games\win10up\wimwizard\cleanup-files.txt
/regclean <file>Registry cleanup list (supports full HKLM\Tmp_SOFTWARE)
[Registry cleanup]
Code:
wimwizard /p d:\games\win10 /regclean d:\games\win10up\wimwizard\cleanup-registry.txt
/slimwinsxs <file>Fast WinSxS slimming (supports partial names + manifests)
WARNiNG:THiS WiLL MAKE SYSTEM UPDATES UNUSABLE
[Slim WinSxS]
Code:
wimwizard /p d:\games\win10 /slimwinsxs d:\games\win10up\wimwizard\keep-sxs.txt
/regimport <file.reg>Import registry file(s) (Tmp_ converted keys ONLY)
[Import custom registry]
Code:
wimwizard /p d:\games\win10 /regimport d:\games\win10up\wimwizard\win10.reg
/sxsdump <name>Decode one assembly with real size + manifest
[WinSxS full dump]
Code:
wimwizard /p d:\games\win10 /sxsdump d:\install-sxs-full.txt
/helpfileCreates full text help file "wimwizard.txt" in current directory
[paths]
; path where the windows installation source manifest files can be found
; path must be absolute; no backslash at the end

manifestPath=d:\games\win10up\temp\wimwizard_manifests

; path where output xml and log file should be saved
; path can be relative to this dir or absolute

outputDir=d:\games\win10up\wimwizard\create_components\

; path to registry hives
; path must be absolute; keep last backslash

regHivePath=d:\games\win10\Windows\System32\config\

; path to installation sources
; path must be absolute; keep last backslash

sources=d:\games\win10\
======================================= EXAMPLE FOR
= Windows 10 21H2 IoT Enterprise LTSC =
======================================= x64



A: mount Install.wim !
-------------------------------

## dism /get-wiminfo /wimfile d:\install.wim
## /SourceIndex:3 = Windows 10 IoT Enterprise LTSC
## dism /Export-Image /SourceImageFile d:\install.wim /SourceIndex:3 /DestinationImageFile d:\install_21h2_iot_ltsc_x64.wim /Compress:max /CheckIntegrity


set tmp=d:\games\win10up\temp
set temp=d:\games\win10up\temp
set SystemTemp=d:\games\win10up\temp
set ScratchDir=d:\games\win10up\scratch
dism /Mount-Image /ImageFile d:\install.wim /Name:"Windows 10 IoT Enterprise LTSC" /MountDir d:\games\win10 /ScratchDir d:\games\win10up\scratch




B: use 7z to extract MSU and the big CAB to and place both SSU Service Stack + CU Cumulative Update into win10up folder ! + Goodies + posibility to add Appx !
--------------------------------------------------------------------------------------------------------------------------------------------------------------

Reg Load HKLM\Tmp_SOFTWARE d:\games\win10\Windows\system32\config\SOFTWARE
Reg Add "HKLM\Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Configuration" /t REG_DWORD /f /v "DisableResetbase" /d "0"
Reg Add "HKLM\Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Configuration" /t REG_DWORD /f /v "CBSLogCompress" /d "0"
Reg Add "HKLM\Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Configuration" /t REG_DWORD /f /v "DisableComponentBackups" /d "1"
Reg Add "HKLM\Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Configuration" /t REG_DWORD /f /v "NumCBSPersistLogs" /d "0"
Reg Add "HKLM\Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Configuration" /t REG_DWORD /f /v "SupersededActions" /d "1"
Reg Add "HKLM\Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Configuration" /t REG_DWORD /f /v "TransientManifestCache" /d "0"
Reg Add "HKLM\Tmp_SOFTWARE\Policies\Microsoft\Windows\Appx" /t REG_DWORD /f /v "AllowAllTrustedApps" /d "1"
Reg Add "HKLM\Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing" /t REG_DWORD /f /v "DisableRemovePayload" /d "0"
Reg Unload HKLM\Tmp_SOFTWARE


dism /image d:\games\win10 /Get-Packages /Format:Table > d:\dism-packages.txt
dism /image d:\games\win10 /Get-Features /Format:Table > d:\dism-features.txt
dism /image d:\games\win10 /Get-Capabilities /Format:Table > d:\dism-capabilities.txt

wimwizard.exe /p d:\games\win10 /l
move packages.txt d:\packages.txt

wimwizard.exe /p d:\games\win10 /y
move components.txt d:\components.txt

wimwizard.exe /p d:\games\win10 /sxsdump d:\install-sxs-full.txt


wimwizard.exe /p "d:\games\win10" /esupatch
dism /Image d:\games\win10 /add-package /packagepath:"d:\games\win10up\SSU-19041.7052-x64.cab" /ScratchDir d:\games\win10up\scratch
dism /Image d:\games\win10 /add-package /packagepath:"d:\games\win10up\Windows10.0-KB5078885-x64.cab" /ScratchDir d:\games\win10up\scratch

##### .Net Framework 4.8.1 + CU.NET Framework 3.5 and 4.8.1 for Windows 10 Version 21H2 for x64
dism /Image d:\games\win10 /add-package /packagepath:"d:\games\win10up\windows10.0-kb5011048-x64.cab" /packagepath:"d:\games\win10up\Windows10.0-KB5066130-x64-NDP481.cab" /ScratchDir d:\games\win10up\scratch

dism /Image d:\games\win10 /Cleanup-Image /AnalyzeComponentStore
dism /Image d:\games\win10 /Cleanup-Image /StartComponentCleanup /ResetBase /ScratchDir d:\games\win10up\scratch

wimwizard.exe /p d:\games\win10 /l
move Packages.txt d:\packages_updated.txt
wimwizard.exe /p d:\games\win10 /y
move Components.txt d:\components_updated.txt
wimwizard.exe /p d:\games\win10 /sxsdump d:\install-sxs-full_updated.txt




C: Remove Default AppAssociations + Import own AppAssociations !
---------------------------------------------------------------------------------------------------
## dism /Online /Export-DefaultAppAssociations:"d:\AppAssociations.xml"

wimwizard.exe /p d:\games\win10 /removeappassociations
wimwizard.exe /p d:\games\win10 /importappassociations d:\games\win10up\wimwizard\AppAssociations.xml




D: Remove Apps that are without common sense !
------------------------------------------------------------------------
## Get-AppxProvisionedPackage -Path "d:\games\win10"

wimwizard.exe /p d:\games\win10 /clean-appx d:\games\win10up\wimwizard\clean-appx.txt




E: Remove or Add OEM Drivers !
----------------------------------------------

## dism /Image d:\games\win10 /Get-Drivers /Format:Table


## export drivers

wimwizard.exe /p d:\games\win10 /exportdrivers d:\exported-drivers

## ALL inclusiv SYSTEM - creates Drivers-List.txt with Size MB
wimwizard.exe /p d:\games\win10 /getdrivers

## Remove OEM drivers
wimwizard.exe /p d:\games\win10 /removesysdrivers d:\games\win10up\wimwizard\remove-drivers-oem.txt

## add drivers
wimwizard.exe /p d:\games\win10 /adddrivers d:\games\win10up\drivers




F: Disable Features !
-----------------------------


wimwizard.exe /p d:\games\win10 /disablefeature d:\games\win10up\wimwizard\disable-feature.txt
dism /image d:\games\win10 /Get-Features /Format:Table > d:\dism-features_lite.txt




G: Remove Capabilities !
-----------------------------------


wimwizard.exe /p d:\games\win10 /removecapability d:\games\win10up\wimwizard\remove-capability.txt
wimwizard.exe /p d:\games\win10 /getcapabilities d:\dism-capabilities_lite.txt




H: Remove Packages !
--------------------------------
# dism /Image d:\games\win10 /Get-Packages /Format:Table
# wimwizard.exe /p d:\games\win10 /x Containers /n


wimwizard.exe /p d:\games\win10 /removepackages d:\games\win10up\wimwizard\remove-packages-install.txt
wimwizard.exe /p d:\games\win10 /l
move Packages.txt d:\packages_updated_lite.txt
wimwizard.exe /p d:\games\win10 /y
move Components.txt d:\components_updated_lite.txt




I: Components remove xml !
---------------------------------------

##### Protection: First we need to create manifests in order to actual start removing components !
##### 1'st use this then after use J: Components create xml !

wimwizard.exe /removecomponents -file "d:\games\win10up\dummy" -p d:\games\win10 -verbose



J: Components create xml !
---------------------------------------


## ControlPanel
wimwizard.exe /compcreate -key "Microsoft-Windows-TerminalServices-Workspace-RADCUI Microsoft-Windows-TerminalServices-Workspace"
wimwizard.exe /compcreate -key Microsoft-Windows-Autoplay
wimwizard.exe /compcreate -key Microsoft-Windows-Backup-CPL
wimwizard.exe /compcreate -key Microsoft-Windows-DiagCpl
wimwizard.exe /compcreate -key Microsoft-Windows-FileHistory-Core-CPL
wimwizard.exe /compcreate -key Microsoft-Windows-HealthCenterCPL
wimwizard.exe /compcreate -key Microsoft-Windows-mobsync
wimwizard.exe /compcreate -key Microsoft-Windows-SecurityCenter-ControlPanel
wimwizard.exe /compcreate -key Microsoft-Windows-StorageSpaces-ControlPanel
wimwizard.exe /compcreate -key Microsoft-Windows-TerminalServices-RemotePage


# SystemApps
wimwizard.exe /compcreate -key Microsoft-Windows-AddSuggestedFoldersToLibraryDialog
wimwizard.exe /compcreate -key Microsoft-Windows-AppResolverUX
wimwizard.exe /compcreate -key Microsoft-Windows-BioEnrollment
wimwizard.exe /compcreate -key Microsoft-Windows-CallingShellApp
wimwizard.exe /compcreate -key Microsoft-Windows-ContentDeliveryManager
wimwizard.exe /compcreate -key Microsoft-Windows-ECApp
wimwizard.exe /compcreate -key Microsoft-Windows-MicrosoftEdgeDevToolsClient
wimwizard.exe /compcreate -key Microsoft-Windows-OOBENetworkCaptivePortal
wimwizard.exe /compcreate -key Microsoft-Windows-ParentalControls
wimwizard.exe /compcreate -key Microsoft-Windows-PeopleExperienceHost
wimwizard.exe /compcreate -key Microsoft-Windows-SearchApp.Desktop
wimwizard.exe /compcreate -key Microsoft-Windows-SecHealthUI
wimwizard.exe /compcreate -key Microsoft-Windows-XGpuEjectDialog
wimwizard.exe /compcreate -key Microsoft-Xbox-GameCallableUI


# WinRE.wim
wimwizard.exe /compcreate -key Microsoft-Windows-WinRE-ReAgentConfig


# Services
wimwizard.exe /compcreate -key "HyperV-IntegrationServices HyperV-IntegrationServicesExt"
wimwizard.exe /compcreate -key "Microsoft-Windows-PeerToPeerPNRP Microsoft-Windows-PeerToPeerBase Microsoft-Windows-PeerToPeerIdManager Microsoft-Windows-PeerToPeerPNRP"
wimwizard.exe /compcreate -key "Microsoft-Windows-Spectrum Microsoft-Windows-Analog-Input-SpatialStore Microsoft-Windows-PerceptionSimulationExtensions Microsoft-Windows-Spectrum-Service-Desktop Microsoft-Windows-Spectrum-Capabilities Microsoft-Windows-SpectrumSyncClient"
wimwizard.exe /compcreate -key "Windows-SecurityHealth-SSO Windows-Shield-Provider"
wimwizard.exe /compcreate -key Microsoft-Media-Capture-Internal-BroadcastDVR
wimwizard.exe /compcreate -key Microsoft-Windows-AarSvc
wimwizard.exe /compcreate -key Microsoft-Windows-AllJoyn
wimwizard.exe /compcreate -key Microsoft-Windows-Application-Experience-Program-Compatibility-Assistant
wimwizard.exe /compcreate -key Microsoft-Windows-AssignedAccessManager
wimwizard.exe /compcreate -key Microsoft-Windows-Audio-VAC-Service
wimwizard.exe /compcreate -key Microsoft-Windows-AxInstallService
wimwizard.exe /compcreate -key Microsoft-Windows-BLB
wimwizard.exe /compcreate -key Microsoft-Windows-CellularTime
wimwizard.exe /compcreate -key Microsoft-Windows-DeviceManagement-DmWapPushSvc
wimwizard.exe /compcreate -key Microsoft-Windows-DiagnosticsHub-StandardCollector
wimwizard.exe /compcreate -key Microsoft-Windows-DirectX-WARP-JITService
wimwizard.exe /compcreate -key Microsoft-Windows-ErrorReportingConsole
wimwizard.exe /compcreate -key Microsoft-Windows-FileHistory
wimwizard.exe /compcreate -key Microsoft-Windows-Flighting-Settings
wimwizard.exe /compcreate -key Microsoft-Windows-Geolocation-Service-Modern
wimwizard.exe /compcreate -key Microsoft-Windows-iSCSI
wimwizard.exe /compcreate -key Microsoft-Windows-MapControl
wimwizard.exe /compcreate -key Microsoft-Windows-McpManagement
wimwizard.exe /compcreate -key Microsoft-Windows-Messaging-MessagingService
wimwizard.exe /compcreate -key Microsoft-Windows-Mitigation-Client
wimwizard.exe /compcreate -key Microsoft-Windows-NFC
wimwizard.exe /compcreate -key Microsoft-Windows-PeerToPeerGrouping
wimwizard.exe /compcreate -key Microsoft-Windows-PeerToPeerIdManager
wimwizard.exe /compcreate -key Microsoft-Windows-PeerToPeerPNRPAutoReg
wimwizard.exe /compcreate -key Microsoft-Windows-PerceptionSimulation
wimwizard.exe /compcreate -key Microsoft-Windows-PerformanceCounterInfrastructure-Minkernel
wimwizard.exe /compcreate -key Microsoft-Windows-RasmanService
wimwizard.exe /compcreate -key Microsoft-Windows-RasMprDdm Microsoft-Windows-Rasctrs
wimwizard.exe /compcreate -key Microsoft-Windows-RasMprDdm Microsoft-Windows-RasServer
wimwizard.exe /compcreate -key Microsoft-Windows-RasServer
wimwizard.exe /compcreate -key Microsoft-Windows-RemoteRegistry
wimwizard.exe /compcreate -key Microsoft-Windows-RetailDemo
wimwizard.exe /compcreate -key Microsoft-Windows-SafeDocs
wimwizard.exe /compcreate -key Microsoft-Windows-SecurityCenter
wimwizard.exe /compcreate -key Microsoft-Windows-SharedRealitySvc
wimwizard.exe /compcreate -key Microsoft-Windows-SNMP
wimwizard.exe /compcreate -key Microsoft-Windows-TerminalServices-Drprov
wimwizard.exe /compcreate -key Microsoft-Windows-TerminalServices-PortRedirector
wimwizard.exe /compcreate -key Microsoft-Windows-TerminalServices-RemoteConnectionManager
wimwizard.exe /compcreate -key Microsoft-Windows-TerminalServices-SessionEnvService
wimwizard.exe /compcreate -key Microsoft-Windows-TieringEngine
wimwizard.exe /compcreate -key Microsoft-Windows-WaaSMedic
wimwizard.exe /compcreate -key Microsoft-Windows-Wallet
wimwizard.exe /compcreate -key Microsoft-Windows-WBioSrvc
wimwizard.exe /compcreate -key Microsoft-Xbox-AuthManager
wimwizard.exe /compcreate -key Microsoft-Xbox-GipManagement
wimwizard.exe /compcreate -key Windows-Gaming-XboxLive
wimwizard.exe /compcreate -key Windows-Networking-XboxLive
wimwizard.exe /compcreate -key Microsoft-Windows-Unified-Telemetry-Client
wimwizard.exe /compcreate -key Microsoft-Windows-WebDAVRedir
wimwizard.exe /compcreate -key Microsoft-Windows-WSP-Spaces
wimwizard.exe /compcreate -key "Microsoft-Windows-SystemMaintenanceService"


# Fonts
wimwizard.exe /compcreate -key Microsoft-Windows-Font-TrueType-MingLiUB
wimwizard.exe /compcreate -key Microsoft-Windows-Font-TrueType-SimSunB
wimwizard.exe /compcreate -key Microsoft-Windows-Font-TrueType-YuGothicMedium

# IME
wimwizard.exe /compcreate -key Microsoft-Windows-IME-Korean
wimwizard.exe /compcreate -key Microsoft-Windows-Desktop_Technologies-Text_Input_Services-IME-Japanese
wimwizard.exe /compcreate -key IME-Simplified-Chinese-PinyinDS
wimwizard.exe /compcreate -key "Microsoft-Windows-CHSIME IME-Traditional-Chinese"


# Ozempic
wimwizard.exe /compcreate -key "Microsoft-Windows-AI-MachineLearning Microsoft-Windows-DirectML Microsoft-Windows-MachineLearning Microsoft-Windows-WinML"
wimwizard.exe /compcreate -key "Microsoft-Windows-AzureCheck Microsoft-Windows-SettingSync-Azure"
wimwizard.exe /compcreate -key "Microsoft-Windows-BootEnvironment-Core-BootManager-EFI Microsoft-Windows-BootEnvironment-Core-BootManager-PCAT Microsoft-Windows-BootEnvironment-Core-MemoryDiagnostic" -out Microsoft-Windows-BootEnvironment-NON-en-US-Languages
wimwizard.exe /compcreate -key "Microsoft-Windows-BootEnvironment-DVD Microsoft-Windows-BootEnvironment-DVD-EFI Microsoft-Windows-BootEnvironment-DVD-PCAT"
wimwizard.exe /compcreate -key "Microsoft-Windows-CoreOS-16Bit Microsoft-Windows-WOW64-Legacy"
wimwizard.exe /compcreate -key "Microsoft-Windows-F12 Microsoft-Windows-IE-F12Platform Microsoft-Windows-IE-F12Platform2 Microsoft-Windows-IE-ScriptedSandboxPlugin Microsoft-Windows-IE-DataWarehouse Microsoft-Windows-IE-DiagnosticsHubIS Microsoft-Windows-IE-F12 Microsoft-Windows-IE-F12App Microsoft-Windows-IE-F12AppFrame Microsoft-Windows-IE-F12DiagnosticsTap Microsoft-Windows-IE-F12Platform Microsoft-Windows-IE-F12Script Microsoft-Windows-IE-F12Tab Microsoft-Windows-IE-IEChooser Microsoft-Windows-IE-MemoryAnalyzer Microsoft-Windows-IE-PDM-Configuration Microsoft-Windows-IE-Timeline Microsoft-Windows-WPT-AddIns-PerfNT Microsoft-Windows-WPT-PerfCore" -out F12
wimwizard.exe /compcreate -key "Microsoft-Windows-HomeGroup-ProvSvc Microsoft-Windows-PnrpHelperClass Microsoft-Windows-PeerToPeerSvcHostReg"
wimwizard.exe /compcreate -key "Microsoft-Windows-IE-Feeds Microsoft-Windows-IE-Feedsbs"
wimwizard.exe /compcreate -key "Microsoft-Windows-Indeo4-Codecs Microsoft-Windows-Indeo5-Codecs"
wimwizard.exe /compcreate -key "Microsoft-Windows-MigrationEngine Microsoft-Windows-Migration"
wimwizard.exe /compcreate -key "Microsoft-Windows-SystemPropertiesRemote Microsoft-Windows-sysdmremote"
wimwizard.exe /compcreate -key "Microsoft-Windows-WMV Microsoft-Windows-MediaPlayer-WMA"
wimwizard.exe /compcreate -key "RemoteFX UMRDP Microsoft-Windows-TerminalServices-MediaFoundationPlugin"
wimwizard.exe /compcreate -key Microsoft-Gaming-GameBar-Internal-PresenceWriter
wimwizard.exe /compcreate -key Microsoft-Windows-Application-Experience-Deprecated-Bindrops-Base
wimwizard.exe /compcreate -key Microsoft-Windows-BingSearch
wimwizard.exe /compcreate -key Microsoft-Windows-BootEnvironment-Core-Fonts-CHS-Boot
wimwizard.exe /compcreate -key Microsoft-Windows-BootEnvironment-Core-Fonts-CHT-Boot
wimwizard.exe /compcreate -key Microsoft-Windows-BootEnvironment-Core-Fonts-JPN-Boot
wimwizard.exe /compcreate -key Microsoft-Windows-BootEnvironment-Core-Fonts-KOR-Boot
wimwizard.exe /compcreate -key Microsoft-Windows-Compat
wimwizard.exe /compcreate -key Microsoft-Windows-DeliveryOptimization
wimwizard.exe /compcreate -key Microsoft-Windows-DirectX-Direct3D11On12
wimwizard.exe /compcreate -key Microsoft-Windows-DirectX-Direct3D9on12
wimwizard.exe /compcreate -key Microsoft-Windows-DirectX-DirectPlay8
wimwizard.exe /compcreate -key Microsoft-Windows-Dynamic-Image
wimwizard.exe /compcreate -key Microsoft-Windows-FamilySafety
wimwizard.exe /compcreate -key Microsoft-Windows-Feedback
wimwizard.exe /compcreate -key Microsoft-Windows-Font-StaticCache
wimwizard.exe /compcreate -key Microsoft-Windows-Font-TrueType-MicrosoftJhengHei
wimwizard.exe /compcreate -key Microsoft-Windows-Font-TrueType-MicrosoftYaHei
wimwizard.exe /compcreate -key Microsoft-Windows-Legacy-Registry-Support-TCPIP
wimwizard.exe /compcreate -key Microsoft-Windows-MediaPlayer-WmNetMgr
wimwizard.exe /compcreate -key Microsoft-Windows-MSMPEG2
wimwizard.exe /compcreate -key Microsoft-Windows-Payments
wimwizard.exe /compcreate -key Microsoft-Windows-RemoteDesktopServices
wimwizard.exe /compcreate -key Microsoft-Windows-Shell-RetailDemo
wimwizard.exe /compcreate -key Microsoft-Windows-Sidebar
wimwizard.exe /compcreate -key Microsoft-Windows-SystemRestore-PropertyPage
wimwizard.exe /compcreate -key Microsoft-Windows-SystemSettings-SettingsHandlers-OneDriveBackup
wimwizard.exe /compcreate -key Microsoft-Windows-TabletPC-InputPanel-Languages
wimwizard.exe /compcreate -key Microsoft-Windows-TerminalServices-ClientActiveXCore
wimwizard.exe /compcreate -key Microsoft-Windows-TerminalServices-ClipboardRedirection
wimwizard.exe /compcreate -key Microsoft-Windows-TerminalServices-Rdpdr
wimwizard.exe /compcreate -key Microsoft-Windows-TerminalServices-Theme
wimwizard.exe /compcreate -key Microsoft-Windows-TerminalServices-USBRedirectorClient
wimwizard.exe /compcreate -key Microsoft-Windows-TerminalServices-WebProxy
wimwizard.exe /compcreate -key Microsoft-Windows-TimeTravelDebugger
wimwizard.exe /compcreate -key Microsoft-Windows-twext -out "Previous Versions Property Page"
wimwizard.exe /compcreate -key Microsoft-Windows-UI-PCShell
wimwizard.exe /compcreate -key Microsoft-Windows-Workplace
wimwizard.exe /compcreate -key Microsoft-Xbox-GameOverlay
wimwizard.exe /compcreate -key Multimedia-Windows-Media-Protection-PlayReady
wimwizard.exe /compcreate -key ServiceInitiatedHealing-Client
wimwizard.exe /compcreate -key Windows-Defender
wimwizard.exe /compcreate -key Windows-Gaming-UI-GameBar-Component




J: Components remove xml !
-----------------------------------------

wimwizard.exe /removecomponents -file "d:\games\win10up\wimwizard\remove_components" -p d:\games\win10 -verbose


wimwizard.exe /p d:\games\win10 /y
move Components.txt d:\components_updated_lite_wimwizard.txt
wimwizard.exe /p d:\games\win10 /sxsdump d:\install-sxs-full_updated_lite_wimwizard.txt




L. Cleanup Registry, Files and Directorys + Registry Import (Tweaks and Settings) !
----------------------------------------------------------------------------------------------------------------------


##### Remove SYSTEM driver
wimwizard.exe /p d:\games\win10 /removesysdrivers d:\games\win10up\wimwizard\remove-drivers-sys.txt


##### WINSXS NUKE SLIM and protect only what is in file list keep-sxs-including-wow64.txt including ancient legacy code for wow64/32bit
wimwizard.exe /p d:\games\win10 /slimwinsxs d:\games\win10up\wimwizard\32bit\keep-sxs-including-wow64.txt


##### ------------------- It will remove legacy wow64/32bit and it will make your OS pure amd64 bit only ! ------------------- ## START

##### WARNiNG: Your OS will become PURE AMD64, meaning it will ONLY run 64bit exe !

##### WOW64/32bit:: auto nuke anything that is legacy software wow64/32bit

wimwizard.exe /p d:\games\win10 /removewow64

##### WINSXS NUKE SLIM and protect only what is in file list keep-winsxs.txt
wimwizard.exe /p d:\games\win10 /slimwinsxs d:\games\win10up\wimwizard\keep-sxs.txt

##### ------------------- ------------------- ------------------- ------------------- ------------------- ------------------- ## END


##### Directories and Files::

wimwizard.exe /p d:\games\win10 /cleanup d:\games\win10up\wimwizard\cleanup-files.txt


##### CleanUp Registry::
wimwizard.exe /p d:\games\win10 /regclean d:\games\win10up\wimwizard\cleanup-registry.txt


##### Registry Import (Tweaks, Settings) - Here you add your custom reg file !
wimwizard.exe /p d:\games\win10 /regimport d:\games\win10up\wimwizard\win10.reg




del /f /a "d:\games\win10\Windows\System32\config\*.regtrans-ms"
del /f /a "d:\games\win10\Windows\System32\config\*.blf"
del /f /a "d:\games\win10\Windows\System32\config\*.log1"
del /f /a "d:\games\win10\Windows\System32\config\*.log2"
del /f /a "d:\games\win10\Users\Default\*.regtrans-ms"
del /f /a "d:\games\win10\Users\Default\*.blf"
del /f /a "d:\games\win10\Users\Default\*.log1"
del /f /a "d:\games\win10\Users\Default\*.log2"






============================
: dism unmount install.wim =
============================

##### SUCCESS ! SAVE AND COMMIT WIM MODIFICATIONS !
dism /Unmount-image /MountDir d:\games\win10 /Commit
dism /Export-Image /SourceImageFile d:\install.wim /SourceIndex:1 /DestinationImageFile d:\install_NEW.wim /Compress:max /CheckIntegrity





##### FAIL ! HERE TO USE ONLY IF YOU DO NOT WANT TO SAVE THE WIM MODIFICATIONS !
dism /Unmount-image /MountDir d:\games\win10 /Discard
dism /Cleanup-Mountpoints
del d:\games\win10up\temp\*.* /F /Q
del d:\games\win10up\scratch\*.* /F /Q




##### USE WinPE 10 from wimwizard.blogspot.com to create gpt system partition and apply wimwizard custom install.wim #####

╔═════════════════════════════════════════════════════════════════════╗
║ W I M W I Z A R D ║
║ Worlds Most Advanced Windows Image Servicing & Customization Tool ║
╠═════════════════════════════════════════════════════════════════════╣
║ Powered by by Eduard G. https://wimwizard.blogspot.com
╚═════════════════════════════════════════════════════════════════════╝

Enjoy it and do not forget to support and donate for the future continuation of this project !
Thank You !

## ---------------------- Appx ----------------------
Clipchamp.Clipchamp
Microsoft.549981C3F5F10
Microsoft.BingNews
Microsoft.BingWeather
Microsoft.GamingApp
Microsoft.GetHelp
Microsoft.Getstarted
Microsoft.MicrosoftOfficeHub
Microsoft.MicrosoftSolitaireCollection
Microsoft.MicrosoftStickyNotes
Microsoft.Paint
Microsoft.People
Microsoft.PowerAutomateDesktop
Microsoft.ScreenSketch
Microsoft.SecHealthUI
Microsoft.StorePurchaseApp
Microsoft.Todos
Microsoft.Windows.Photos
microsoft.windowscommunicationsapps
Microsoft.WindowsFeedbackHub
Microsoft.WindowsMaps
Microsoft.WindowsNotepad
Microsoft.WindowsSoundRecorder
Microsoft.Xbox.TCUI
Microsoft.XboxGameOverlay
Microsoft.XboxGamingOverlay
Microsoft.XboxIdentityProvider
Microsoft.XboxSpeechToTextOverlay
Microsoft.YourPhone
Microsoft.ZuneMusic
Microsoft.ZuneVideo
MicrosoftCorporationII.QuickAssist
MicrosoftWindows.Client.WebExperience
## ---------------------- WARNiNG: THESE SYSTEMAPPS IS FOR NEVER TO TOUCH OR REMOVE ! ----------------------
# Protected System apps !
# #Settings (Windows.immersivecontrolpanel) This app provides the Settings interface. This app replaced the Control Panel in older Windows versions. Removing this app disables access to the Settings interface, preventing users from adjusting preferences, configuring the operating system, and managing connected devices.
# Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy
# Microsoft.AccountsControl_cw5n1h2txyewy
# Microsoft.AsyncTextService_8wekyb3d8bbwe
# microsoft.creddialoghost_cw5n1h2txyewy
# Microsoft.LockApp_cw5n1h2txyewy
# Microsoft.Win32WebViewHost_cw5n1h2txyewy
# Microsoft.Windows.AppRep.ChxApp_cw5n1h2txyewy
# Microsoft.Windows.CapturePicker_cw5n1h2txyewy
# Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy
# Microsoft.Windows.FileExplorer_cw5n1h2txyewy #File Explorer (Extensions) (MicrosoftWindows.Client.FileExp) File Explorer (Extensions) is an experimental (canary) app from Microsoft for enhancing File Explorer [40]. This app is identified as MicrosoftWindows.Client.FileExp. Data collection: This app includes telemetry features that collect data. Telemetry: The app includes automatic data collection and transmission functions. Consent by use: Using the app implies agreement to its data collection practices. Tests confirm that deleting this app completely disables the File Explorer in Windows 11 23H2.
# Microsoft.Windows.FilePicker_cw5n1h2txyewy
# microsoft.windows.narratorquickstart_8wekyb3d8bbwe
# Microsoft.Windows.OOBENetworkConnectionFlow_cw5n1h2txyewy
# Microsoft.Windows.PinningConfirmationDialog_cw5n1h2txyewy
# Microsoft.Windows.SecureAssessmentBrowser_cw5n1h2txyewy
# Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy #Start Menu Experience Host (Microsoft.Windows.StartMenuExperienceHost) It handles hosting Windows Start menu. Stopping or disabling the process removes Start menu functionality, causing live tiles to stop updating and leading to other UI issues. Disabling it makes the Start menu disappear. Disabling leads to issues with Start Menu, Taskbar, and Action Center.
# MicrosoftWindows.UndockedDevKit_cw5n1h2txyewy
# NcsiUwpApp_8wekyb3d8bbwe
# ShellExperienceHost_cw5n1h2txyewy #Shell Experience Host (Microsoft.Windows.ShellExperienceHost) It provides a windowed interface for universal apps. It is required for the desktop's visual elements, including transparency effects, Start Menu layout, desktop background slideshow. Initially, it consumed significant CPU and memory resources, but subsequent optimizations have improved its efficiency. Since the Windows 10 19H1, the Start menu has been managed separately from it to enhance reliability and performance.
# Windows.CBSPreview_cw5n1h2txyewy #Windows Feature Experience Pack (MicrosoftWindows.Client.CBS) This package, in combination with MicrosoftWindows.Client.Core, enables the Windows Feature Experience Pack. This app provides UI (User Interface) and UX (User Experience) features, independent of the main operating system. CBS in this package name means Component-Based Servicing. Microsoft uses it to update these UI/UX features independently of the core operating system, using different update cycles. This package includes features such as: #System tray features #Taskbar features #Text input features (replacing older InputApp package) including: Emoji picker, On-screen keyboard, Handwriting panel, Iris features, Snip & Sketch app (screen clipping), Start Menu, Search in taskbar/start menu (Cortana), Windows Backup features, Web features for store apps, Get Started app, News and Interests widget, File Explorer functions such as icons
## --------------------------------------------

# Safe SystemApps to nuke (battle-tested started from 2021 on Win10 21H2 IoT LTSC amd64 most stable windows ever)
Windows\SystemApps\Microsoft.BioEnrollment_cw5n1h2txyewy
Windows\SystemApps\Microsoft.MicrosoftEdgeDevToolsClient_8wekyb3d8bbwe

# cache - will be automatic recreated at first login of windows
Windows\assembly\NativeImages_v4.0.30319_32
Windows\assembly\NativeImages_v4.0.30319_64

# WinSxS
Windows\WinSxS\Backup\*
Windows\WinSxS\Catalogs\*
Windows\WinSxS\InstallTemp\*

# Defender left overs
Program Files\Windows Defender
Program Files (x86)\Windows Defender

# Boot
Windows\Boot\DVD

# Media
Windows\Media\Afternoon
Windows\Media\Calligraphy
Windows\Media\Characters
Windows\Media\Cityscape
Windows\Media\Delta
Windows\Media\Festival
Windows\Media\Garden
Windows\Media\Heritage
Windows\Media\Landscape
Windows\Media\Quirky
Windows\Media\Raga
Windows\Media\Savanna
Windows\Media\Sonata
Windows\Media\flourish.mid
Windows\Media\onestop.mid
Windows\Media\Ring01.wav
Windows\Media\Ring02.wav
Windows\Media\Ring03.wav
Windows\Media\Ring04.wav
Windows\Media\Ring05.wav
Windows\Media\Ring06.wav
Windows\Media\Ring07.wav
Windows\Media\Ring08.wav
Windows\Media\Ring09.wav
Windows\Media\Ring10.wav
Windows\Media\Alarm02.wav
Windows\Media\Alarm03.wav
Windows\Media\Alarm04.wav
Windows\Media\Alarm05.wav
Windows\Media\Alarm06.wav
Windows\Media\Alarm07.wav
Windows\Media\Alarm08.wav
Windows\Media\Alarm09.wav
Windows\Media\Alarm10.wav

# Root
inetpub
$Recycle.Bin
PerfLogs
Recovery

# Container
Windows\Containers\WindowsDefenderApplicationGuard.wim

# Outdated with security risks system drivers (first use the list with /removesysdrivers)
Windows\System32\drivers\amdgpio2.sys
Windows\System32\drivers\amdi2c.sys
Windows\System32\drivers\iagpio.sys
Windows\System32\drivers\iai2c.sys
Windows\System32\drivers\iaLPSS2i_GPIO2.sys
Windows\System32\drivers\iaLPSS2i_GPIO2_BXT_P.sys
Windows\System32\drivers\iaLPSS2i_GPIO2_CNL.sys
Windows\System32\drivers\iaLPSS2i_GPIO2_GLK.sys
Windows\System32\drivers\iaLPSS2i_I2C.sys
Windows\System32\drivers\iaLPSS2i_I2C_BXT_P.sys
Windows\System32\drivers\iaLPSS2i_I2C_CNL.sys
Windows\System32\drivers\iaLPSS2i_I2C_GLK.sys
Windows\System32\drivers\iaLPSSi_GPIO.sys
Windows\System32\drivers\iaLPSSi_I2C.sys
Windows\System32\drivers\IntelTA.sys
Windows\System32\drivers\nvraid.sys
Windows\System32\drivers\nvstor.sys
Windows\System32\drivers\percsas2i.sys
Windows\System32\drivers\percsas3i.sys
Windows\System32\drivers\rdpbus.sys
Windows\System32\drivers\sisraid2.sys
Windows\System32\drivers\sisraid4.sys
Windows\System32\drivers\spaceport.sys
Windows\System32\drivers\vsmraid.sys
Windows\System32\drivers\VSTXRAID.SYS
Windows\System32\drivers\xboxgip.sys
Windows\System32\drivers\whyperkbd.inf
Windows\System32\drivers\wvmbusvideo.inf
Windows\System32\drivers\whvcrash.inf
Windows\System32\drivers\wsynth3dvsc.inf

# sessions
Windows\servicing\Sessions\*

# BucketConfidenceData
Windows\System32\SecureBootUpdates\BucketConfidenceData.cab
## ---------------------- Examples ----------------------
# subkey tree (key Default)
# Tmp_SOFTWARE\something\Default|
#
# subkey tree (key start with Default*)
# Tmp_SOFTWARE\something\Default*|
#
# subkey tree (key ends with *Default)
# Tmp_SOFTWARE\something\*Default|
#
# subkey tree (key includes *Default*)
# Tmp_SOFTWARE\something\*Default*|
#
# value (start with blah* as blah)
# Tmp_SOFTWARE\something\Default|blah*
#
# value (ends with *blah as blah)
# Tmp_SOFTWARE\something\Default|*blah
#
# value (includes in *blah* as blah)
# Tmp_SOFTWARE\something\Default|*blah*


## ---------------------- Tmp_SOFTWARE ----------------------


# SessionsPending
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\SessionsPending|*

# Fonts
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Font Drivers|Adobe Type Manager


# OneDrive network states cache SSO
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellServiceObjects\{78DE489B-7931-4f14-83B4-C56D38AC9FFA}


# Scheduled Tasks
# XblGameSave
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Plain\{41F5FC9D-EE65-4CA4-A908-91B3587198E0}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{41F5FC9D-EE65-4CA4-A908-91B3587198E0}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\XblGameSave


# SystemRestore
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Plain\{20546688-8F7B-4B82-8429-7E7E4F537E96}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{20546688-8F7B-4B82-8429-7E7E4F537E96}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\SystemRestore


# Storage Tiers Management\Storage Tiers Management Initialization
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Plain\{D777B567-BB3B-4111-881C-0CB741022B0C}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{D777B567-BB3B-4111-881C-0CB741022B0C}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Storage Tiers Management\Storage Tiers Management Initialization


# SpeechModelDownloadTask
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Plain\{4D595DA6-BC59-47AE-A527-EC01FCE2E615}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{4D595DA6-BC59-47AE-A527-EC01FCE2E615}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Speech\SpeechModelDownloadTask


# SpacePort
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Boot\{A9C498D6-046E-407B-A5B5-597DFC8756D9}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Boot\{AFEE5D15-0E83-432F-9DB0-58A2702115E1}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{A9C498D6-046E-407B-A5B5-597DFC8756D9}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{AFEE5D15-0E83-432F-9DB0-58A2702115E1}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\SpacePort\SpaceAgentTask
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\SpacePort\SpaceManagerTask


# FamilySafetyRefreshTask and FamilySafetyMonitor
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Plain\{CD0446AF-D5F6-4616-85CE-058C20FCE9EC}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Plain\{DFDC1B83-7FD3-4C77-8CD1-7391D1680ACA}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{CD0446AF-D5F6-4616-85CE-058C20FCE9EC}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{DFDC1B83-7FD3-4C77-8CD1-7391D1680ACA}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Shell\FamilySafetyMonitor
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Shell\FamilySafetyRefreshTask


# RetailDemo
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Plain\{09F303DD-8E96-48A7-9728-89D82CC4BCB1}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{09F303DD-8E96-48A7-9728-89D82CC4BCB1}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\RetailDemo\CleanupOfflineContent


# Maps
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Plain\{701473A3-4C61-4063-AAC6-871E22A29FE7}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Plain\{E577C99D-E5DD-43E8-9E9F-2D291B431572}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{701473A3-4C61-4063-AAC6-871E22A29FE7}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{E577C99D-E5DD-43E8-9E9F-2D291B431572}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Maps\MapsToastTask
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Maps\MapsUpdateTask


# WinSAT
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Plain\{6F063424-E8AD-40FA-92B9-CD047EC2A92A}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{6F063424-E8AD-40FA-92B9-CD047EC2A92A}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Maintenance\WinSAT


# HelloFace
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Plain\{12DF3F8A-9612-48CA-AE38-2818FA70CA73}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{12DF3F8A-9612-48CA-AE38-2818FA70CA73}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\HelloFace\FODCleanupTask


# File History
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Plain\{2EE7F450-D2B6-4D5E-AFE0-A8699149E79E}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{2EE7F450-D2B6-4D5E-AFE0-A8699149E79E}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\FileHistory\File History (maintenance mode)


# Feedback
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Plain\{7617E03F-109E-435B-9B4C-0282CD5BE4A9}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Plain\{92FFE795-C628-4324-AB97-06F804352DB6}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{7617E03F-109E-435B-9B4C-0282CD5BE4A9}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{92FFE795-C628-4324-AB97-06F804352DB6}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Feedback\Siuf\DmClient
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Feedback\Siuf\DmClientOnScenarioDownload


# RecommendedTroubleshootingScanner
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Plain\{1E153A72-0831-4F0B-AC06-3CE3203EB3F5}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{1E153A72-0831-4F0B-AC06-3CE3203EB3F5}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Diagnosis\RecommendedTroubleshootingScanner


# Device Information
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Logon\{F278A444-BDB4-4CD1-A2F0-7A2284C32800}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Plain\{4F41B4A1-8822-4B02-90CD-202A0099FFAE}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{4F41B4A1-8822-4B02-90CD-202A0099FFAE}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{F278A444-BDB4-4CD1-A2F0-7A2284C32800}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Device Information\Device
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Device Information\Device User


# Customer Experience Improvement Program
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Plain\{7572B7F9-BE9D-43BF-9A4E-F82023EDBD33}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Plain\{ED77AEE0-EAFB-4133-B544-9E7C5632D902}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{7572B7F9-BE9D-43BF-9A4E-F82023EDBD33}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{ED77AEE0-EAFB-4133-B544-9E7C5632D902}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Customer Experience Improvement Program\Consolidator
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Customer Experience Improvement Program\UsbCeip


# Active Directory Rights Management
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Logon\{8E33F0A3-A31E-4E6C-AFF7-844A27E761B7}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Logon\{F346D1E4-9974-4A5D-9E35-FE7079A30555}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{8E33F0A3-A31E-4E6C-AFF7-844A27E761B7}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{F346D1E4-9974-4A5D-9E35-FE7079A30555}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Active Directory Rights Management Services Client\AD RMS Rights Policy Template Management (Automated)
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Active Directory Rights Management Services Client\AD RMS Rights Policy Template Management (Manual)


# Application Experience
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Plain\{3D363385-64B8-4207-AC46-3EE180DD87F2}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Plain\{73469C3A-0B60-4A11-AD8A-FC67A901B741}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Plain\{F7B992C5-793E-4AA0-8DC3-C204463FAB8E}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{3D363385-64B8-4207-AC46-3EE180DD87F2}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{73469C3A-0B60-4A11-AD8A-FC67A901B741}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{F7B992C5-793E-4AA0-8DC3-C204463FAB8E}
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Application Experience\MareBackup
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Application Experience\ProgramDataUpdater
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Application Experience\StartupAppTask


# PnpLockdownFiles
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/amdgpio2.sys
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/amdi2c.sys
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/iagpio.sys
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/iai2c.sys
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/iaLPSS2i_GPIO2.sys
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/iaLPSS2i_GPIO2_BXT_P.sys
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/iaLPSS2i_GPIO2_CNL.sys
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/iaLPSS2i_GPIO2_GLK.sys
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/iaLPSS2i_I2C.sys
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/iaLPSS2i_I2C_BXT_P.sys
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/iaLPSS2i_I2C_CNL.sys
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/iaLPSS2i_I2C_GLK.sys
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/iaLPSSi_GPIO.sys
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/iaLPSSi_I2C.sys
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/iaStorAVC.sys
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/iaStorV.sys
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/IntelTA.sys
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/nvraid.sys
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/nvstor.sys
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/percsas2i.sys
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/percsas3i.sys
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/rdpbus.sys
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/sisraid2.sys
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/sisraid4.sys
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/spaceport.sys
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/terminpt.sys
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/vsmraid.sys
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/VSTXRAID.SYS
Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles\%SystemRoot%/System32/drivers/xboxgip.sys


# Share and ModernSharing
Tmp_SOFTWARE\Classes\*\shellex\ContextMenuHandlers\ModernSharing
Tmp_SOFTWARE\Classes\*\shellex\ContextMenuHandlers\Sharing
Tmp_SOFTWARE\Classes\Directory\background\shellex\ContextMenuHandlers\Sharing
Tmp_SOFTWARE\Classes\Directory\shellex\ContextMenuHandlers\Sharing
Tmp_SOFTWARE\Classes\Directory\shellex\CopyHookHandlers\Sharing
Tmp_SOFTWARE\Classes\Directory\shellex\PropertySheetHandlers\Sharing
Tmp_SOFTWARE\Classes\Drive\shellex\ContextMenuHandlers\Sharing


# Winlogon
Tmp_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\GPExtensions\{4bcd6cde-777b-48b6-9804-43568e23545d}


# Control Panel
# AutoPlay
Tmp_SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{9C60DE1E-E5FC-40f4-A487-460851A8D915}

# Workspaces Center
Tmp_SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{241D7C96-F8BF-4F85-B01F-E2B043341A4B}

# Indexing Options
Tmp_SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{87D66A43-7B11-4A28-9811-C86EE395ACF7}

# Sync Center Folder
Tmp_SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{9C73F5E5-7AE7-4E32-A8E8-8D23B85255BF}

# Security and Maintenance CPL
Tmp_SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}


## ---------------------- Tmp_DEFAULT ----------------------





## ---------------------- Tmp_SYSTEM ----------------------
## ---------------------------------------------------| ---------
## Package Identity | State
## ---------------------------------------------------| --------- NEVER TO REMOVE OR TO DISABLE !
## MicrosoftWindowsPowerShellV2Root Enabled # Always leave this as it is meaning Enabled !
## MicrosoftWindowsPowerShellV2 Enabled # Always leave this as it is meaning Enabled !
## Printing-PrintToPDFServices-Features Enabled # Always leave this as it is meaning Enabled !
## --------------------------------------------------------------- NEVER TO REMOVE OR TO DISABLE !

## Always check for NEW Features in file Microsoft-Windows-Client-Optional-Features-Package
## then add the NEW Features into this file "disable-features.txt"

# Windows 10 IoT LTSC 21H2 x64
WCF-Services45
WCF-TCP-PortSharing45
MediaPlayback
WindowsMediaPlayer
SmbDirect
Windows-Defender-Default-Definitions
Printing-XPSServices-Features
SearchEngine-Client-Package
MSRDC-Infrastructure
WorkFolders-Client
Printing-Foundation-InternetPrinting-Client
NetFx4-AdvSrvs
Internet-Explorer-Optional-amd64
## ---------------------- WinSxS Slim - minimum to keep in order for windows to boot and function properly ! ----------------------
amd64_microsoft-windows-com-dtc-runtime_
amd64_microsoft-windows-servicingstack_
amd64_microsoft-windows-t..languages.resources_
amd64_microsoft.vc80.crt_
amd64_microsoft.vc90.crt_
amd64_microsoft.windows.c..-controls.resources_
amd64_microsoft.windows.common-controls_
amd64_microsoft.windows.gdiplus_
amd64_microsoft.windows.i..utomation.proxystub_
amd64_microsoft.windows.isolationautomation_
amd64_microsoft.windows.systemcompatible_
amd64_policy.8.0.microsoft.vc80.crt_
amd64_policy.9.0.microsoft.vc90.crt_
Manifests\amd64_microsoft-windows-com-dtc-runtime_
Manifests\amd64_microsoft-windows-servicingstack_
Manifests\amd64_microsoft-windows-t..languages.resources_
Manifests\amd64_microsoft.vc80.crt_
Manifests\amd64_microsoft.vc90.crt_
Manifests\amd64_microsoft.windows.c..-controls.resources_
Manifests\amd64_microsoft.windows.common-controls_
Manifests\amd64_microsoft.windows.gdiplus_
Manifests\amd64_microsoft.windows.i..utomation.proxystub_
Manifests\amd64_microsoft.windows.isolationautomation_
Manifests\amd64_microsoft.windows.systemcompatible_
Manifests\amd64_policy.8.0.microsoft.vc80.crt_
Manifests\amd64_policy.9.0.microsoft.vc90.crt_
Catalogs\delete
FileMaps\delete
InstallTemp\delete
## ---------------------- examples: Catalogs\delete (keep only dir "Catalogs" as empty and deletes it's content) ----------------------
## ---------------------- Windows 10 IoT LTSC 21H2 x64 ----------------------
App.StepsRecorder~~~~0.0.1.0
App.Support.QuickAssist~~~~0.0.1.0
Browser.InternetExplorer~~~~0.0.11.0
DirectX.Configuration.Database~~~~0.0.1.0
Hello.Face.18967~~~~0.0.1.0
Hello.Face.Migration.18967~~~~0.0.1.0
MathRecognizer~~~~0.0.1.0
Media.WindowsMediaPlayer~~~~0.0.12.0
Microsoft.Windows.MSPaint~~~~0.0.1.0
Microsoft.Windows.Notepad~~~~0.0.1.0
Microsoft.Windows.PowerShell.ISE~~~~0.0.1.0
Microsoft.Windows.WordPad~~~~0.0.1.0
OneCoreUAP.OneSync~~~~0.0.1.0
OpenSSH.Client~~~~0.0.1.0
Language.Handwriting~~~en-US~0.0.1.0
Language.OCR~~~en-US~0.0.1.0
Language.Speech~~~en-US~0.0.1.0
Language.TextToSpeech~~~en-US~0.0.1.0
## ---------------------- Windows 10 IoT LTSC 21H2 x64 ----------------------
## -------------- | ------------------------------ | ----- | ----------- | --------------------------- | --------- | ----------------
## Published Name | Original File Name | Inbox | Class Name | Provider Name | Date | Version
## -------------- | ------------------------------ | ----- | ----------- | --------------------------- | --------- | ----------------
## oem0.inf | acerairplanemodecontroller.inf | No | HIDClass | Acer Incorporated | 07-May-18 | 1.0.0.2
## oem1.inf | apollolakesystem.inf | No | System | INTEL | 09-Jun-18 | 10.1.1.45
## oem2.inf | netwtw04.inf | No | net | Intel | 05-Jun-19 | 19.51.23.1
## oem9.inf | rt640x64.inf | No | Net | Realtek | 01-Jul-19 | 10.36.701.2019
## -------------- | ------------------------------ | ----- | ----------- | --------------------------- | --------- | ----------------

## ---------------------- Remove OEM Integrated Drivers ----------------------
oem0.inf
oem1.inf
## ---------------------- Examples ----------------------
# Remove SYSTEM Integrated Drivers (some are very outdated and with seriously security issues)
## --------------------------------------------

# Microsoft
# rdvgwddmdx11.inf # is already removed by remotefx
athw8x.inf
b57nd60a.inf
bcmdhd64.inf
bcmwdidhdpcie.inf
e2xw10x64.inf
mrvlpcie8897.inf
mwlu97w8x64.inf
net8185.inf
net8187bv64.inf
net8187se64.inf
net8192se64.inf
net8192su64.inf
net819xp.inf
netathr10x.inf
netathrx.inf
netbc63a.inf
netbc64.inf
netl1c63x64.inf
netl260a.inf
netr28ux.inf
netr28x.inf
netrtwlane.inf
netrtwlane01.inf
netrtwlane_13.inf
netrtwlans.inf
netrtwlanu.inf
netwbw02.inf
netwew00.inf
netwew01.inf
netwlv64.inf
netwns64.inf
netwsw00.inf
netwtw02.inf
netwtw04.inf
netwtw06.inf
netwtw08.inf
rt640x64.inf
rtux64w10.inf
rtwlanu_oldic.inf
xboxgipsynthetic.inf


# System Default Super Outdated Drivers !
# AMD GPIO Controller
amdgpio2.inf

# AMD I2C Controller
amdi2c.inf

# Intel(R) Serial IO I2C ES Controller
iagpio.inf
iai2c.inf

# Intel(R) Serial IO I2C Host Controller
iaLPSS2i_I2C_BXT_P.inf
iaLPSS2i_I2C_CNL.inf
iaLPSS2i_I2C_GLK.inf
iaLPSS2i_I2C_SKL.inf

# Intel(R) Serial IO GPIO Host Controller
iaLPSS2i_GPIO2_BXT_P.inf
iaLPSS2i_GPIO2_CNL.inf
iaLPSS2i_GPIO2_GLK.inf
iaLPSS2i_GPIO2_SKL.inf
ialpssi_gpio.inf

# Intel(R) Serial IO I2C Host Controller
ialpssi_i2c.inf

# Intel(R) Tigerlake Telemetry Aggregator Driver
intelta.inf

# Microsoft iSCSI Initiator
iscsi.inf

# NVIDIA nForce RAID Controller / NVIDIA nForce Serial ATA Controller
nvraid.inf

# DELL
percsas2i.inf
percsas3i.inf

# Intel / Intel(R) Chipset QuickData Technology
qd3x64.inf

# Remote Desktop Licensing VM Bus
# rdlsbuscbs.inf # already removed 1st by components

# Remote Desktop Device Redirector Bus
rdpbus.inf

# Silicon Integrated Systems Corp / RAID Controller
sisraid2.inf

# Silicon Integrated Systems Corp. / SiS Storport AHCI Controller
sisraid4.inf

# Microsoft Storage Spaces Controller
spaceport.inf

# Remote Desktop Keyboard Device
termkbd.inf

# Remote Desktop Mouse Device
termmou.inf

# VIA Technologies, Inc. / VIA RAID Controller
vsmraid.inf

# VIA Technologies, Inc. / VIA StorX RAID Controller
vstxraid.inf

# Xbox Game Input Protocol Driver
xboxgip.inf

# Hyper
whyperkbd.inf
wvmbusvideo.inf
whvcrash.inf
wsynth3dvsc.inf
## ---------------------- ATENTiON !! DO NOT DELETE ANY OF THESE !! | ---------------------------------------------------------------------------- |
# Microsoft-Windows-Client-LanguagePack-Package = bootloop (can't boot anymore)
# Microsoft-Windows-FodMetadata-Package
# Microsoft-Windows-Foundation-Package
# Microsoft-Windows-LanguageFeatures-Basic-en-us-Package
# Microsoft-Windows-Printing-PMCPPC-FoD-Package
# Microsoft-Windows-Printing-WFS-FoD-Package
# Microsoft-Windows-UserExperience-Desktop-Package = boot logon very slow 60 sec ! (can be nuked in Win10 but NOT in Win11)
# Package_for_DotNetRollup
# Package_for_RollupFix
# Package_for_ServicingStack_
# Microsoft-Windows-StorageService-Package = Virtual Disk Service (VDS) mount vhdx and vhd images !
## ---------------------------------------------------------------- | ---------------------------------------------------------------------------- |

# error boot !
# Containers = wimwizard can safely remove it !
# Microsoft-OneCore-Biometrics
# Microsoft-OneCore-CloudExperienceHost
# Microsoft-OneCore-Containers = wimwizard can safely remove it !
# Microsoft-OneCore-EventLogAPI
# Microsoft-OneCore-Indexer
# Microsoft-OneCore-PenService
# Microsoft-OneCore-WinRT-Core
# Microsoft-OneCoreUAP-Tracing-WinRT
# Microsoft-Windows-Tablet
# Microsoft-Windows-TableTextServices
#
# no sound in 32bit !
# Microsoft-Media-Foundation
# Microsoft-OneCore-Multimedia-CastingCommon
# Microsoft-OneCore-Multimedia-CastingReceiver
# Microsoft-Windows-Enterprise-Desktop-Shared
# Microsoft-Windows-Media-Streaming
# Microsoft-Windows-Portable-Devices
#
# error taskbar language change !
# LanguageFeatures-WordBreaking-en
#
# app locker digital signature certificate for exe, dll lock protection against malware !
# Microsoft-Windows-AppManagement-Common
#
# bad very bad !
# Microsoft-Windows-Desktop-Required-SharedWithServer
# Microsoft-Windows-Desktop-Shared
#
# no webcam !
# Microsoft-Windows-WinOcr
## ---------------------------------------------------------------- | ---------------------------------------------------------------------------- |


# Windows 10 IoT LTSC 21H2 x64 - Install.wim

# Windows Feature Experience Pack Works for removal only in Windows 10 (in Windows 11 DO NOT DARE TO REMOVE IT !) #
# Windows Feature Experience Pack (MicrosoftWindows.Client.Core) Windows Feature Experience Pack incorporates MicrosoftWindows.Client.Core as a store app. The app is needed for #Start menu #Snipping tool #Taskbar (system tray) #File explorer functionality #Adaptive cards #Split keyboard mode for the touch keyboard #FREUserInterface #VoiceAccessHost and functionality extends beyond these listed features
#Microsoft-Windows-UserExperience-Desktop-Package


# Windows\SystemApps #
Microsoft-Windows-BioEnrollment-UX


# Network #

# Simple TCP/IP Services
Microsoft-Windows-SimpleTCP

# Telnet Client
Microsoft-Windows-Telnet

# TFTP Client
Microsoft-Windows-TFTP

# Remote Differential Compression
Microsoft-Windows-RDC

# SMB1 - aici va auto sterge si Microsoft-Windows-Browser-Package !
Microsoft-Windows-SMB1

# SMB 3.x Direct
Microsoft-Windows-SmbDirect

# Offline Files
Microsoft-Windows-OfflineFiles

# Remote Assistance + Desktop Client & Server
RemoteDesktopServices
Microsoft-Windows-RemoteAssistance
Microsoft-Windows-RemoteFX
Microsoft-Windows-TerminalServices

# NFS
Microsoft-Windows-ClientForNFS
Microsoft-Windows-NFS


# Privacy #

# Work Folders Client
Microsoft-Windows-EnterpriseClientSync-Host-Package

# Windows Search
Microsoft-Windows-SearchEngine

# Assigned Access
Microsoft-Windows-Client-AssignedAccess
#Microsoft-Windows-Embedded-AssignedAccessCsp-Package

# Sensor Data Service - Supports Windows Hello. - Size: Approximately 1,367 KB
Microsoft-Windows-SensorDataService


# Altele #

# HyperV
HyperV
Microsoft-Hyper-V
Microsoft-Windows-HyperV

# MSMQ
Microsoft-Windows-msmq
Microsoft-Windows-MSMQ
MSMQ-Driver

# XPS
Microsoft-Windows-Printing-XpsDocumentWriter
Microsoft-Windows-Printing-XPSServices

# Guarded host enables the device to create and run shielded virtual machine using remote attestation
Microsoft-Windows-PAW-Feature

# Multi Point Connector
Microsoft-Windows-MultiPoint-Connector

# Projected File System (ProjFS)
Microsoft-Windows-ProjFS

# Windows Subsystem For Linux
Microsoft-Windows-Lxss

# WinSAT Media Files - Size: Approximately 0 KB
Microsoft-Windows-WinSATMediaFiles

# Boot Environment DVD This package enables Boot from DVD functionality in Windows. - Size: Approximately 9,108 KB
Microsoft-Windows-BootEnvironment-Dvd

# Recovery Drive - Create a recovery drive user experience invoked from Control Panel - Recovery - Size: Approximately 1,041 KB
Microsoft-Windows-RecDisc-SDP
Microsoft-Windows-RecoveryDrive

# Desktop Wallpaper - Wallpaper images - Size: Approximately 8,538 KB
Microsoft-Windows-Shell-Wallpaper-Common

# 3D Screensavers - Screensavers: 3D Text, Bubbles, Mystify and Ribbons - Size: Approximately 1,312 KB
Microsoft-Windows-ScreenSavers

# Legacy Calculator App - Legacy calculator application - Size: Approximately 1,394 KB
Microsoft-Windows-win32calc

# .NET framework adds support for 3rd party .NET3.x apps. If this Feature on Demand is not installed, .NET3.x apps won't work. - Install size: 301 MB
Microsoft-Windows-NetFx3-OC-Package
Microsoft-Windows-NetFx3

# NetFx3 identity foundation
Microsoft-Windows-Identity-Foundation-Package

# Containers - Feature Optional List
Containers
Microsoft-Windows-OneCore-Containers-Opt-Package
Microsoft-UtilityVM-Containers-Shared-Package


# Windows-Defender
Windows-Defender
Microsoft-Windows-HVSI

DiskIo-QoS
Microsoft-OneCore-Helium
Microsoft-Windows-AppManagement-AppV
Microsoft-Windows-AppManagement-UEV
Microsoft-Windows-DataCenterBridging
Microsoft-Windows-Dedup
Microsoft-Windows-DeviceGuard-GPEXT
Microsoft-Windows-DirectoryServices-ADAM
Microsoft-Windows-DirectPlay
Microsoft-Windows-IIS
Microsoft-Windows-Legacy-Components-OC
Microsoft-Windows-MediaPlayback-OC
Microsoft-Windows-MediaPlayer-Payload
Microsoft-Windows-Multimedia-WMPDMC
Microsoft-Windows-PeerDist
Microsoft-Windows-PowerShell-V2
Microsoft-Windows-Presentation
Microsoft-Windows-SecConfig
Microsoft-Windows-SenseClient
Microsoft-Windows-WPD-LegacyWmdmFeature
Microsoft-Windows-NetFx-Shared-WCF-HttpNamespace
Microsoft-Windows-NetFx-Shared-WCF-TcpPortSharing
Microsoft-Windows-NetFx-Shared-WPF-Package
Microsoft-Windows-NetFx-Shared-MOF-Client
Microsoft-Windows-NetFx4-WCF
Microsoft-Windows-CoreSystem-RemoteFS
Microsoft-Windows-SnippingTool

# Remove some 32bit aka wow64 aka SysWOW64
Microsoft-Windows-PhotoBasic-WOW64
Microsoft-Windows-WebcamExperience-WOW64
Microsoft-Windows-Portable-Devices-WOW64
Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~wow64

# Copilot
Microsoft-Copilot-Package

# SaaS aplications
Microsoft-Onecore-Identity-TenantRestrictions

Microsoft-Windows-Composition-Test
Microsoft-Windows-User-Choice-Protection
Microsoft-Client-License-Flexible-Platform

# Remote Desktop Services (Terminal Services) command-line
Microsoft-Windows-TS

Server-Help-Package
Microsoft-Windows-MobilePC-Client-Premium-Package

Microsoft-Windows-Internet-Browser
Microsoft-OneCore-Fonts-DesktopFonts-Supplement-Hans-Package
Microsoft-OneCore-Fonts-DesktopFonts-Supplement-Hant-Package
Microsoft-OneCore-Fonts-DesktopFonts-Supplement-Jpan-Package
Microsoft-OneCore-Fonts-DesktopFonts-Supplement-Kore-Package

Microsoft-Windows-Virtualization-RemoteFX-User-Mode-Transport-Package
Microsoft-Windows-SMB1Deprecation-Group-Package
Microsoft-Windows-NetFx-Shared-WCF-HttpActivation
Microsoft-Windows-NetFx-Shared-WCF-MsmqActivation
Microsoft-Windows-NetFx-Shared-WCF-PipeActivation
Microsoft-Windows-NetFx-Shared-WCF-TcpActivation
Microsoft-OneCoreUAP-AppRuntime-RemoteAppLifetimeManager-Package
Microsoft-OneCore-UtilityVm-SetupAgent-Package
Microsoft-Onecore-SPP-VirtualDevice-Package
microsoft-windows-RemoteFX-clientVM-RemoteFXWDDMDriver-WOW64-Package
Microsoft-Shielded-VM-Service-Package
Microsoft-Windows-Host-Guardian-Deployment-Package
Microsoft-Windows-PAW-Package
## ---------------------- WinSxS Slim - minimum to keep in order for windows to boot and function properly ! ----------------------
amd64_microsoft-windows-com-dtc-runtime_
amd64_microsoft-windows-servicingstack_
amd64_microsoft-windows-t..languages.resources_
amd64_microsoft.vc80.crt_
amd64_microsoft.vc90.crt_
amd64_microsoft.windows.c..-controls.resources_
amd64_microsoft.windows.common-controls_
amd64_microsoft.windows.gdiplus_
amd64_microsoft.windows.i..utomation.proxystub_
amd64_microsoft.windows.isolationautomation_
amd64_microsoft.windows.systemcompatible_
amd64_policy.8.0.microsoft.vc80.crt_
amd64_policy.9.0.microsoft.vc90.crt_
Manifests\amd64_microsoft-windows-com-dtc-runtime_
Manifests\amd64_microsoft-windows-servicingstack_
Manifests\amd64_microsoft-windows-t..languages.resources_
Manifests\amd64_microsoft.vc80.crt_
Manifests\amd64_microsoft.vc90.crt_
Manifests\amd64_microsoft.windows.c..-controls.resources_
Manifests\amd64_microsoft.windows.common-controls_
Manifests\amd64_microsoft.windows.gdiplus_
Manifests\amd64_microsoft.windows.i..utomation.proxystub_
Manifests\amd64_microsoft.windows.isolationautomation_
Manifests\amd64_microsoft.windows.systemcompatible_
Manifests\amd64_policy.8.0.microsoft.vc80.crt_
Manifests\amd64_policy.9.0.microsoft.vc90.crt_
Catalogs\delete
FileMaps\delete
InstallTemp\delete
## ---------------------- including ancient legacy 32bit/wow64 ----------------------
Manifests\x86_microsoft-windows-servicingstack_
Manifests\x86_microsoft.vc80.crt_
Manifests\x86_microsoft.vc90.crt_
Manifests\x86_microsoft.windows.c..-controls.resources_
Manifests\x86_microsoft.windows.common-controls_
Manifests\x86_microsoft.windows.gdiplus_
Manifests\x86_microsoft.windows.i..utomation.proxystub_
Manifests\x86_microsoft.windows.isolationautomation_
Manifests\x86_microsoft.windows.systemcompatible_
Manifests\x86_policy.8.0.microsoft.vc80.crt_
Manifests\x86_policy.9.0.microsoft.vc90.crt_
x86_microsoft-windows-servicingstack_
x86_microsoft.vc80.crt_
x86_microsoft.vc90.crt_
x86_microsoft.windows.c..-controls.resources_
x86_microsoft.windows.common-controls_
x86_microsoft.windows.gdiplus_
x86_microsoft.windows.i..utomation.proxystub_
x86_microsoft.windows.isolationautomation_
x86_microsoft.windows.systemcompatible_
x86_policy.8.0.microsoft.vc80.crt_
x86_policy.9.0.microsoft.vc90.crt_


advancedrun.webp

advancedruncmd.webp

compcreate.webp

compcreate1.webp

compcreate2.webp

componentsxml.webp

registryimport.webp

removewow64.webp

capabilities.webp

packages.webp

components.webp

en-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f.webp
Before Modification


en-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f.webpen-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f_v7058_amd64_pure64bit.webp

After WimWizard Magic


EXAMPLES:
wimwizard_components_packages_features_capabilities_iot_ltsc_21h2_x64_v19044.7052
https://www.mediafire.com/file/02dc...ilities_iot_ltsc_21h2_x64_v19044.7052.7z/file
7z Size: 1052922 bytes : 1028 KiB
SHA256: 42952dd2ebaebf895bd886ac6c2e87c63a7a36b984985ffc20ec0aef895c0523

SystemApps ( Safe To Remove via /removecomponents )
https://www.mediafire.com/file/dffawrzaj82s1m5/systemapps.7z/file
7z Size: 7803 bytes : 7 KiB
SHA256: de741eae480dc551816c3478411b2e2022aa0d7139afeb6acc17d949afdd1256

Create components XML's ( via /compcreate ) ( examples: windows 10 iot ltsc 21h2 v19044.7058 )
7z size: 118.43KB
SHA256: 010d7bf8240947e2adaf36a00dd1b270985140e1e87eaec0703e528568976f53

v1.0_build.28-April-2026 (The Very 1'st Public Release Ever Version)

  1. Added: New Engine for Components Create and Remove -> so far is singlethreaded but still fast
  2. Improved Files and Folders Clean Up
  3. Re-added BACK STRONG protection for Registry removal -> so you can never edit the live registry
  4. Re-added BACK STRONG protection for files and dir clean up -> only the mounted image will be used
  5. Improved Compatibility for Depends by and For Create and Removal Engine
  6. Improved Speed and Code Optimization for .NET4.8.1
  7. Improved Parsing/Decoding Components
  8. Refactor wow64-32bit compatibility for people who still use 32bit-wow64 ancient code
  9. Removed: Auto Sense Ai Engine -> hard to maintain it for now
  10. Removed: RAW Engine -> the world's super fastest engine but hdd's can't handle it
  11. Removed: HardLinks
  12. Removed: Over 4000 lines of code
  13. Removed: MultiThreading -> some HDD are too slow to handle the heat, cackle,cackle
  14. Removed: IO Locks for multiple on parallel components removal -> req at least minimum 4 core cpu
  15. Removed: personal system and trusted installer code -> now all is done via external app AdvancedRun

Using Wimwizard to make Windows Great Again !
Warning: Wimwizard has some very serious firepower and might create very serious addiction !

Made in ROMANIA (European Union)
 
Last edited:
Mate those are no name antiviruses.
It's code protection from unauthorized behaviour like reverse eng. Any modern software has protection.
Try this modify 1 byte see what happens.... it won't run because you modify it, meaning it's protection will tell you that something is wrong!
that's why it has the SHA256 CHECKSUMS !

on the link you send me with the report i made a comment, and i also made the same nice comments towards the virustotal team. their tests systems are dodgy. see what i wrote in the comments.
 
Last edited:
Mate those are no name antiviruses.
It's code protection from unauthorized behaviour like reverse eng. Any modern software has protection.
Try this modify 1 byte see what happens.... it won't run because you modify it, meaning it's protection will tell you that something is wrong!
that's why it has the SHA256 CHECKSUMS !

on the link you send me with the report i made a comment, and i also made the same nice comments towards the virustotal team. their tests systems are dodgy. see what i wrote in the comments.
hmmmm... virus detection by major AV provideres like AVG, Sophos, McAfee Scanner, Avira, Avast and others...
 
hmmmm... virus detection by major AV provideres like AVG, Sophos, McAfee Scanner, Avira, Avast and others...
Be useful and do this.
Hurry up to all those mentioned "products", go to their websites make an account and submit these:
A. My download link
B. virustolal link
C: This screenshot (optional - because they can see in virustotal)

and see their reaction !
and please report back with your "major AV products"
 

Attachments

  • trash.noname.antivirus.webp
    trash.noname.antivirus.webp
    104.9 KB · Views: 0
Anything that starts with AVAST, junk it.

Avast have been trying to get their junk into my systems since 1999 and failing gloriously at every turn.

The fact the injector looks like a diabetics dosing pen is a little disheartening. The overall packing thing is a tad worrying,

As for the content of the AV report I would say its pretty benine, but the description leads to looking like the old Anti Bloat script that was on that site as well back in 2021, may well be a rehash of the old thing now win 10 is junked. In my opinion, I cant see a use for it with such tools out there as Winhance and such like. Would not be fair to try it on my system as its pretty much customised now to run the way I want it and kiss as much junk off the machine as possible already.

As for the Bit defender totalling an SSD, Ive got mine turned off with a reg key kill.

Reports folks would make interesting reading
 

Support TheWindowsForum

Help us stay ad-free and keep the community running

Donate Now

Trending content

Back
Top