.BAT script to use the Android Bridge for removal of bloatware
Android Bridge
adb shell pm list packages --user 0 -f
adb shell pm list packages 'samsung'
adb shell pm path package.apk
adb pull path.apk
adb shell pm uninstall -k --user 0 [package]
adb install -l -r --user 0 [package]
adb shell pm install -r -l --user 0 [path]