19
Best Open source uninstaller?
(lemmy.zip)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
It's been a while since I've done this but in Win10 days, if you wanted to get rid of the pre installed apps properly, you could use DISM from the MS Deployment Toolkit. It can remove just for the current user or from the entire install so they won't appear if you create new users.
If you want to spend the time and effort, you can even mount the wim file from the iso and remove them offline, so you've removed them from the install media completely.
Looks like Win11 has a new but similar process: https://www.deploymentresearch.com/removing-applications-from-your-windows-11-image-before-and-during-deployment/