I’ve a course of referred to as ScreenSharingSubscriber that runs repeatedly within the background. When I attempt to kill it utilizing kill -9 , it restarts mechanically inside seconds.
This course of is interfering with a safe browser, which requires it to be stopped. Nonetheless, because it retains coming again, I’m unable to proceed.
$ ps -ef | grep -e screensharingsubscriber
501 2958 796 0 4:17pm ttys001 0:00.00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn --exclude-dir=.concept --exclude-dir=.tox --exclude-dir=.venv --exclude-dir=venv -e screensharingsubscriber
Sharing is disabled in Settings:
OS Model: 15.3 (24D60)
What I’ve Tried:
Killing the method manually with kill -9 .
Checking system companies and startup applications, however I could not discover something linked to it.
Looking out logs to see what is likely to be restarting it, however no clear solutions.
Query:
How can I completely cease this course of from restarting? Is there a solution to disable it?
Any assist can be appreciated!