Google Chrome icon not visible

4

1

For some reason after I've installed Google Chrome the Google Chrome icons were not visible. I even reinstalled it and the same happens.

Google Chrome icon does not show on Taskbar Not shown in start menu either

How can I fix this problem? I also posted on Chromium issues back in July but got no reply.

orange

Posted 2012-08-11T14:39:02.233

Reputation: 760

try cleaning your registry. – Deb – 2012-08-11T14:42:41.993

Can you give a more detail answer on how exactly I should "clean" it please? – orange – 2012-08-11T16:06:29.533

Answers

5

The missing Google Chrome icon is a common issue, but I couldn't find any clear solutions for this problem. I found several methods that have worked for some people, and so I suggest you to try them. Even though I can't guarantee it will work, it's worth giving a shot:

  • Open Microsoft Internet Explorer, make it your default browser, then go to Google Chrome and make it your default browser.
  • Unpin Google Chrome from Start Menu, change its icon in Properties, and pin it back.
  • Type in the Start Menu search bar "chrome" and look for chromesetup.exe. Click on it.

amiregelz

Posted 2012-08-11T14:39:02.233

Reputation: 6 965

Do you mean Internet Explorer and not Windows Explorer in your first bullet point? But the second suggestion worked for me. Thanks. – orange – 2012-08-11T21:33:14.980

Yes, that's what I meant. Glad I could help. – amiregelz – 2012-08-11T22:14:32.247

6

I fixed this issue by doing the following:

Unpin the item from your taskbar and check the shortcut in the 'Google Chrome' folder in start menu. If you have the same issue as me, the start menu icon will also be broken.

To fix this, right click the shortcut and selected properties. Then click 'Change Icon...' and select the chrome icon. Click 'OK' and then 'OK' again. Provide administrator details if asked.

Then simply right click on the fixed shortcut and select 'Pin to Taskbar'.

Steve Hill

Posted 2012-08-11T14:39:02.233

Reputation: 61

2

  1. Run Task Manager

    • end explorer.exe
    • run new task: cmd.exe
  2. type

    cd %userprofile%\appdata\local
    
  3. type

    del iconcache.db /a
    
  4. type

    exit
    
  5. Back in Task Manager

    • run new task: explorer.exe

miharo

Posted 2012-08-11T14:39:02.233

Reputation: 21

Didn't work for me. But ironically, it's only the small icon that's missing. The medium size still works. (Win 10 btw) – Mark A. Donohoe – 2015-10-28T16:43:06.513

This thing worked. btw what does /a do in del? – Roshana Pitigala – 2020-01-04T14:23:48.970