Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing apps to debloat #73

Open
JLychar opened this issue Sep 10, 2024 · 2 comments
Open

Missing apps to debloat #73

JLychar opened this issue Sep 10, 2024 · 2 comments

Comments

@JLychar
Copy link

JLychar commented Sep 10, 2024

Hello, I'm opening an issue because I see we can import a custom database for the PluginDebloater, but how can we create one?
Because there's missing many Microsoft bloatware apps that I would like to remove of many computers, and creating a custom database for it would help me very much

Thank you in advance

@Belim
Copy link
Member

Belim commented Sep 12, 2024

Check out the file PluginDebloater.json in plugins directory. You'll see the app entries and the necessary removal switch are always listed right there:

{
   'name':'BingNews',
   'description':'News app from Microsoft',
   'removeCommand':'Get-AppxPackage *BingNews* | Remove-AppxPackage'
}

Super simple

@Belim
Copy link
Member

Belim commented Sep 12, 2024

you can now extend the existing one or just build a completely new one like this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants