Control the color of individual start menu tiles












11















In Windows 10, the start menu tiles all have the same background color, determined by the color theme you choose.



However, the Microsoft Office tiles (e.g. Excel, Word) each have different colors - Word is blue, Excel is green, etc.



Is there any way to set individual colors on other tiles? E.g. could I set Visual Studio to be purple and Evernote to be green?



To be clear, I don't want to control the overall theme - e.g. I don't want all tiles to be green instead of grey - I want to control the tile colors individually.










share|improve this question



























    11















    In Windows 10, the start menu tiles all have the same background color, determined by the color theme you choose.



    However, the Microsoft Office tiles (e.g. Excel, Word) each have different colors - Word is blue, Excel is green, etc.



    Is there any way to set individual colors on other tiles? E.g. could I set Visual Studio to be purple and Evernote to be green?



    To be clear, I don't want to control the overall theme - e.g. I don't want all tiles to be green instead of grey - I want to control the tile colors individually.










    share|improve this question

























      11












      11








      11


      4






      In Windows 10, the start menu tiles all have the same background color, determined by the color theme you choose.



      However, the Microsoft Office tiles (e.g. Excel, Word) each have different colors - Word is blue, Excel is green, etc.



      Is there any way to set individual colors on other tiles? E.g. could I set Visual Studio to be purple and Evernote to be green?



      To be clear, I don't want to control the overall theme - e.g. I don't want all tiles to be green instead of grey - I want to control the tile colors individually.










      share|improve this question














      In Windows 10, the start menu tiles all have the same background color, determined by the color theme you choose.



      However, the Microsoft Office tiles (e.g. Excel, Word) each have different colors - Word is blue, Excel is green, etc.



      Is there any way to set individual colors on other tiles? E.g. could I set Visual Studio to be purple and Evernote to be green?



      To be clear, I don't want to control the overall theme - e.g. I don't want all tiles to be green instead of grey - I want to control the tile colors individually.







      windows-10






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 19 '16 at 15:50









      FijjitFijjit

      168117




      168117






















          3 Answers
          3






          active

          oldest

          votes


















          6














          There is help on changing tiles that are shortcuts to exe files here:



          [Tip] Customize Start Screen Tiles Background Color, Text Color and Logo in Windows 8.1 and Later



          and there are some utilities that do it for you. Here's one:



          Windows Tile Color Changer



          It would be nice if this was built in.






          share|improve this answer
























          • Great - thanks very much! The Windows Tile Color Changer works well, although it's a pain that the list of applications isn't in alphabetical order - takes ages to find what you're looking for in the list.

            – Fijjit
            Jan 19 '16 at 19:45











          • The Windows Tile Color Changer has a virus according to VirusTotal.com - I narrowed it down to one file: MetroFramework.dll v1.3.0. When I downloaded the same exact file from NuGet and unzipped it, that version did not have the virus. - nuget.org/packages/MetroFramework-1.3.0.0

            – Wayne Bloss
            Jul 30 '18 at 22:23



















          0














          I had a black tile on my desktop, and couldn't change the color. After countless efforts, I decided to unpin it. Then I proceeded to re-pin the app. This time it came up a beautiful blue color!






          share|improve this answer































            0














            For Desktop Apps:




            1. Locate the .exe for the tile

              a. Right click the tile icon, and select "Open File Location"

              b. Then right click the shortcut icon, and select "Open File Location" again


            2. Create a new file named EXE_Name.VisualElementsManifest.xml and add the following contents:



              <Application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
              <VisualElements BackgroundColor="#666666"
              ShowNameOnSquare150x150Logo="on"
              ForegroundText="light"/>
              </Application>


            3. Rename the shortcut to refresh the image cache


            The previous technique doesn't seem to work on Windows Store / Universal apps, but I can't find anything that does.






            share|improve this answer



















            • 1





              Renaming the shortcut is subject to cause it to be unpinned. If you just toggle the Windows State (i.e. Run drop-down: Normal | Minimized | Maximized), or change something in the Comment field, then it will refresh (make sure to hit Apply).

              – Drew Chapin
              Jan 17 at 19:40













            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1028493%2fcontrol-the-color-of-individual-start-menu-tiles%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            6














            There is help on changing tiles that are shortcuts to exe files here:



            [Tip] Customize Start Screen Tiles Background Color, Text Color and Logo in Windows 8.1 and Later



            and there are some utilities that do it for you. Here's one:



            Windows Tile Color Changer



            It would be nice if this was built in.






            share|improve this answer
























            • Great - thanks very much! The Windows Tile Color Changer works well, although it's a pain that the list of applications isn't in alphabetical order - takes ages to find what you're looking for in the list.

              – Fijjit
              Jan 19 '16 at 19:45











            • The Windows Tile Color Changer has a virus according to VirusTotal.com - I narrowed it down to one file: MetroFramework.dll v1.3.0. When I downloaded the same exact file from NuGet and unzipped it, that version did not have the virus. - nuget.org/packages/MetroFramework-1.3.0.0

              – Wayne Bloss
              Jul 30 '18 at 22:23
















            6














            There is help on changing tiles that are shortcuts to exe files here:



            [Tip] Customize Start Screen Tiles Background Color, Text Color and Logo in Windows 8.1 and Later



            and there are some utilities that do it for you. Here's one:



            Windows Tile Color Changer



            It would be nice if this was built in.






            share|improve this answer
























            • Great - thanks very much! The Windows Tile Color Changer works well, although it's a pain that the list of applications isn't in alphabetical order - takes ages to find what you're looking for in the list.

              – Fijjit
              Jan 19 '16 at 19:45











            • The Windows Tile Color Changer has a virus according to VirusTotal.com - I narrowed it down to one file: MetroFramework.dll v1.3.0. When I downloaded the same exact file from NuGet and unzipped it, that version did not have the virus. - nuget.org/packages/MetroFramework-1.3.0.0

              – Wayne Bloss
              Jul 30 '18 at 22:23














            6












            6








            6







            There is help on changing tiles that are shortcuts to exe files here:



            [Tip] Customize Start Screen Tiles Background Color, Text Color and Logo in Windows 8.1 and Later



            and there are some utilities that do it for you. Here's one:



            Windows Tile Color Changer



            It would be nice if this was built in.






            share|improve this answer













            There is help on changing tiles that are shortcuts to exe files here:



            [Tip] Customize Start Screen Tiles Background Color, Text Color and Logo in Windows 8.1 and Later



            and there are some utilities that do it for you. Here's one:



            Windows Tile Color Changer



            It would be nice if this was built in.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Jan 19 '16 at 16:10









            PhlamajamPhlamajam

            1264




            1264













            • Great - thanks very much! The Windows Tile Color Changer works well, although it's a pain that the list of applications isn't in alphabetical order - takes ages to find what you're looking for in the list.

              – Fijjit
              Jan 19 '16 at 19:45











            • The Windows Tile Color Changer has a virus according to VirusTotal.com - I narrowed it down to one file: MetroFramework.dll v1.3.0. When I downloaded the same exact file from NuGet and unzipped it, that version did not have the virus. - nuget.org/packages/MetroFramework-1.3.0.0

              – Wayne Bloss
              Jul 30 '18 at 22:23



















            • Great - thanks very much! The Windows Tile Color Changer works well, although it's a pain that the list of applications isn't in alphabetical order - takes ages to find what you're looking for in the list.

              – Fijjit
              Jan 19 '16 at 19:45











            • The Windows Tile Color Changer has a virus according to VirusTotal.com - I narrowed it down to one file: MetroFramework.dll v1.3.0. When I downloaded the same exact file from NuGet and unzipped it, that version did not have the virus. - nuget.org/packages/MetroFramework-1.3.0.0

              – Wayne Bloss
              Jul 30 '18 at 22:23

















            Great - thanks very much! The Windows Tile Color Changer works well, although it's a pain that the list of applications isn't in alphabetical order - takes ages to find what you're looking for in the list.

            – Fijjit
            Jan 19 '16 at 19:45





            Great - thanks very much! The Windows Tile Color Changer works well, although it's a pain that the list of applications isn't in alphabetical order - takes ages to find what you're looking for in the list.

            – Fijjit
            Jan 19 '16 at 19:45













            The Windows Tile Color Changer has a virus according to VirusTotal.com - I narrowed it down to one file: MetroFramework.dll v1.3.0. When I downloaded the same exact file from NuGet and unzipped it, that version did not have the virus. - nuget.org/packages/MetroFramework-1.3.0.0

            – Wayne Bloss
            Jul 30 '18 at 22:23





            The Windows Tile Color Changer has a virus according to VirusTotal.com - I narrowed it down to one file: MetroFramework.dll v1.3.0. When I downloaded the same exact file from NuGet and unzipped it, that version did not have the virus. - nuget.org/packages/MetroFramework-1.3.0.0

            – Wayne Bloss
            Jul 30 '18 at 22:23













            0














            I had a black tile on my desktop, and couldn't change the color. After countless efforts, I decided to unpin it. Then I proceeded to re-pin the app. This time it came up a beautiful blue color!






            share|improve this answer




























              0














              I had a black tile on my desktop, and couldn't change the color. After countless efforts, I decided to unpin it. Then I proceeded to re-pin the app. This time it came up a beautiful blue color!






              share|improve this answer


























                0












                0








                0







                I had a black tile on my desktop, and couldn't change the color. After countless efforts, I decided to unpin it. Then I proceeded to re-pin the app. This time it came up a beautiful blue color!






                share|improve this answer













                I had a black tile on my desktop, and couldn't change the color. After countless efforts, I decided to unpin it. Then I proceeded to re-pin the app. This time it came up a beautiful blue color!







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Feb 18 '18 at 18:09









                GeorgeGeorge

                1




                1























                    0














                    For Desktop Apps:




                    1. Locate the .exe for the tile

                      a. Right click the tile icon, and select "Open File Location"

                      b. Then right click the shortcut icon, and select "Open File Location" again


                    2. Create a new file named EXE_Name.VisualElementsManifest.xml and add the following contents:



                      <Application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                      <VisualElements BackgroundColor="#666666"
                      ShowNameOnSquare150x150Logo="on"
                      ForegroundText="light"/>
                      </Application>


                    3. Rename the shortcut to refresh the image cache


                    The previous technique doesn't seem to work on Windows Store / Universal apps, but I can't find anything that does.






                    share|improve this answer



















                    • 1





                      Renaming the shortcut is subject to cause it to be unpinned. If you just toggle the Windows State (i.e. Run drop-down: Normal | Minimized | Maximized), or change something in the Comment field, then it will refresh (make sure to hit Apply).

                      – Drew Chapin
                      Jan 17 at 19:40


















                    0














                    For Desktop Apps:




                    1. Locate the .exe for the tile

                      a. Right click the tile icon, and select "Open File Location"

                      b. Then right click the shortcut icon, and select "Open File Location" again


                    2. Create a new file named EXE_Name.VisualElementsManifest.xml and add the following contents:



                      <Application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                      <VisualElements BackgroundColor="#666666"
                      ShowNameOnSquare150x150Logo="on"
                      ForegroundText="light"/>
                      </Application>


                    3. Rename the shortcut to refresh the image cache


                    The previous technique doesn't seem to work on Windows Store / Universal apps, but I can't find anything that does.






                    share|improve this answer



















                    • 1





                      Renaming the shortcut is subject to cause it to be unpinned. If you just toggle the Windows State (i.e. Run drop-down: Normal | Minimized | Maximized), or change something in the Comment field, then it will refresh (make sure to hit Apply).

                      – Drew Chapin
                      Jan 17 at 19:40
















                    0












                    0








                    0







                    For Desktop Apps:




                    1. Locate the .exe for the tile

                      a. Right click the tile icon, and select "Open File Location"

                      b. Then right click the shortcut icon, and select "Open File Location" again


                    2. Create a new file named EXE_Name.VisualElementsManifest.xml and add the following contents:



                      <Application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                      <VisualElements BackgroundColor="#666666"
                      ShowNameOnSquare150x150Logo="on"
                      ForegroundText="light"/>
                      </Application>


                    3. Rename the shortcut to refresh the image cache


                    The previous technique doesn't seem to work on Windows Store / Universal apps, but I can't find anything that does.






                    share|improve this answer













                    For Desktop Apps:




                    1. Locate the .exe for the tile

                      a. Right click the tile icon, and select "Open File Location"

                      b. Then right click the shortcut icon, and select "Open File Location" again


                    2. Create a new file named EXE_Name.VisualElementsManifest.xml and add the following contents:



                      <Application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                      <VisualElements BackgroundColor="#666666"
                      ShowNameOnSquare150x150Logo="on"
                      ForegroundText="light"/>
                      </Application>


                    3. Rename the shortcut to refresh the image cache


                    The previous technique doesn't seem to work on Windows Store / Universal apps, but I can't find anything that does.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Jan 5 at 4:47









                    KyleMitKyleMit

                    1,89141732




                    1,89141732








                    • 1





                      Renaming the shortcut is subject to cause it to be unpinned. If you just toggle the Windows State (i.e. Run drop-down: Normal | Minimized | Maximized), or change something in the Comment field, then it will refresh (make sure to hit Apply).

                      – Drew Chapin
                      Jan 17 at 19:40
















                    • 1





                      Renaming the shortcut is subject to cause it to be unpinned. If you just toggle the Windows State (i.e. Run drop-down: Normal | Minimized | Maximized), or change something in the Comment field, then it will refresh (make sure to hit Apply).

                      – Drew Chapin
                      Jan 17 at 19:40










                    1




                    1





                    Renaming the shortcut is subject to cause it to be unpinned. If you just toggle the Windows State (i.e. Run drop-down: Normal | Minimized | Maximized), or change something in the Comment field, then it will refresh (make sure to hit Apply).

                    – Drew Chapin
                    Jan 17 at 19:40







                    Renaming the shortcut is subject to cause it to be unpinned. If you just toggle the Windows State (i.e. Run drop-down: Normal | Minimized | Maximized), or change something in the Comment field, then it will refresh (make sure to hit Apply).

                    – Drew Chapin
                    Jan 17 at 19:40




















                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Super User!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1028493%2fcontrol-the-color-of-individual-start-menu-tiles%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                    Mangá

                     ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕