Android phones come with lots of unwanted bloatware apps. An easy uninstall option however remains unavailable.
Fortunately it's possible to remove/deactivate the apps without root using ADB commands.
The shell script android-cleanup.sh
takes care of removing of presumably safe to remove apps.
If however something goes wrong, then the rollback script android-rollback.sh
helps out.
The files, though are shell scripts, renaming it to batch files could make in run with Windows too
Platform Tools' binaries could be retrieved from here
git clone https://github.com/jasineri/android-bloatware
cd android-bloatware
bash android-cleanup.sh
The whole process is pretty straightforward and safe in all ideal cases.
If however something goes wrong, then the rollback script android-rollback.sh
is always there to undo everything.