SimonCropp / WinDebloat

A dotnet tool that removes the bloat in Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow exclusions to be provided

SeanFeldman opened this issue · comments

Is the feature request related to a problem

Some of the built-in tools are useful (example) and it should be possible to exclude those from the uninstall by providing a list.

Describe the solution

Allow a switch to exclude certain apps from the uninstall.

I agree. For example, I personally use Microsoft Todo and XBox Game Bar (very useful for screen recording) and wouldn't want to uninstall them as well

From a quick scan, it looks like there are two ways to uninstall software

  1. Registry key
  2. WinGet package name

I'm thinking of having to exclude options, one for a list of registry keys and another one for a list of WinGet package names. Would that be enough, @SimonCropp?