Remove Windows 10 Bloatware from WIM file

I have seen people asking about removing bloatware from Windows 10 all over internet and in forums. I found this PowerShell Script which mounts the WIM Image and strips all tghe Bloatware from the Image itself. It has different options where you can choose which Bloatware to remove or remove all Bloatware.

Download Script

Example: .\removeapps.ps1 -pathtowim c:\10\install.wim

Example: .\removeapps.ps1 -pathtowim c:\10\install.wim -selectapps $true

Add a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.