Skip to content

Instantly share code, notes, and snippets.

@bliotti
Forked from omundy/README.md
Created July 10, 2021 02:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bliotti/0e236c96036331e7bdc3b7392800ad38 to your computer and use it in GitHub Desktop.
Save bliotti/0e236c96036331e7bdc3b7392800ad38 to your computer and use it in GitHub Desktop.
Remove Sophos from a Mac with tamper protection

Sophos Anti Virus hogging your processor? Can't remove it because of tamper protection?


# change into preferences
cd /Library/Preferences

# confirm locations of sophos files
ls com.sophos.*

# remove all sophos prefs,
sudo rm com.sophos.*

# this will now allow you to remove sophos
# change into the installer
cd /Library/Application\ Support/Sophos/opm/Installer.app/Contents/MacOS/tools/

# remove 
sudo ./InstallationDeployer --remove

# enjoy not having sophos eating up your processing % while you are trying to work!


screen shot 2018-11-30 at 9 08 56 am :-(

screen shot 2018-11-30 at 10 13 33 am :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment