Posted on 03-13-2024 02:21 AM
Hello,
I am trying to configure a profile to lock users laptop screen soon as they close the laptop lid, any help on how to do that?
Posted on 03-13-2024 04:05 PM
Create a profile with Application & custom settings. Preference domain: com.apple.screensaver
<?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>askForPassword</key>
<true/>
<key>askForPasswordDelay</key>
<integer>0</integer>
</dict>
</plist>
Posted on 03-14-2024 12:36 AM
Thanks Collins,
Do you a link to a video or documentation I can follow to see how to create a similar profile?
Posted on 03-14-2024 03:27 PM