i think the uninstall apps via adb commands are returning error codes because it is supposed to be -- user 0 not -user 0
That is correct. '--user 0' is correct and the "-k" is not necessary as it breaks restoring the app with adb install flags later.
xxdeafgirl I think some people dont want it to be able to be installed later...