dism /Unmount-Image /MountDir:"C:\mount" /Commit
Rather than using install-wim-tweak.exe manually, use it as part of a well-vetted community script to ensure you aren't removing critical packages.
| Use Case | Description | |----------|-------------| | | Remove pre-installed apps like Candy Crush, Skype, Xbox, and News before installation. | | Enterprise Customization | Remove consumer features not needed in a business environment. | | Performance Tuning | Disable background services and telemetry components to reduce resource usage. | | Privacy Enhancement | Remove or disable Microsoft’s data-collecting components (e.g., DiagTrack, OneDrive, Cortana). |
install-wim-tweak.exe is a powerful, legacy command-line utility used by power users and system administrators to customize Windows images or live installations by "un-hiding" and removing deeply integrated system packages. Unlike standard DISM commands that only show removable "Optional Features," this tool modifies the Windows registry to expose hidden components like Windows Media Player, Internet Explorer, and even core system apps. install-wim-tweak.exe
Do not skip this. If something breaks, this is your only easy way back.
install-wim-tweak.exe is a specialized, third-party command-line utility designed for advanced customization of Microsoft Windows images, particularly the install.wim file. Developed by community members within the Windows modification ecosystem (notably associated with MDL forums), this tool allows users to enable or disable specific Windows Features, Apps, and Capabilities that are typically restricted or hidden by Microsoft’s standard deployment tools.
install-wim-tweak can remove components that are deeply integrated into the operating system. Typical targets include: | | Performance Tuning | Disable background services
While install-wim-tweak.exe offers deep customization control, utilizing it carries significant risks for system stability:
install-wim-tweak.exe directly modifies the registry hive (usually SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages ) inside:
The tool operates by manipulating the Windows Component Servicing Infrastructure (CBS), which manages all OS packages ( Windows Feature , Windows Foundation , Windows Application ). The technique makes the tool extremely effective but also highly intrusive. Unlike standard DISM commands that only show removable
Stripping out unnecessary localized language packs, fonts, and drivers to create a lightweight deployment image.
From an ethical standpoint: Removing telemetry or unwanted apps on is fine. On a corporate domain-managed PC, you may break Group Policy or security baselines that expect certain components (e.g., Defender, Credential Manager).
Offers a complete visual suite to configure components, remove tracking, and integrate drivers. PowerShell / CLI
So, why would you want to use install-wim-tweak.exe? Here are some benefits of tweaking your WIM file: