Skip to content

Instantly share code, notes, and snippets.

@omundy
Last active June 14, 2023 21:03
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save omundy/3cac4d4ebe29dd51b43553fd9107f80b to your computer and use it in GitHub Desktop.
Save omundy/3cac4d4ebe29dd51b43553fd9107f80b 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 :-)

@chaitanyamannem
Copy link

Screenshot 2020-06-01 at 6 46 40 PM

@Malavika-94
Copy link

FE_Git_small

@aidanneichman
Copy link

horizontal

@aidanneichman
Copy link

vertical

@aidanneichman
Copy link

projectile

@yaelsilvermanpeet
Copy link

hamstertimermock1 3

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