cara menghapus aplikasi bawaan yang tidak diinginkan di telepon menggunakan 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