Shell install/uninstall apk file


Show devices
adb devices

Install apk
adb install apk_name.apk

Unistall
adb shell

Find out your apps package name:
pm list packages | grep "app name/something related to your app name"

Then use:
adb uninstall package_name

OR
pm uninstall package_name

Delete windows recovery partition

 Run in terminal as admin: Diskpart list disk select disk 0 list partition select partition X delete partition override

Mais vistos