DEV Community

Wenura Ravindu
Wenura Ravindu

Posted on • Originally published at forum.androidwedakarayo.com

How to make Chrome always run in incognito mode

Ctrl+Shift+N every time, you can always run Chrome in “Incognito” mode by default.

Right-click on the Chrome shortcut, then left-click on “Properties”.

  1. Find the “Shortcut” tab, there will be a special field containing the following line:
C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
Enter fullscreen mode Exit fullscreen mode
  1. Add “-incognito” at the end of the line to make it look like this:
C:\Program Files (x86)\Google\Chrome\Application\chrome.exe” -incognito
Enter fullscreen mode Exit fullscreen mode
  1. Click on “Save”.

Now, every time you start the browser, you automatically enter the "Incognito" mode.

Source: AndroidWedakarayo

Top comments (0)