Skip to content

Instantly share code, notes, and snippets.

@excenter
Last active August 7, 2021 18:56
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save excenter/005c217beb554fc275c3deed95488aa7 to your computer and use it in GitHub Desktop.
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.
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