Как удалить нежелательные встроенные приложения в телефоне с помощью 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