We are trying to disable Chrome Incognito Mode for a specific local user
account.We can do this 'manually' at the iMacs, but we can't see how to
scope the policy to a specific local user account.
There are numbers of students using Incognito mode, so it's not that
simple. When we run the script logged on the the Student account
manually it works permanently, after a restart. Our challenge is to get
it to do the job under Jamf. In the good old...
This script will disable Incognito mode. We have a policy which runs the
script. We are finding that it works once the MacOS machine is
restarted. !/bin/bash defaults write com.google.chrome
IncognitoModeAvailability -integer 1