I am trying to set the login items as manage preference and I can't
manage to get them to apply. I have tried uploading the manage preference to
the login window plist with no luck. Below is a copy of the xml file of the
AutoLaunchedApplicationDictionary key. I am setting this to apply at every
user login.
Thanks,
Mike
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AutoLaunchedApplicationDictionary</key>
<array>
<dict>
<key>Hide</key>
<false/>
<key>Path</key>
<string>/Applications/Password Monitor.app</string>
</dict>
<dict>
<key>Hide</key>
<false/>
<key>Path</key>
<string>/Library/Applications/CCAAgent.app</string>
</dict>
<dict>
<key>Hide</key>
<false/>
<key>Path</key>
<string>/Library/Application
Support/Symantec/AntiVirus/SAVDiskMountNotify.app</string>
</dict>
<dict>
<key>Hide</key>
<false/>
<key>Path</key>
<string>/Library/Application
Support/Symantec/AntiVirus/ScanNotification.app</string>
</dict>
<dict>
<key>Hide</key>
<false/>
<key>Path</key>
<string>/Library/Application
Support/Symantec/Scheduler/SymSecondaryLaunch.app</string>
</dict>
</array>
</dict>
</plist>
