Can you please clarify what process are you referring to? I have Monterey in a virtual machine and I don’t see it.Thx, I know.But that doesn't stop the "Universal Conntrol" process from running all the time.
launchctl bootout gui/501/com.apple.ensemble
launchctl disable gui/501/com.apple.ensemble
launchctl enable gui/501/com.apple.ensemble
launchctl kickstart gui/501/com.apple.ensemble
The launch agent is /System/Library/LaunchAgents/com.apple.ensemble.plist
To stop it for the main admin user (501)
Code:launchctl bootout gui/501/com.apple.ensemble
to disable it from starting again
Code:launchctl disable gui/501/com.apple.ensemble
I’ve tested with SIP disabled (csrutil disable from Terminal in Recovery), but it might work with SIP enabled as well.
To reverse the modifications
Code:launchctl enable gui/501/com.apple.ensemble launchctl kickstart gui/501/com.apple.ensemble
I get the same error with SIP enabled, but you can suspend the process withAny clue as to why the bootout command returns "Boot-out failed: 150: Unknown error: 150"? Do you need to have SIP disabled to be able to disable it? macOS doesn't seem to let me stop that process in any way.
launchctl kickstart -ks gui/501/com.apple.ensemble
killall UniversalControl
I get the same error with SIP enabled, but you can suspend the process with
and kill it withCode:launchctl kickstart -ks gui/501/com.apple.ensemble
Code:killall UniversalControl
Could be a coincidence. Reinstall the OS and don't automatically migrate your data.On a clean install the process was not there, only after migrating my data. Universal Control and Handoff are disabled.
Hi amok-san and darngooddesign,Could be a coincidence. Reinstall the OS and don't automatically migrate your data.
Which process is running your CPU? The identifiable UC processes are using minimal resources on my MBP. What happens if you just kill the processes in Activity Monitor? Do they start again and use the same resources (did you turn off 'automatically reconnect to Mac or ipad' in the UC prefs before turning UC off)?