The win10 system retains the previous win8 style and integrates the tile application in the start menu, but many users are not sure whether it can be changed. Today I have brought a post on win10 to see if it is possible to change the background details. Let’s take a look.
Answer: It can be changed.
As long as you select the location that needs to be changed in the start menu, you can make changes to the settings that need to be turned off first.
1. Click on the lower left corner to start, right-click on the tile that needs to be changed, and select "More—>Open the location of the file".
2. Then find the application shortcut, right-click and select "Open file location" to find the program name.
3. Next, create a new text document, copy the following code into it, and save it as,
Name it: pcmaster.VisualElementsManifest.xml, select the save type "All files".
ForegroundText code represents: the color of the tile title, light represents white, and dark represents gray.
BackgroundColor code represents: background color, using hexadecimal representation of RGB color values.
ShowNameOnSquare150x150Logo code indicates: whether to display the tile name.
4. Copy your pcmaster.VisualElementsManifest.xml file to the directory where pcmaster.exe is located.
5. Click "File -> Open Command Prompt -> Run as Administrator" in the resource manager.
6. Enter the command: for %f in (*.*) do copy /b "%f" ,,
7. You can change the background after completion.
The above is the detailed content of Detailed steps to modify win10 background. For more information, please follow other related articles on the PHP Chinese website!