Skip to content

Instantly share code, notes, and snippets.

@peco8
Created July 19, 2017 13:09
Show Gist options
  • Save peco8/b969618de13ac9aa0729c664d90a4e27 to your computer and use it in GitHub Desktop.
Save peco8/b969618de13ac9aa0729c664d90a4e27 to your computer and use it in GitHub Desktop.
How to uninstall global protect out of mac
sudo killall GlobalProtect && \
sudo chflags noschg /Applications/GlobalProtect.app/ && \
sudo rm -fR /Applications/GlobalProtect.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment