Skip to content

Instantly share code, notes, and snippets.

@jojijacobk
Last active October 15, 2021 03:22
Show Gist options
  • Save jojijacobk/24f054a0133d861e6237cb7fefa42dbb to your computer and use it in GitHub Desktop.
Save jojijacobk/24f054a0133d861e6237cb7fefa42dbb to your computer and use it in GitHub Desktop.
Disable McAfee in OSX command line before trying to sync iPhone or iPad with Mac. McAfee services blocks sync between iOS devices and Mac.

method 1

sudo /usr/local/McAfee/AntiMalware/VSControl stopoas

alternative 1

sudo defaults write /Library/Preferences/com.mcafee.ssm.StatefulFirewall.plist IsFirewallEnabled -bool false

alternative 2

sudo defaults write /Library/Preferences/com.mcafee.ssm.antimalware.plist OAS_Enable -bool False
sudo /usr/local/McAfee/AntiMalware/VSControl stop
sudo /usr/local/McAfee/AntiMalware/VSControl reload

Or completely uninstall:

sudo -s
cd /usr/local/McAfee/
./uninstall EPM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment