Bug? Why is the outline of the Chrome link shortcut icon white? How to fix it

In environments where Google Chrome is used as the default browser, a recent version update has caused link shortcut icons to have a white border around them.

Chrome Link Shortcut Icon
Chrome Link Shortcut Icon

After investigating whether this issue was a bug on the Windows side or on Google Chrome side, we were able to find the cause.

table of contents

Why Chrome link shortcut icons have white borders and how to fix them

Cause

The reason why the outline around the link shortcut icon in Google Chrome has turned white is because a recent version update changed the registry value related to the link shortcut icon.

First, open the properties of the link's shortcut icon and click "Change Icon" on the "Web Document" tab. An icon with a white border will be selected.

Changing the icon
Changing the icon

In Windows, you can change the icons used by some apps using the registry.

In the image above, the selected icon is the 11th of the 12 icons contained in "chrome.exe" (counting from top left to bottom).

However, since the first icon is always numbered "0," in this case the tenth icon would be selected.

When specifying an icon for a shortcut or other purpose in the registry, the icon is specified by the value data of the "Default" key called "DefaultIcon".

So I started the Registry Editor, searched for the "DefaultIcon" key, and checked the "Default" value data, and confirmed that the 10th icon for "chrome.exe" was specified.

C:\Program Files\Google\Chrome\Application\chrome.exe,10

This "DefaultIcon" key was located under the "ChromeHTML" key, so I was certain that this was the cause.

My personal guess is that Google made this change to differentiate between Chrome shortcuts and link shortcuts.

How to revert to the old icon

*Compatible with Windows 10 and Windows 11

If you operate the registry incorrectly, it may cause problems such as the system being unable to start. Please make a backup in advance using system restore or similar, and proceed at your own risk.

To avoid panicking if your PC suddenly breaks down, it's a good idea to have a standard backup software to protect your important photos and data.

1. Press Windows key + R to open Run, type "regedit" and press Enter.

2. The Registry Editor will open, so open the following key:

HKEY_CLASSES_ROOT\ChromeHTML\DefaultIcon
レジストリエディター
レジストリエディター

3. With the "DefaultIcon" key selected, double-click the value "(Default)" in the right column to open it.

4. Change the "10" at the far right of "Value data" to "0" and click OK.

Editing strings
Editing strings

5. Once you have confirmed that the value data has been changed, close Registry Editor and sign out.

レジストリエディター
レジストリエディター

Once you sign in, Google Chrome's link shortcut icons should revert to the traditional icons.

If it doesn't work, try clearing your icon cache.

Batch file to delete the icon cache

If you found this article helpful, please share it on social media.

Person who wrote this article

Driven by questions arising from my daily PC use and the desire to "do more," I have been pursuing self-study in Windows since around 2008. I am sharing the "aha!" techniques and solutions I discovered through trial and error with the sole purpose of helping you in your PC life.

View profile

Comment:

Comment list (2)

  • Suddenly, my .mhtml files and other files turned completely white. I was wondering why Chrome didn't update its icons properly when I changed the setting to "Always use this app" in Edge, but this didn't work in Chrome. This was very helpful. I haven't restarted the computer yet, but I'm sure this fixed the problem. Thank you.

To comment

[About submissions]
We welcome any questions or information regarding the content of the article.
However, please note that content unrelated to the purpose of the article, criticism of specific individuals or organizations, offensive language,Inappropriate wordsComments containing the above may be deleted or made private without notice at the discretion of the administrator.
Please note that spam may be automatically deleted by anti-spam measures.

CAPTCHA


table of contents