Go Back   DisplayLink Forum > DisplayLink Graphics Technology > Mac Software
Register FAQ Calendar Today's Posts Search

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 11-22-2022, 03:40 PM   #1
donmontalvo
Junior Member
 
Join Date: Jan 2017
Posts: 24
Default Disable Apple Watch unlock checkbox

Unfortunately we need to disable this feature. After I dug a bit, found this file here:
/Users/<username>/Library/Containers/com.displaylink.DisplayLinkLoginHelper/Data/Library/Preferences/com.displaylink.DisplayLinkUserAgent.plist
We tried enforcing using a Configuration Profile (MDM is Jamf Pro), when we do that the setting is put in these two places:
$ defaults read /Library/Managed\ Preferences/com.displaylink.DisplayLinkUserAgent.plist
{
AppAutostart = 1;
AppleWatchUnlock = 0;
}
and:
$ defaults read /Library/Managed\ Preferences/<username>/com.displaylink.DisplayLinkUserAgent.plist
{
AppAutostart = 1;
AppleWatchUnlock = 0;
}
Neither seem to uncheck and grey out (enforce) the box.

I tried -bool false and -string 0 and neither work.

Hoping there's a manageable (programatic) way to do this.

Thoughts?
Attached Images
File Type: jpg displaylink-config-profile.jpg (11.9 KB, 0 views)

Last edited by donmontalvo; 11-22-2022 at 03:43 PM.
donmontalvo is offline   Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:38 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.