All browsers have a private browsing mode which permits users to browse the internet without making a record of their online activity on the device they are using. It also prevents sites from tracking you, automatically expires all logged in sessions on websites, and doesn’t save cookies, among other things. It is helpful in certain scenarios. By default, you can’t turn off private browsing for a browser but you may use different hacks to circumvent this limitation. Here’s how you can disable incognito style in Chrome.
You want to disable incognito mode in chrome? In this article we guide u How To Disable Incognito Mode in Chrome in windows mac and android using easy methods u can Disable Incognito Mode in Chrome.
How to Disable incognito mode in Windows
On Windows 10/8.1/8/7, you need to dive into the Registry Editor and perform a simple tweak to disable Incognito mode on Chrome. However, select devices may not have the registry keys or values required to perform the modification in the first place. If that’s the case, there’s an alternate method that involves running a command line via the Command Prompt.
Let’s start with the Registry Editor, and then move on to the Command Prompt console if that fails.
Registry Editor
Step 1: Press Ctrl-R to open the Run box. Onto the search field, type regedit, and then click OK.

Step 2: Copy and paste the following path into the address bar on the Registry Editor window:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome
Press Enter and then select the registry key labeled Chrome on the left navigation pane.

Step 3: Right-click the registry entry labeled IncognitoModeAvailability, and then click Modify.

Step 4: Enter ‘1’ into the field under Value Data, and then click OK.

Exit the Registry Editor, restart Chrome, and then bring up the Chrome menu. And voila! The option to launch Incognito windows should be no more.

Read : How To Restore Chrome Tabs After Crash
Command Prompt Console
Step 1: Bring up the Start menu, and then type cmd into the search bar. Right-click Command Prompt from among the search results, and then select Run as Administrator to launch an elevated Command Prompt console.

Step 2: Copy and paste the following path into the Command Prompt console, and then press Enter.
REG ADD HKLM\SOFTWARE\Policies\Google\Chrome /v IncognitoModeAvailability /t REG_DWORD /d 1

Once the ‘The operation completed successfully’ message comes on screen, exit the Command Prompt console. Restart Chrome, and you should find Incognito mode disabled.
If you want to undo your action, use the following command on an elevated Command Prompt console:
REG DELETE HKLM\SOFTWARE\Policies\Google\Chrome /v IncognitoModeAvailability /f
How to Disable incognito mode in Android
Disabling Incognito mode is a tad different on Android. Since you can’t make use of commands like on a desktop, you need to instead rely on a free app that blocks Incognito mode from starting up. Let’s check it out in action.
Step 1: Start by installing the DisableIncognitoMode app from the Google Play Store.
Step 2: Launch the app, and then tap Open Settings. On the subsequent screen, attempt to turn on the slider next to DisableIncognitoMode.


Step 3: Tap ALLOW on the pop-up box that shows up — you should then see the switch next to DisableIncognitoMode turned on. Simply head back from the Notifications screen, and then exit the app.


Open Chrome, and then bring up the Chrome menu. While you should be able to see the New Incognito Tab option listed within, any attempts to open one should fail.
How to Disable incognito mode macOS
On a Mac, disabling Chrome’s Incognito mode is much easier when compared to Windows. Simply load up a Terminal window (search for Terminal using Spotlight Search), type in the command line below, and then press Enter:
defaults write com.google.chrome IncognitoModeAvailability -integer 1

After running the command line, exit the Terminal, restart your Mac. To confirm, open Chrome, and then bring up the Chrome menu — you won’t see the New Incognito Window option anymore.
