Last active
December 15, 2015 13:38
-
-
Save ifnull/5268183 to your computer and use it in GitHub Desktop.
Restart Apple Remote Desktop (ARD) agent when it crashes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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