Cómo eliminar aplicaciones incorporadas no deseadas en el teléfono con 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'
a dum studant