Based on the fix posted at Krusted.com for the Google Chrome tile icon size issue in the Windows 10 Start screen, I wrote a small VBScript to automate the process. This script might come in handy as you need to repeat the fix again every time after updating Google Chrome.
Here is how the Google Chrome icon shows up in Start by default.
The script looks for Chrome shortcut in the Start Menu\Programs
folder, finds the shortcut’s target path (i.e., Chrome installation path), and renames the file Chrome.VisualElementsManifest.xml
if it’s found. Additionally, to refresh the Start screen, the script updates the “Date Modified” entry of the existing Google Chrome shortcut.
After renaming Chrome.VisualElementsManifest.xml
in the Google Chrome program directory and “updating” the Chrome shortcut in “%appdata%\Microsoft\windows\Start Menu\Programs”, the Chrome icon now appears correctly.
Download ChromeTileFix.vbs (zipped)
Note that the script runs elevated by default. If you have Google Chrome installed within your user profile, you can modify the script so that it doesn’t run elevated.
One small request: If you liked this post, please share this?
One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:- Pin it!
- Share it to your favorite blog + Facebook, Reddit
- Tweet it!
THANK YOU! I love you.
i had similar issue with the chrome icon since 2018. But my solution was powershell script that replaces file “Logo.png” in Chrome/VisualElements folder with new Logo.png file (that has removed background and is smaller) and then restarts explorer.exe. But now, in 07-2021, it stopped working – logo.png is replaced as well but restarting explorer does nothing – it seems the icon in menu start is cached. Your solution worked. Thanks!