Google Chrome’s Incognito Mode is a fantastic tool for browsing without leaving a local trace. When you close an Incognito window, Chrome instantly forgets your browsing history, cookies, site data, and information entered in forms. This makes it ideal for checking bank accounts on a shared computer, researching sensitive topics, or logging into secondary email accounts.
Usually, you have to manually open an Incognito window (Ctrl+Shift+N) and then type in the URL. However, if there is a specific website (like a banking portal) that you always want to visit in private browsing, relying on your memory is risky. If you forget and open it in a normal tab, you leave a trail.
You can create a custom desktop shortcut for Google Chrome that forces a specific website to open directly in Incognito Mode every single time you click it.
Creating an Incognito Shortcut for a Specific Website
This process involves duplicating your existing Google Chrome shortcut and modifying its target path to include specific command-line arguments.
- Go to your Windows desktop.
- Right-click on your existing Google Chrome shortcut icon. (If you don’t have one on your desktop, search for Chrome in the Start Menu, right-click it, select “Open file location,” right-click the shortcut there, and choose “Send to > Desktop (create shortcut)”).
- Select Copy.
- Right-click on an empty space on your desktop and select Paste. You should now have a second shortcut named “Google Chrome – Copy.”
- Right-click this new duplicated shortcut and select Properties.
- Ensure you are on the Shortcut tab.
- Look for the text box labeled Target. It will look something like this:
"C:\Program Files\Google\Chrome\Application\chrome.exe" - Click inside the Target box, press the End key on your keyboard to move your cursor to the very end of the text string (make sure you are outside the final quotation mark).
- Press the Spacebar once to add a space.
- Type
-incognito - Press the Spacebar again.
- Type the full URL of the website you want to open. For example, if you want it to open Wikipedia, type
https://www.wikipedia.org - The final text in the Target box should look exactly like this:
"C:\Program Files\Google\Chrome\Application\chrome.exe" -incognito https://www.wikipedia.org - Click Apply, then click OK.
Renaming the Shortcut
To avoid confusing this new shortcut with your standard Chrome browser, you should rename it to clearly identify its purpose.
- Right-click the newly modified shortcut.
- Select Rename (or click the Rename icon in Windows 11).
- Change the name to something descriptive, such as “Wikipedia (Private)” or “Banking Secure.”
- Press Enter.
Now, whenever you double-click this specific shortcut, Google Chrome will immediately launch an Incognito window and navigate directly to your chosen website. Your regular Google Chrome shortcut will remain completely unaffected and will continue to open normal, trackable tabs.