The guest mode in the Chrome browser was introduced to secure user’s privacy by providing a second space for guest users. If you share your PC with family, friends, or kids, you might not know about their activities or the websites they visit in Google Chrome. This may be a concern of security for many. Chrome also has an Incognito mode that lets you browse the web without leaving a trace so disabling the Guest Mode in the browser makes sense.

There are two quick methods to disable the Guest Mode in Google Chrome and we’ll discuss both below. The first one involves using the Command Prompt which only requires copy-paste of a single command. Also, you can turn off the Guest Mode using a Registry Editor tweak.

Table of Content

Via Command Prompt

  1. Launch the Command Prompt window as an administrator.
    cmd admin
  2. Paste the below code in the command window and hit Enter:
    REG ADD HKLM\SOFTWARE\Policies\Google\Chrome /v BrowserGuestModeEnabled /t REG_DWORD /d 0

    disable guest command

  3. Close the Chrome browser and restart your PC. Relaunch Chrome and you’ll find the Guest Mode option disabled in Chrome.
  4. Now if at any point in time you wish to enable the Guest Mode, open Command Prompt as Admin and execute the below code:
    REG DELETE HKLM\SOFTWARE\Policies\Google\Chrome /v BrowserGuestModeEnabled /f

Let’s now look at the steps to disable Guest Mode in Chrome via Registry Editor. Also, refer to our guide if you wish to disable in-app browsers on Facebook and Twitter.

Using the Registry Editor

  1. Open the Run dialog box from the Start menu. Type in regedit and hit Enter.
    run regedit
  2. Copy-paste the below location in the Registry Editor’s address bar:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome
  3. Once inside the Chrome folder, right-click in an empty region on the right side menu.
    disable guest binary
  4. Select New > DWORD (32-bit) Value. Name this registry BrowserGuestModeEnabled.
  5. Double-click this newly created registry and enter 0 in the Value Data field. Click OK to confirm your decision.
    disable guest value
  6. Restart your PC and open the Chrome browser. You’ll notice the Guest Mode will now have been disabled in Chrome.
  7. If you wish to revert the changes, change the value from 0 to 1 in the Value Data field of BrowserGuestModeEnabled registry.

That’s it. These were the two different methods to disable the Guest Mode in Chrome. If you are still facing any issues while executing the above steps, drop your queries in the comments section below.

Read Next: How to Enable Offline Browsing in Chrome

Was this Article helpful?
YesNo