I've been testing on 10.9.5 with Evernote 6.0.8. I'm looking at the preferences for Evernote and I've gathered the following:
Disable showing Evernote Helper in menubar: <key>helperPrefsHaveBeenSet</key> <true/> <key>showsStatusBarItem</key> <false/>
Disable Evernote Helper from running in the background when I quit Evernote <key>runHelperWithoutMainApp</key> <false/> <key>runHelperWithoutMainAppPreserved</key> <true/>
Disable Evernote Helper at login: <key>runHelperAtLogin</key> <false/> <key>runHelperAtLoginPreserved</key> <true/>
If I make a config profile using MCXtoProfile with these keys set to ALWAYS I notice that the app crashes on the next startup and will then load fine on the second run. If I remove the profile, same thing: crashes on next startup and will load fine on the second run. Why am I messing with these keys? Ideally I'd like to not have the Evernote Helper running on machines in the background which makes it easier to update the app in the future since it won't be automatically running in the background. It's also once less process running on the machine taking up resources. These are at least the goals. I haven't decided yet ultimately what to do as I'm just testing.
Has anyone else tried to manage these preferences with Evernote and noticed the same thing?
The other thought I had was to create 2 profiles: 1 that disables auto update checks set to ALWAYS (that's my primary goal with managing third party app preferences really, not trying to do much more than that), and 1 that disables the Evernote Helper set to ONCE giving the user the option to change it in the future. But I'm not sure if I can have 2 profiles that write to the same plist. Is that even possible?
