mirror of
https://github.com/AppHouseKitchen/AlDente-Battery_Care_and_Monitoring.git
synced 2026-03-25 10:52:21 +01:00
uninstall script #36
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dr3mro on GitHub (Aug 15, 2020).
hello
what is the proper uninstall method ?
@gvillo commented on GitHub (Aug 25, 2020):
Remove the app and then look for
com.davidwernhart.Helperandcom.davidwernhart.Helper.plistand erase both files (located under/Library/PrivilegedHelperToolsand/Library/LaunchDaemons) and that's it.And reset SMC (this is important too) and reboot.
you could run
pmset -gusing a terminal, and check your SMC values before erasing helper and resetting SMC.Original values should looks like:
@timension commented on GitHub (Feb 15, 2021):
What's about Apple Silicon Macs? As I understand it's not trivial to reset SMC on them. How can I restore all the values to the default?
@MatthiasKerbl commented on GitHub (Feb 19, 2021):
Hi timension, to reset the SMC on an Apple Silicon Macbook you have to shut it down, close the lid and wait 30 seconds. Afterward, you can restart the MacBook and the SMC is reset.