Introduction: Why Disable Incognito Mode?
While Incognito Mode in Google Chrome offers private browsing by not saving history or cookies, there are situations where you might want to disable it. Parents may want to monitor their children’s browsing activities, or organizations may need to enforce compliance with company policies. Here’s a simple guide on how to disable Incognito Mode on both Mac and Windows systems.
For Windows Users: Disabling Incognito Mode
Step 1: Open the Registry Editor
Press Windows + R to open the Run dialog box.
Type
regedit
and press Enter to launch the Registry Editor.
Step 2: Navigate to the Policies Key
In the Registry Editor, navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome
If the Google or Chrome folders don’t exist, right-click on Policies and select New > Key, then name them appropriately.
Step 3: Create a New DWORD Value
Right-click on the Chrome folder, select New > DWORD (32-bit) Value.
Name the new value
IncognitoModeAvailability
.Double-click it, set the Value data to
1
, and click OK.Restart Google Chrome to apply changes.
For Mac Users: Disabling Incognito Mode
Step 1: Open Terminal
Press Command + Space to open Spotlight Search.
Type
Terminal
and press Enter.
Step 2: Enter the Command to Disable Incognito Mode
In the Terminal, type the following command:
defaults write com.google.chrome IncognitoModeAvailability -integer 1
Press Enter.
Step 3: Restart Google Chrome
Close and reopen Google Chrome for the changes to take effect.
Incognito Mode should now be disabled.
How to Re-enable Incognito Mode
If you wish to re-enable Incognito Mode, follow the same steps but change the value from 1
to 0
. This will restore the private browsing feature in Google Chrome.
0 Comments