Created
February 20, 2016 09:57
-
-
Save willgarcia/a7b124144999d5d64730 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
OS X and Linux | |
Removing Prey from Unix-based systems is quite straightforward. You just need to open a terminal (OS X, Linux) and run the following command: | |
sudo /usr/lib/prey/current/bin/prey config hooks pre_uninstall && sudo rm -rf /usr/lib/prey /var/log/prey.log /etc/prey | |
That will effectively delete all traces of Prey from your system. | |
Android | |
Prey for Android is a bit difficult to remove because thieves shouldn't have it easy. If you're sure you don't need this protection anymore, please follow these instructions: | |
On the device, go to Global Settings > Security > Device administrators. | |
Disable permissions for Prey. | |
Uninstall Prey as any other app. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment