Our ISD wants to disable Google Cast on AirServer. I have found the plist located at Library/Preferences/com.pratikkumar.airserver-mac.plist. I am attempting a defaults write to simply change this key like so: defaults write com.pratikkumar.airserver-mac.plist 'EnableGoogleCast' false. Simple, right?
I will leave the plist open and run the command in Terminal. I can see the change happen in real time within the plist. For some reason, it doesn't actually uncheck the box in AirServer Preferences.
If you look back at the plist and uncheck the box via GUI, it adds the same key that my script does. I have even rebooted figuring it would take effect afterwards, but no dice. I am missing something small I'm sure, but I don't know what. Any ideas?