uninstall script #36

Closed
opened 2025-12-30 01:32:17 +01:00 by adam · 3 comments
Owner

Originally created by @dr3mro on GitHub (Aug 15, 2020).

hello
what is the proper uninstall method ?

Originally created by @dr3mro on GitHub (Aug 15, 2020). hello what is the proper uninstall method ?
adam closed this issue 2025-12-30 01:32:17 +01:00
Author
Owner

@gvillo commented on GitHub (Aug 25, 2020):

Remove the app and then look for com.davidwernhart.Helper and com.davidwernhart.Helper.plist and erase both files (located under /Library/PrivilegedHelperTools and /Library/LaunchDaemons) and that's it.

And reset SMC (this is important too) and reboot.

you could run pmset -g using a terminal, and check your SMC values before erasing helper and resetting SMC.

Original values should looks like:

Currently in use:
 standbydelaylow      10800
 standby              1
 womp                 1
 halfdim              1
 hibernatefile        /var/vm/sleepimage
 proximitywake        1
 powernap             1
 gpuswitch            2
 networkoversleep     0
 disksleep            10
 standbydelayhigh     86400
 sleep                0 (sleep prevented by sharingd)
 hibernatemode        3
 ttyskeepawake        1
 displaysleep         7
 tcpkeepalive         1
 highstandbythreshold 50
 acwake               0
 lidwake              1
@gvillo commented on GitHub (Aug 25, 2020): Remove the app and then look for `com.davidwernhart.Helper` and `com.davidwernhart.Helper.plist` and erase both files (located under `/Library/PrivilegedHelperTools` and `/Library/LaunchDaemons`) and that's it. And reset SMC (this is important too) and reboot. you could run `pmset -g` using a terminal, and check your SMC values before erasing helper and resetting SMC. Original values should looks like: ``` Currently in use: standbydelaylow 10800 standby 1 womp 1 halfdim 1 hibernatefile /var/vm/sleepimage proximitywake 1 powernap 1 gpuswitch 2 networkoversleep 0 disksleep 10 standbydelayhigh 86400 sleep 0 (sleep prevented by sharingd) hibernatemode 3 ttyskeepawake 1 displaysleep 7 tcpkeepalive 1 highstandbythreshold 50 acwake 0 lidwake 1 ```
Author
Owner

@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?

@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?
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/AlDente-Battery_Care_and_Monitoring#36