Skip to content

Instantly share code, notes, and snippets.

@ifnull
Last active December 15, 2015 13:38
Show Gist options
  • Save ifnull/5268183 to your computer and use it in GitHub Desktop.
Save ifnull/5268183 to your computer and use it in GitHub Desktop.
Restart Apple Remote Desktop (ARD) agent when it crashes.
sudo killall "Remote Desktop"
sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -deactivate -stop
sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate -configure -access -on -privs -all -restart -agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment