Information
Hot Corners can be configured to disable the screen saver by moving the mouse cursor to a corner of the screen.
Setting a hot corner to disable the screen saver poses a potential security risk since an unauthorized person could use this to bypass the login screen and gain access to the system.
Solution
Profile Method:
Create or edit a configuration profile with the following information:
- The PayloadType string is com.apple.dock
- The key to include is Forced
- The key must be set to the following:
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>wvous-bl-corner</key>
<integer><!=6></integer>
<key>wvous-br-corner</key>
<integer><!=6></integer>
<key>wvous-tl-corner</key>
<integer><!=6></integer>
<key>wvous-tr-corner</key>
<integer><!=6></integer>
</dict>
</dict>
</array>