https://forum.xda-developers.com/t/official-tool-windows-adb-fastboot-and-drivers-15-seconds-adb-installer-v1-4-3.2588979/
2. Check if your device is detected
adb devices
3. List all installed packages:
adb shell cmd package list packages
4. To remove a package, use the following command (replace the package name):
Adb shell pm uninstall -k --user 0 com.life.breathing