Skip to content

Instantly share code, notes, and snippets.

View jarnesjo's full-sized avatar

Nicklas Jarnesjö jarnesjo

View GitHub Profile
  1. Open terminal
  2. nano kill_sophos
  3. Copy text below, right-click on terminal window and select 'Paste':
#!/bin/bash
sudo rm -R /Library/Sophos\ Anti-Virus/
sudo rm -R /Library/Application\ Support/Sophos/
sudo rm -R /Library/Preferences/com.sophos.*
sudo rm /Library/LaunchDaemons/com.sophos.*
sudo rm /Library/LaunchAgents/com.sophos.*