1、获取应用包名列表:
.adb.exe shell pm list packages
2、卸载指定应用
.adb.exe shell pm uninstall -k --user 0 xxxxxxx
参考文档