Created
July 19, 2017 13:09
-
-
Save peco8/b969618de13ac9aa0729c664d90a4e27 to your computer and use it in GitHub Desktop.
How to uninstall global protect out of mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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