Run this command to disable it
# Disables it immediately
launchctl bootout "gui/$(id -u "${USER}")/com.apple.rcd"
# Prevents reactivating on restart
launchctl disable "gui/$(id -u "${USER}")/com.apple.rcd"
To revert to the default behavior
launchctl bootstrap "gui/$(id -u "${USER}")/com.apple.rcd"
launchctl enable "gui/$(id -u "${USER}")/com.apple.rcd"