Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Uninstalling Cylance antivirus solved the problem to me as well.
Hope other users can benefit from this solution as well.
Command Line, Without Password
sudo /Applications/Cylance/Uninstall\ CylancePROTECT.app/Contents/MacOS/Uninstall/ CylancePROTECT
Command Line, With Password
sudo /Applications/Cylance/Uninstall\ CylancePROTECT.app/Contents/MacOS/Uninstall/ CylancePROTECT --password=thisismypassword
====
I had to restart my Mac in SAFE MODE to be able to uninstall Cylance since I DIDN'T HAVE THE PASSWORD:
====
Command Line, Forgotten Password
1. Stop the service
sudo launchctl unload /Library/LaunchDaemons/com.cylance.agent_service.plist
(If the Command Above fails even with SUDO, Try it again after restarting the Mac in Safe Mode by holding the shift key after the chime)
2. Delete the values.xml file
sudo rm /Library/Application\ Support/Cylance/Desktop/registry/LocalMachine/Software/Cylance/Desktop/values.xml
3. Re-run uninstaller
sudo /Applications/Cylance/Uninstall\ CylancePROTECT.app/Contents/MacOS/Uninstall/ CylancePROTECT
Command Line, Silent Uninstall
sudo /Applications/Cylance/Uninstall\ CylancePROTECT.app/Contents/MacOS/Uninstall/ CylancePROTECT --noui
https://home-support.cylance.com/hc/en-us/articles/360012104813-How-to-Mac-Start-Stop-the-Cylance-Smart-Antivirus-Service
Hope it helps!