Skip to main content
Solved

ARD Plist Question

  • March 26, 2012
  • 3 replies
  • 7 views

Forum|alt.badge.img+20

Does anyone know which plist this option for Apple Remote Desktop lies "Allow control of this computer when this application is running". I would like to create an MCX to make that option active.

Thanks!

Best answer by Matt11

sudo defaults write /Library/Preferences/com.apple.RemoteDesktop AdminConsoleAllowsRemoteControl -bool true

I found an old archived Apple Care article. This must be it!

3 replies

Forum|alt.badge.img+20
  • Author
  • Valued Contributor
  • Answer
  • March 26, 2012
sudo defaults write /Library/Preferences/com.apple.RemoteDesktop AdminConsoleAllowsRemoteControl -bool true

I found an old archived Apple Care article. This must be it!


Forum|alt.badge.img+5
  • Contributor
  • September 1, 2015

I know this is a really old post but I thought i'd ask, so...

Does this command still work with 3.8?


Forum|alt.badge.img+5
  • Contributor
  • September 1, 2015

I'm actually going to answer my own question...
This is the command needed to make the changes on ARD 3.8.

sudo defaults write /Library/Preferences/com.apple.RemoteManagement.plist AdminConsoleAllowsRemoteControl -bool true