TCTS Posted December 29, 2020 Posted December 29, 2020 Its not very well documented but the following will work for removing Pulseway via the terminal tool in the Webapp. (note this is actually several commands strung together in one line) sudo launchctl unload /Library/LaunchDaemons/com.pulseway.PulsewayHelper.plist && launchctl unload /Library/PrivilegedHelperTools/com.pulseway.PulsewayHelper && launchctl unload /Library/PrivilegedHelperTools/com.pulseway.PulsewayCommandHelper && rm -v /Library/PrivilegedHelperTools/com.pulseway.Pulseway* Â
Administrators Paul Posted December 29, 2020 Administrators Posted December 29, 2020 Hi @TCTS, You can avoid having to type in those commands by simply opening the Pulseway app and going into the About -> Uninstall tabs and from there there's an uninstall button that will run the commands for you. -Paul
fede Posted September 16, 2021 Posted September 16, 2021 I tried the uninstall option, but there were still processes that were persistent even after reboot, like pulseway helper, command helper, etc. I then tested what TCTS posted and it removed the helper, but command helper is still there. In any case, the uninstall didn't work as expected.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now