| Wim Wizard |
WimWizard v1.0_rev_28.April.2026 WimWizard original author and creator is me, Eduard G. WimWizard The World’s Most Advanced, Windows Image Servicing & Engineering Software 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.
Triple-Engine Servicing Architecture: WimWizard uses three independent servicing engines, each optimized for a specific layer of Windows servicing.
Advanced XML Intelligence auto generates servicing XMLs with dependency awareness:
WIZARD ENGINE™ Independent Native Architecture:
WIZARD ENGINE™ Industry Position & Philosophy:
WimWizard
Pure 64-bit Windows: all legacy 32-bit WOW64 components with
Packages SMART Decouple: support smart and auto decouple mechanism via
Extreme WinSxS Slimming: Proprietary engine reduces WinSxS folder to as little as 100MB, optimizing system size and performance.
Safe Registry TweaksRegistry imports are limited strictly to mounted hives:
The Bottom LineWimWizard is more than a tool — it’s your ultimate Windows image companion.
...including much, much more... and even much more to come...
Warning: WimWizard has some very seriously firepower and YOU can become very seriously addicted to it !
made in ROMANIA |
| by Eduard |
Since the introduction of the modern Windows servicing stack in Windows Vista, the Windows community has built layers of scripting or batches automation and wrapper tools around Microsoft's servicing utilities, creating the illusion of innovation while leaving the components core servicing architecture untouched. WimWizard takes a fundamentally different approach by implementing its own native WIZARD ENGINE™ pure amd64 servicing architecture capable of deep component analysis, dependency-aware removal, and advanced Windows image engineering. |
| 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 <Package> | Use '/x' to show a specific package (PackageName) [ 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" to be used for /removepackages [ Outputs all packages to "Packages.txt" use WinMerge to compare and view total Packages ] wimwizard /p d:\games\win10 /l |
| /y | Outputs components to "Components.txt" to be used for /createcomp & /removecomponents [ Outputs Components to "Components.txt" use WinMerge to compare and view total Components ] wimwizard /p d:\games\win10 /y |
| /esupatch | Integrate ESU Suppressor (November 2025+ SSU/CU support) - Install.wim [ Apply 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 POWER USERS ( the XML created list(s) 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 POWER USERS ( to be used with the XML list(s) created with /compcreate ) ] 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 ! ) [WARNiNG: THiS iS ONLY FOR POWER USERS, Remove any wow64-32bit and your system will be pure amd64 ] wimwizard /p d:\games\win10 /removewow64 |
| /cleanup <file> | Filesystem cleanup list (take ownership + delete files/dirs) [ Clean files and directories ONLY in the Offline Mounted Image ] wimwizard /p d:\games\win10 /cleanup d:\games\win10up\wimwizard\cleanup-files.txt |
| /regclean <file> |
Registry cleanup list (KeyPath|ValueName or ValueName)
supports ONLY full HKLM\Tmp_SOFTWARE, HKLM\Tmp_DEFAULT and HKLM\Tmp_SYSTEM [ Clean registry ONLY in the Offline Mounted Image ] wimwizard /p d:\games\win10 /regclean d:\games\win10up\wimwizard\cleanup-registry.txt
|
| /slimwinsxs <file> | Fast \Windows\WinSxS\ directory slim Supports partial names + Manifests\xxx lines. [ WARNiNG: THiS WiLL MAKE WINDOWS ONLINE UPDATES UNUSABLE, ONLY OFFLINE UPDATES WILL WORK ] 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
|
ACTiVE
|
WimWizard Download![]()
( For Forum Access 1'st Visit https://wimwizard.boards.net/thread/37/forum-registration-access )
- For Latest Updates, News and Tutorials or Got Questions, Want Answers, Remarks, Feedback, Bug Report, Ideas or Improvements
- Then Please visit the Official Forum: https://wimwizard.boards.net
WimWizard_v1.0_build.28-April-2026 ( The Last Freebie Version / All Future Versions Require Above Forum Access )
- name: public_release_wimwizard.7z ( Engineering Software )
- size: 439KB / sha256: 667ca0a1f8845caaa37cb6c24a8cbe290adf95f3a11c1e25683e72666a648c6a
- name: wimwizard.exe
- size: 389KB / sha256: f6fcc257228ba5fcba359e59c08c03397d89e943e9dd0294094cc4271b9fe4d3
Added:
- New Engine for Components Create and Remove → so far is singlethreaded but still fast
- Strong protection for Registry removal → so you can never edit the live registry
- Strong protection for files and dir clean up → only the mounted image will be used
Improved:
- Files and Folders Clean Up
- Compatibility for Depends by and For Create and Removal Engine
- Speed and Code Optimization for .NET4.8.1
- Parsing/Decoding Components
Removed:
- Auto Sense Ai Engine → hard to maintain it for now
- RAW Engine → the world's super fastest engine but hdd's can't handle it
- HardLinks
- Over 4000 lines of code
- MultiThreading → some HDD are too slow to handle the heat
- IO Locks for multiple on parallel components removal
- Personal system and trusted installer code → now all is done via external app AdvancedRun
