If you want to prevent the use of Incognito Mode in the Google Chrome web web client, you might turn off the feature using these steps.

Contents

Windows

Registry

Alternatively, you candownload this registry import fileand run it to set the changes for you.

PowerShell

Launch Windows Powershell under an administrator account and use the following command:

New-ItemProperty -path HKLM:\SOFTWARE\Policies\Google\Chrome -Name IncognitoModeAvailability -value 1 -PropertyType Dword -Force | Out-Null

MacOS

If you want to revert this setting and allow Incognito Mode again, perform the same steps, only change the 1 to a 0

allow extensions in incognito mode