![]() |
NetShade HelpNetShade website |
To completely uninstall NetShade, first choose "Remove VPN Config" from the Gear button within the NetShade window. Then, quit the app and then delete the following files:
~/Library/Application Support/com.raynersw.NetShade
~/Library/Preferences/com.raynersw.NetShade.plist
/usr/libexec/proxycontrol
/usr/libexec/nshctl
/Applications/NetShade.app
Note: The ~ represents your home folder
If you prefer to use the command line, you can execute the following in Terminal:
rm -Rf ~/Library/Application\ Support/com.raynersw.NetShade rm -Rf ~/Library/Preferences/com.raynersw.NetShade.plist sudo rm /usr/libexec/proxycontrol sudo rm /usr/libexec/nshctl sudo rm -Rf /Applications/NetShade.app