Hello,
I'm trying to push out Harmonic MediaGrid drivers to a number of workstations. After reboot we have to manually go into the user account and adjust two settings in the System Preferences > Harmonic MediaGrid.
I've found the plist file this is modifying when making the changes located under ~/Library/Preferences/ByHost/com.harmonicinc.MediaGrid.Preferences.5F46341C-07F2-5E51-95A7-BBA09D6B365E.plist.
What I need to add is the following:
<plist>
<dict>
<key>noopendelete</key>
<false/>
<key>readAhead</key>
<integer>12</integer>
<key>singlewriter</key>
<false/>
<key>useInterfaces</key>
<integer>1</integer>
</dict>
</plist>
Is there a way to inject or create this plist? I know the UUID comes into play also so it's probably not as easy as a drag and drop.
Thanks for any insight!

