31

I have both Google Chrome and Eclipse pinned to my taskbar in Windows 7 64-Bit. However, when I launch these programs, they don't appear to open under the pinned taskbar icon

Launching a chrome window looks like this

Eclipse behaves similarly. The Eclipse launcher/workspace selector is under the pinned icon, but once the IDE opens, it moves from the pinned icon, to a new group at the end of the taskbar.

Unpinning/repinning doesn't seem to do the trick. It's bothersome to have taskbar space wasted on both the launcher icon, and the window button.

Anybody have an idea how to get normal behavior out of the taskbar?

random
  • 15,201
Chris Bye
  • 3,235

5 Answers5

22

The problem is that the pinned application actually starts another process (which is not pinned). This often happens with applications that spawn a 64bit version of itself after they were started.

Sometimes it helps to unpin the application you have on your task bar, right-click the new task and select "Pin this program to task bar".

FYI: There's a bug report for Chrome on exactly this issue. When I looked into this issue myself a couple of months ago, it seemed like it is generally an application issue (not a general Windows issue). So for every application I use that has this problem, there are usually bug reports about it (FileZilla, Eclipse, ...).

Oliver Salzburg
  • 89,072
  • 65
  • 269
  • 311
13

To solve this issue do the following:

  1. Start Google Chrome (this creates a new taskbar icon);
  2. Right click on the new icon and select "Pin this program to taskbar";
  3. Go to: %APPDATA%\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar;
  4. You will see the two pinned Google Chrome.lnk here. Delete the Google Chrome.lnk and make Google Chrome (1).lnk readonly (Right Click -> Properties -> General tab -> tick Read-only -> Click OK);
Valentino
  • 139
6

From the Chrome bug reports that I've found working in 19.x is to remove the User Data folder from

C:\Users\%USERNAME%\AppData\Local\Google\Chrome\

When you restart Chrome and pin it, Chrome will then behave and report multiple windows opened under the pinned icon once again.

Oliver Salzburg
  • 89,072
  • 65
  • 269
  • 311
3

There's a solution listed on the Chromium issues site that seems to be "correct" fix. (Note that the issue asked here has been filed as Bug 91650). It looks like the root cause is that Chrome thinks you have more than one profiles, and you are not using the "Default" profile. The fix is to modify a file in the Chrome directory and remove references to any other profile.

RHPT
  • 1,332
0

Another solution is to try the 7 Taskbar Tweaker.

It will allow user defined application grouping.

http://rammichael.com/7-taskbar-tweaker

surfasb
  • 22,896