How to modify the color of the Win10 start screen tile?

  
                

The color of the tile on the Win10 system start screen is uniform, so it may look a bit monotonous. There is no way to customize the tile color directly in the Win10 system, but we can modify the color of the tile through the command prompt. How should I operate?

The method is as follows:

1. First fix the program in the start screen;

2. Right click on the soft media cube and mdash; more — open the file Location, as shown below:

3, find the software shortcut in the open start menu directory, right click — open the location of the file, as shown below:

In the open directory you can see the software main program file named pcmaster.exe.

4, create a new text document on the desktop, rename it to pcmaster.VisualElementsManifest.xml

Note: To remove the text file default .txt suffix

with notepad Open pcmaster.VisualElementsManifest.xml and copy the following code into the document to save.

<?xml version=“1.0” encoding=“utf-8”?>

<Application xmlns:xsi=“http://www.w3 .org/2001/XMLSchema-instance&rd;>

<VisualElements

ForegroundText=“light”

BackgroundColor=“#49825a”

ShowNameOnSquare150x150Logo=“on”

></VisualElements>

</Application>

5, copy the prepared pcmaster.VisualElementsManifest.xml to In the pcmaster.exe file directory.

6, to the most critical steps. In the location shown in the third step (software shortcut), open a command prompt. To do this: Click on File — open a command prompt — open a command prompt as an administrator.

Enter the following command to enter:

for %f in (*.*) do copy /b “%f” +,,

12 next page total 2 pages

Copyright © Windows knowledge All Rights Reserved