-
-
Save mcandre/7384d9b3fc95d6c8039f4d7dc85c4ca4 to your computer and use it in GitHub Desktop.
Revisions
-
timotgl revised this gist
May 18, 2017 . 1 changed file with 6 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -8,13 +8,16 @@ launchctl remove com.razerzone.rzdeviceengine sudo rm /Library/LaunchAgents/com.razer.rzupdater.plist sudo rm /Library/LaunchAgents/com.razerzone.rzdeviceengine.plist # Step 2: Remove HID kernel extension sudo rm -Rf /System/Library/Extensions/RazerHid.kext # Step 3: Manually delete Razer Synapse app from Applications in Finder # Step 4: Delete Razer files from "Application Support" folders: sudo rm -rf /Library/Application\ Support/Razer/ rm -rf ~/Library/Application\ Support/Razer/ # Step 5: Restart your Mac. # Expected results: # - The Razer icon should be gone from the OS X menu bar now, and also not pop up sporadically either # - The two processes "RzDeviceEngine" and "RzUpdater" should not be running when you check ActivityMonitor -
timotgl revised this gist
Oct 6, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -11,7 +11,7 @@ sudo rm /Library/LaunchAgents/com.razerzone.rzdeviceengine.plist # Step 2: Manually delete Razer Synapse app from Applications in Finder # Step 3: Delete Razer files from "Application Support" folders: sudo rm -rf /Library/Application\ Support/Razer/ rm -rf ~/Library/Application\ Support/Razer/ # Step 3: Restart your Mac. -
timotgl revised this gist
Jul 17, 2016 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -10,8 +10,9 @@ sudo rm /Library/LaunchAgents/com.razerzone.rzdeviceengine.plist # Step 2: Manually delete Razer Synapse app from Applications in Finder # Step 3: Delete Razer files from "Application Support" folders: rm -rf /Library/Application\ Support/Razer/ rm -rf ~/Library/Application\ Support/Razer/ # Step 3: Restart your Mac. # Expected results: -
timotgl revised this gist
Jul 17, 2016 . No changes.There are no files selected for viewing
-
timotgl created this gist
Jul 17, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ # How to uninstall Razer Synapse ( http://www.razerzone.com/synapse/ ) # on OS X El Capitan without using Razer's official uninstall tool. # Tested on OS X 10.11.5 in July 2016. # Step 1: In your terminal: stop and remove launch agents launchctl remove com.razer.rzupdater launchctl remove com.razerzone.rzdeviceengine sudo rm /Library/LaunchAgents/com.razer.rzupdater.plist sudo rm /Library/LaunchAgents/com.razerzone.rzdeviceengine.plist # Step 2: Manually delete Razer Synapse app from Applications in Finder # Step 3: Delete Razer files from "Application Support" folder: rm -rf /Library/Application\ Support/Razer/ # Step 3: Restart your Mac. # Expected results: # - The Razer icon should be gone from the OS X menu bar now, and also not pop up sporadically either # - The two processes "RzDeviceEngine" and "RzUpdater" should not be running when you check ActivityMonitor