Changing Chrome icon on the tile

The google chrome tile on my windows 10 start menu can't be changed. It has a dark grey box surrounding it (shown in image when it's suppose to be blue[due to theme]).

screenshot

Re sizing the tile would make icon disappear.

What I have done so far is that i changed the icon of shortcut in the ...\ProgramFiles(x86)\Google\Chrome\Application\chrome.exe to the golden Chrome icon. This makes icons on the program list of start menu and the one in taskbar to change, EXCEPT for the one in start menu (as a tile shown in image above/ screenshot).

Reinstalling and reformatting does not solve this issue. I installed minimum programs like winrar and advanced system care but I don't think they are the cause. How can I change the Chrome icon on the tile?


The suggested answer didn't work for me. However I found a solution which worked for me in combination with the above answer.

  1. Rename or delete the 'chrome.VisualElementsManifest.xml' file located in the "%ProgramFiles(x86)%\Google\Chrome\Application" folder (I would recommend renaming it as 'chrome.VisualElementsManifest.xml-bk')
  2. Right click on the Start Menu tile select 'More' and select 'Open File Location'. This takes you to the location of the Chrome shortcut. You can also get to it through "%ProgramData%\Microsoft\Windows\Start Menu\Programs\Google Chrome"
  3. Right click on the Google Chrome Shortcut and open Properties
  4. Click on the Shortcut Tab and Click on Change Icon
  5. If you get an error message "Windows can't find the file "%ProgramFiles%\Google\Chrome\Application\chrome.exe", click ok and change the text in the Look for icons in this file: section to "%ProgramFiles(x86)%\Google\Chrome\Application\chrome.exe" (without quotes) and hit enter (not Browse)
  6. Now you can select the icon and click 'ok' on both windows. If you fancy you can also select the Gold Chrome icon. You may have to provide Administrator permissions to change this.

credits - http://www.howtogeek.com/56194/how-to-enable-google-chromes-secret-gold-icon/


Under C:\Program Files (x86)\Google\Chrome\Application, there's a file called visualelementsmanifest.xml, delete it. Then unpin and repin Chrome to start menu. That should do the trick. An alternative is changing the shortcut's icon and back to it's original, which ever way floats your boat


How to create custom apps from websites with Google Chrome (or any .exe file) and pin them with a custom icon or image in the start menu (Windows 10)

Hi to all,

Open Google Chrome and go to your prefered website.

Open the three dot menu and select "Add to desktop".This will create a chrome app.

You can access it via the apps shortcut in bookmarks bar.Set it to open as window and create a shortcut in start menu.

This will create a folder in your start menu 'Chrome Apps'.

Open it, right click on any app and select open file location.

It will probably be something like C:\Users\username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Chrome Apps.

Leave this folder minimized and navigate to C:\Program Files (x86)\Google\Chrome\Application.

In that folder copy and paste chrome.exe file and rename it to you app name (e.g Gooogle Drive to have googledrive.exe).

Open a new text document on your desktop (only) and paste this code:

     Application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <VisualElements
      BackgroundColor="#1d1d1d"
      ShowNameOnSquare150x150Logo="on"
      ForegroundText="light"
      Square150x150Logo="appname.png"
      Square70x70Logo="appname.png"/>
      </Application>

Edit the code so it matches your standards.In the example,the background color (you can find the corresponding hex values on the web) is black and the foreground color is white.

To change the foreground value write dark inside the quotes or if you prefer a custom image 1024x1024 (prefer square images and be careful not to exceed 200 kb,or the image might not show at all).

Save the changes and rename the file to appname.VisualElementsManifest.xml e.g googledrive.VisualElementsManifest.xml.

Copy the file in C:\Program Files (x86)\Google\Chrome\Application .

Put a copy of your image or icon in the same folder and rename it to appname.png (e.g googledrive.png).

Unminimize the other folder and right click on you app shortcut.

Select properties and in the Target replace chrome.exe in the path with googledrive.exe in this case.

Apply and close the properties window.

The final step is to rename the shortcut and pin it to the start menu and voila,you have a fully customized app tile.

(It's important to rename the shortcut or else the tile won't refresh the image/icon).

If you like you can change the icons/images of any application you have installed.Just right click the app-open file location-open file location until you meet the original .exe file,like the example before,except that you don't have to copy and paste the .exe file. Simply create the .xml file and edit it. Rename the shortcut and pin it to start.

P.S Sorry for my bad language if i made any mistakes,hope i helped and enjoy your new start menu!!!

I have also added a screenshot to see the changes. screen

A nice app is Windows Tile Color Changer if you just want to change the background color of your installed apps.Thanks for reading!