Skip to content

Instantly share code, notes, and snippets.

@stefanschmidt
Last active November 29, 2023 22:21
Show Gist options
  • Save stefanschmidt/2432503 to your computer and use it in GitHub Desktop.
Save stefanschmidt/2432503 to your computer and use it in GitHub Desktop.
Enable/Disable Screen Sharing on OSX
# Enable Screen Sharing
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.screensharing.plist
# Disable Screen Sharing
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.screensharing.plist
@theRealGupta
Copy link

theRealGupta commented May 18, 2020

Do you have idea on the below questions?

How to use this from mac Application?
Or how to use this from the MDM Console?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment