DISM Uninstaller Helper
The DISM UH Tool is a tool I programmed when I wanted an easier way to remove bloatware from a fresh Windows installation. I programmed it in Python to use the DISM command prompt tool.
It runs the commands via a Python script that allows the user to simply select what they want to uninstall without using text commands over and over for each program, and allows the user to simply type in the number of each program in a list that they want to remove, and the script takes care of the rest. Here is a video demonstration of how it works:
The article where I found this info can be found here:
Another useful article I found:
And the github repository for my code can be found here: