Launch Google Chrome and external links with incognito mode.

The instructions floating around are to place the --incognito switch (single – works fine for me) in your desktop shortcut. But sometimes you may be in an application like Tweek Deck, etc that links to webpages. These pages don’t launch in incognito if you only fix your desktop shortcut. Here is how to do both. Google Chrome is set as the default browser in this case.

(These instructions are based off of Windows XP)

Right-click on your Chrome shortcut. Choose Properties. Add -incognito to the end:

chrome.exe" --incognito

To launch all web shortcuts and links from your system:
Control Panel > Folder Options > File Types
Select the File Type URL:HyperText Transfer Protocol and choose Advanced
Select action open and edit.
Just like before add the switch to the end like this:

chrome.exe" --incognito -- "%1"

Edit: After more digging in Google I found this tip mentioned in Google Code Chromium issues (Comment 3).

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

This entry was posted in quickfire, tips and tagged , . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

One Comment

  1. BenAndNuts
    Posted December 27, 2010 at 10:48 am | Permalink

    Here’s a solution to set Chrome as default “browser” until google change his mind for this feature :

    – Change this entries in registry (tested on Windows 7 x64 and Chrome 10.0.612.3)
    [HKEY_CLASSES_ROOT\ChromeHTML\shell\open\command]
    @=”\”path\\chrome.exe\” –incognito — \”%1\”"

    [HKEY_CLASSES_ROOT\http\shell\open\command]
    @=”\”path\\chrome.exe\” –incognito — \”%1\”"

    [HKEY_CLASSES_ROOT\https\shell\open\command]
    @=”\”path\\chrome.exe\” –incognito — \”%1\”"

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>