6
2
How can I create separate taskbar icons in Windows 7 for Google Chrome and Google Chrome's incognito mode?
I tried several solutions so far with no success.
Of course I tried doing one shortcut for "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --incognito
and one for "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
but they always end with sharing the same element in the Windows taskbar.
I also tried a trick: duplicate chrome.exe
into chrome2.exe
and have these shortcuts: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --incognito
and "C:\Program Files (x86)\Google\Chrome\Application\chrome2.exe"
, but this didn't work as well: it works temporarily, but after a reboot, it seems that both taskbar icons have merged into one.
Did you set different icons for the two short-cuts? I have done this for other programs (eg
cmd
started normally and as administrator), and it works fine. – AFH – 2017-06-27T13:36:30.687This isn't precisely what you are after, but are you aware that simply right-clicking the Chrome icon in your taskbar offers you incognito mode as a context menu option? – Bradley Evans – 2017-06-30T16:26:07.677
Yes @BradleyEvans, I already use that, but now I'm looking for a single-click solution - two nice separate taskbar icons :) – Basj – 2017-06-30T16:28:23.700
The "pinned shortcuts" icons are stored in
%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar
. You might try adding a new*.lnk
file there that has the properties you require, it may be that the.lnk
files kept on being generated with the same name and overriding each other. – Bradley Evans – 2017-06-30T16:31:55.207How chrome profiles have separated icons? – SmartManoj – 2019-07-12T16:14:33.443