wimwizard


WimWizard
v1.0_build_28.04.2026
WimWizard original author and creator is me, Eduard G.
original website: https://wimwizard.blogspot.com & original forum: https://wimwizard.boards.net


WimWizard                   
  • Worlds Most Advanced Windows Image Servicing & Customization Tool !
  • Advanced configuration reduces by 90% OS post config user interaction.
  • Blazing fast, super stable, secure, simply incredible and the real friend in need.
  • For both novice & high end users.
  • Real size friendly...only under 400KB footprint.
  • Very Powerful build on top of .NET4.8.1 (support beyond 2034).
  • Extreme Ozempic slim down of WinSxS up to 100mb in size !
  • Removal of 32bit-wow64 ancient code making the os pure amd64-64bit only.
  • ESU post November 2025 for Windows 10 SSU + CU offline image updates.
  • Extreme slim down due of proprietary engine of components removal.
  • Protection for registry imports and delete (it never touches the live os).
  • Protection for components removal (only operates inside mount path).
  • Removal for system very outdated drivers drivers (Via, SiS, Intel Telemetry).
  • Windows 10, 11 and 12 Compatible (You can create / edit / improve and innovate your own XML's for Components Removal).
  • and much, much more...
by
Eduard
WimWizard takes care for U by self implementing the most common and most system os responsible settings and various configuration, by care and with knowledge already tested, these settings are being applied automatically for U.
This is Evolutionary and Till Common, Present Day it is The First One Who Does That !


WimWizard Commands
USAGE: 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 ]
wimwizard /p d:\games\win10
/x <Comp> Use '/x' to show a specific package (ComponentName)
[ This will remove a specific package ]
wimwizard /p d:\games\win10 /x Microsoft-Hyper-V-Common-Drivers-Package /n
[ This will remove anything containing ]
wimwizard /p d:\games\win10 /x  Hyper-V /n
/h Use '/h' switch to display this info
/v to set Visibility to 1 (visible) when using Get-packages
/n Nuke packages (remove)
[ Nuke package ]
wimwizard /p d:\games\win10 /n Microsoft-Windows-ScreenSavers
/l Outputs all packages to "Packages.txt"
[ Outputs all packages to "Packages.txt" ]
wimwizard /p d:\games\win10 /l
/y Outputs components to "Components.txt"
[ Outputs components to "Components.txt"]
wimwizard /p d:\games\win10 /y
/esupatch Integrate ESU Suppressor (November 2025+ SSU/CU support) - Install.wim
[ Aplicate the ESU Post November 2025 Hotfix Patch for Windows 10 in order to further update the offline images ]
wimwizard /p d:\games\win10 /esupatch
/esuremove Remove ESU Suppressor
[ Same as above but this time it will remove the ESU and you can't install anymore SSU + CU after November 2025 ]
wimwizard /p d:\games\win10 /esuremove
/removeappassociations Removes all default associations (offline).
[ Remove the default file associations (offline) ]
wimwizard /p d:\games\win10 /removeappassociations
/exportappassociations [file] Exports associations (online).
[ Export file associations (online) ]
wimwizard /p d:\games\win10 /exportappassociations d:\AppAssociations.xml
/importappassociations [file] Imports XML (offline).
[ Import your custom file app associations ]
wimwizard /p d:\games\win10 /importappassociations d:\games\win10up\wimwizard\AppAssociations.xml
/getdrivers [file.txt] Enhanced driver list with SIZE (MB)
[ Display drivers ]
wimwizard /p d:\games\win10 /getdrivers
/adddrivers <folder> Add all .inf recursively
[ Import all OEM drivers including recursive from a given folder ]
wimwizard /p d:\games\win10 /adddrivers d:\games\win10up\drivers
  /removeoemdrivers <list.txt> Remove 3rd-party OEM drivers.
[ Remove any OEM drivers ]
wimwizard /p d:\games\win10 /removeoemdrivers d:\games\win10up\wimwizard\remove-drivers-oem.txt
/removesysdrivers <list.txt> Remove SYSTEM drivers
[ WARNiNG: This will Remove SYSTEM drivers, including some very outdated and with security risks ]
wimwizard /p d:\games\win10 /removesysdrivers d:\games\win10up\wimwizard\remove-drivers-sys.txt
/exportdrivers <folder> Export all drivers
[ Export OEM drivers to a specific folder ]
wimwizard /p d:\games\win10 /exportdrivers d:\exported-drivers
/clean-appx <file> Remove provisioned Appx packages using your clean-appx.txt list
[ Clean all nonsens appx ]
wimwizard /p d:\games\win10 /clean-appx d:\games\win10up\wimwizard\clean-appx.txt
/getcapabilities <list.txt> Get-Capability
[ Capabilities list dump ]
wimwizard /p d:\games\win10 /getcapabilities d:\Capabilities-List.txt
/removecapability <list.txt> Remove-Capability
[ Capabilities list remove ]
wimwizard /p d:\games\win10 /removecapability d:\games\win10up\wimwizard\remove-capability.txt
/disablefeature [list.txt] Disables every feature in the list.
[ Disable features ]
wimwizard /p d:\games\win10 /disablefeature d:\games\win10up\wimwizard\disable-feature.txt
/removepackages <file> Bulk CBS package removal (remove-packages-install.txt in 1 command)
[ Remove any packages in the given list ]
wimwizard /p d:\games\win10 /removepackages d:\games\win10up\wimwizard\remove-packages-install.txt
/compcreate Create Components XML list with dependency and everything else
[ WARNiNG: THiS iS ONLY FOR VERY EXPERIENCED USERS (the XML list to be used ONLY with /removecomponents ]

Available Switch Keys:
-key      <Search keyword / component name>
-out      <Output XML filename>
-grp      <Group name>
-name     <Custom component name>
-verbose  <Show detailed processing>

wimwizard.exe /compcreate -key <keyword> -out <filename> -grp <groupname> -verbose

[ Single component ]
wimwizard.exe /compcreate -key Maps -out Maps -grp System -verbose

wimwizard.exe /compcreate -key Microsoft-Windows-SecHealthUI -grp System -verbose

wimwizard.exe /compcreate -key Microsoft-Windows-SecHealthUI -grp Microsoft-Windows-SecHealthUI -verbose

[ Multiple components ]
 wimwizard.exe /compcreate -key "SearchApp Cortana" -out SearchAndCortana -grp SystemApps -verbose

wimwizard.exe /compcreate -key "Microsoft-Windows-SecHealthUI Microsoft-Windows-Unified-Telemetry" -out SecHealthUIandTelemetry -grp System -verbose
/removecomponents
Remove components
( only to be used with the XML files created by /compcreate )
[ WARNiNG: THiS iS ONLY FOR VERY EXPERIENCED USERS (to be used with the list created before with command /x ]

Available Switch Keys:
-file      <Given XML filename(s)>
-verbose  <Show detailed processing>

[ Remove single component ]
wimwizard.exe /removecomponents -file SearchApp.xml -p D:\games\win10 -verbose

[ Remove multiple components at once using multiple XML files ]
wimwizard.exe /removecomponents -file "SearchApp.xml Maps.xml Defender.xml" -p d:\games\win10

[ Remove multiple components at once using all XML files from a Dir ]
wimwizard.exe /removecomponents -file c:\Downloads\wimwizard -p D:\games\win10 -verbose
/removewow64 Pure 64bit OS ( WARNiNG: This will completely remove all 32Bit support ! )
[ Remove any wow64-32bit and your system will be pure amd64 (since 2016 running amd64) ]
wimwizard /p d:\games\win10 /removewow64
/cleanup <file> Filesystem cleanup list (take ownership + delete files/dirs)
[ Clean files and directories ]
wimwizard /p d:\games\win10 /cleanup d:\games\win10up\wimwizard\cleanup-files.txt
/regclean <file>
Registry cleanup list (KeyPath|ValueName or ValueName)
 supports full HKLM\Tmp_SOFTWARE
[ Clean registry ]
wimwizard /p d:\games\win10 /regclean d:\games\win10up\wimwizard\cleanup-registry.txt
/slimwinsxs <file> Fast WinSxS slim  Supports partial names + Manifests\xxx lines.
[ WARNiNG: THiS WiLL MAKE SYSTEM UPDATES UNUSABLE ]
wimwizard /p d:\games\win10 /slimwinsxs d:\games\win10up\wimwizard\keep-sxs.txt
/regimport <file.reg>
Import registry file(s) (Tmp_ converted keys ONLY)
ex: Tmp_DEFAULT, Tmp_SOFTWARE and Tmp_SYSTEM
[ Import your optimized and custom registry settings ]
wimwizard /p d:\games\win10 /regimport d:\games\win10up\wimwizard\win10.reg
/sxsdump <name> Decode one assembly ex: Hyper-V (enhanced with real size + manifest)
[ WinSXS full dump listing and sorted via size desc ]
wimwizard /p d:\games\win10 /sxsdump d:\install-sxs-full.txt
/helpfile Creates wimwizard.txt full text help file with useful notes in the current directory !
PROJECT STATUS
VERY ACTiVE and in Heavy Development


 

First run AdvancedRun !


Open text file wimwizard_readme.txt !
Be sure to follow the STEPS in file wimwizard_readme.txt !



EXAMPLE: Components Create Commands /compcreate


Components Create Commands /compcreate 

Components Create Commands /compcreate 

EXAMPLE: Components Created XML ! 

Registry included Tweaks win10.reg
Due of strong protection from You:
The Import of reg files into the mounted wim will ONLY allow actual import into the following hives 
HKEY_LOCAL_MACHINE\Tmp_SOFTWARE\
HKEY_LOCAL_MACHINE\Tmp_DEFAULT\ and HKEY_LOCAL_MACHINE\Tmp_SYSTEM\
as to avoid messing the LIVE OS Registry !
Don't worry you will see red warning in wimwizard if you did wrong 
and it will tell you what is wrong as for you to fix it !

/removewow64
my favorite command since 2016 !
it will remove all 32bit-wow64 components !
and your os will become amd64 pure 64bit only !
no ancient code of 32bit anymore !
check the size of the WinSXS and System32 in screenshot bellow !
windows 10 IoT LTSC 21H2 x64 pure amd64 bit only ! (no 32bit / no wow64)


wimwizard uses dism for stability as for capabilities & features !

wimwizard uses pkmgr for stability for full packages !

wimwizard uses proprietary engine removal for components !

wimwizard_readme.txt
to view all Components inside a mounted wim type this
wimwizard.exe /p d:\games\win10 /y
then check the created file components.txt



Download
Got Questions, Remarks, Feedback, Bug Report, Ideas or Improvements
Then Please visit the Official Forum
https://wimwizard.boards.net


WimWizard Release Versions History

v1.0_build.28-April-2026

Added: New Engine for Components Create and Remove -> so far is singlethreaded but still fast

Improved Files and Folders Clean Up

Re-added BACK STRONG protection for Registry removal -> so you can never edit the live registry

Re-added BACK STRONG protection for files and dir clean up -> only the mounted image will be used

Improved Compatibility for Depends by and For Create and Removal Engine

Improved Speed and Code Optimization for .NET4.8.1

Improved Parsing/Decoding Components

Refactor wow64-32bit compatibility for people who still use 32bit-wow64 ancient code

Removed: Auto Sense Ai Engine -> hard to maintain it for now

Removed: RAW Engine -> the world's super fastest engine but hdd's can't handle it

Removed: HardLinks

Removed: Over 4000 lines of code

Removed: MultiThreading -> some HDD are too slow to handle the heat, cackle,cackle

Removed: IO Locks for multiple on parallel components removal -> req at least minimum 4 core cpu

Removed: personal system and trusted installer code -> now all is done via external app AdvancedRun


These compilations are made by Eduard and as usual it says
NONONONO ,NO ,NO,
NO VirusesNO MalwareNO TrojansNO RootkitsNO Spyware
or any other ðŸ’© invented by ðŸ‘¿ mind(s) are NOT here.
This compilation is intended to HELP and Support The Real User, Novice, Advanced and PRO.......
And not to be harm by unknown.
Tweaks + Speed + Settings + Compatibility + Stability + Compiled (by Eduard)