Get rid of windows update by Ameliorating it!
- 0 Posts
- 8 Comments
Joined 3 months ago
Cake day: February 22nd, 2026
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Thanks, Obama…
I wish I was this innocent haha
Microslop*
This is so nerdy I love it
More like stickbreaker






Enable USB debugging in developer settings
Get adb (platform-tools) here: https://developer.android.com/tools/releases/platform-tools
Extract the zip and open a cmd inside the folder
Plug in your phone and check if you’re connected by sending
adb devicesUninstall any app using
adb shell pm uninstall --user 0 com.example.appIn your case:
adb shell pm uninstall --user 0 com.google.android.apps.tachyonYou could also do it using Termux if you don’t have a desktop on hand