Answers for "how to delete unwanted built in apps in phone using cmd"

0

how to delete unwanted built in apps in phone using cmd

enable USB debugging.
attach usb with adb intstalled on your computer.
open cmd at the location of adb.
type adb devices
type adb shell
type pm list packages
type pm list packages | grep 'name of your app'
now lastly type pm uninstall 'package name'
Posted by: Guest on April-24-2021

Code answers related to "how to delete unwanted built in apps in phone using cmd"

Browse Popular Code Answers by Language