Incognito Mode or Private Mode is one of the useful and widely used features (among many) on web browsers that allow users to surf the internet in a way that prevents the browser from saving their sessions, history, cookies, and other private information. While it does come with its own set of pros and cons, for some people, it is an essential and most used feature on a browser. So, in this article, we take you through the steps on how to always launch Google Chrome in Incognito Mode on Linux, Mac, and Windows.

how to always launch google chrome in incognito mode - how to always launch google chrome in incognito mode

Although you can access Incognito mode in a regular way by opening your browser and opening a tab in incognito/private mode, or using a shortcut for the same, there are still a couple of steps that you need to follow to achieve this. However, using the power of scripts, you can avoid having to go through these steps every time you want to browse privately.

How to Always Launch Google Chome in Incognito Mode

On Linux

1. Right-click on Google Chrome and select Properties.

2. In Google Chrome Properties, go to the Basic tab and in the input field next to Command, enter --incognito. [leave a space between U and -]

how to always launch google chrome in incognito mode - always launch google chrome in incognito mode

3. Hit Close.

Now, similar to how you would run an application on Linux, you can double-tap the Google Chrome application, and it will open up in Incognito Mode.

On Mac

Create script

1. Open Launchpad, go to the Others folder and run Script Editor. Alternatively, access Spotlight Search with command + space and search for Script Editor and hit Enter.

2. Tap on New Document and paste the following code –
do shell script "open -a /Applications/Google\\ Chrome.app --args --incognito"

how to always launch google chrome in incognito mode - always launch google chrome in incognito mode mac 1

3. Once done, hit command + save or go to File > Save.

how to always launch google chrome in incognito mode - always launch google chrome in incognito mode mac 2

4. Here, rename the file to what you want, and for the File Format, select Application.

how to always launch google chrome in incognito mode - always launch google chrome in incognito mode mac 3

5. Finally, hit Save and close the Script Editor.

Run script

1. Open Finder and go to iCloud Drive.

2. Here, open the Script Editor folder, and you will see the script you just created.

how to always launch google chrome in incognito mode - always launch google chrome in incognito mode mac

3. Double-tap on the script, and it will open Google Chrome in Incognito Mode.

Further, you can also move this script to your Desktop or the Dock to avoid the need to go to the Script Editor folder every time you want to run it. To do this, simply select the script and drag it to the Desktop or the Dock.

On Windows

1. Right-click on Google Chrome and select Properties.

how to always launch google chrome in incognito mode - always launch google chrome in incognito mode windows 1

2. In Google Chrome Properties, tap on the Shortcut tab.

3. Now, in the input field next to the Target box, add --incognito at the end of the line. [leave a space between ” and -]

how to always launch google chrome in incognito mode - always launch google chrome in incognito mode windows 2

4. An Access Denied prompt asking for administrator permission will pop-up. Tap Continue.

how to always launch google chrome in incognito mode - always launch google chrome in incognito mode windows 3

5. Finally, hit Apply and save the changes by pressing OK.

Now, to execute it, double-click on the app, and it will open Google Chrome in Incognito Mode.

Was this article helpful?
YesNo