Hi,
I'm struggling with Mission Control's hot corners.
I created a Config Profile from a cleaned com.apple.dock.plist. Everything works, the settings are applied.
The problem is that if the users try to change these hot corners, they get reverted to the ones I set up in the Config Profile.
I used MCXtoProfile with the "--once" option and uploaded the profile but it does the same.
I'd like to avoid the use of a dedicated script and instead use the config profile.
Any tips? Any idea how can set them "once"?
Below the plist file.
<?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>wvous-bl-corner</key>
<integer>4</integer>
<key>wvous-bl-modifier</key>
<integer>0</integer>
<key>wvous-br-corner</key>
<integer>5</integer>
<key>wvous-br-modifier</key>
<integer>0</integer>
<key>wvous-tr-corner</key>
<integer>2</integer>
<key>wvous-tr-modifier</key>
<integer>0</integer>
</dict>
</plist>