Last active
August 7, 2021 18:56
-
-
Save excenter/005c217beb554fc275c3deed95488aa7 to your computer and use it in GitHub Desktop.
All the nonsense you have to run to actually get rid of webroot.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo launchctl unload /Library/LaunchDaemons/com.webroot.security.mac.plist; | |
sudo kextunload /System/Library/Extensions/SecureAnywhere.kext; | |
sudo rm /usr/local/bin/WSDaemon; | |
sudo rm /usr/local/bin/WFDaemon; | |
sudo killall -9 WSDaemon; | |
sudo killall -9 WfDaemon; | |
sudo killall -9 "Webroot SecureAnywhere"; | |
sudo rm -rf /System/Library/Extensions/SecureAnywhere.kext; | |
sudo rm -rf "/Applications/Webroot SecureAnywhere.app"; | |
sudo rm /Library/LaunchAgents/com.webroot.WRMacApp.plist; | |
sudo rm /Library/LaunchDaemons/com.webroot.security.mac.plist; | |
sudo launchctl unload /Library/LaunchDaemons/com.webroot.webfilter.mac.plist | |
sudo rm /Library/LaunchDaemons/com.webroot.webfilter.mac.plist | |
sudo rm -rf /Library/Application\ Support/Webroot | |
rm -rf ~/Library/Application\ Support/Webroot/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment