Hello All,
Please help me a payload to upload in jamf pro to grey out "Launch Automatically after login" option under DisplayLink.
Thank you.
Hello All,
Please help me a payload to upload in jamf pro to grey out "Launch Automatically after login" option under DisplayLink.
Thank you.
Best answer by Hugonaut
Deploy this as a launch agent
<?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>Label</key>
<string>com.loginitem.displaylink</string>
<key>LimitLoadToSessionType</key>
<string>Aqua</string>
<key>ProgramArguments</key>
<array>
<string>/usr/bin/open</string>
<string>/Applications/DisplayLink Manager.app</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.