Leave a Comment
Remove auto-restarting process on mac
I got problems with a process which descrbibed itself on my mac as /Library/PrivilegedHelperTools/com.alibaba.security.aliedr
.
It was launched with root privileges and was started by the system after sudo pkill -f com.alibaba.security.aliedr
.
Renaming a file in the dir and rebooting did not help.
What did help is this article — https://www.macworld.com/article/2047747/take-control-of-startup-and-login-items.html.
I’ve found it and renamed it with the command
1 |
sudo mv /Library/LaunchDaemons/com.alibaba.security.aliedr.plist /Library/LaunchDaemons/com.alibaba.security.aliedr.plist1 |
And after reboot it finally gone.
Similar Posts
- None Found
LEAVE A COMMENT
Для отправки комментария вам необходимо авторизоваться.