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 -]

  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”

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

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

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

  6. Open Finder and go to iCloud Drive.

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

  8. 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.

  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 -]

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

  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.

How to Always Launch Google Chrome in Incognito Mode - 81How to Always Launch Google Chrome in Incognito Mode - 32How to Always Launch Google Chrome in Incognito Mode - 11How to Always Launch Google Chrome in Incognito Mode - 19How to Always Launch Google Chrome in Incognito Mode - 79How to Always Launch Google Chrome in Incognito Mode - 20How to Always Launch Google Chrome in Incognito Mode - 66How to Always Launch Google Chrome in Incognito Mode - 74How to Always Launch Google Chrome in Incognito Mode - 40How to Always Launch Google Chrome in Incognito Mode - 31How to Always Launch Google Chrome in Incognito Mode - 99How to Always Launch Google Chrome in Incognito Mode - 37How to Always Launch Google Chrome in Incognito Mode - 73How to Always Launch Google Chrome in Incognito Mode - 71