Personalize your folders and folders
Generally, a new folder is displayed as follows:
In addition, we can further find that the directory of the "my music" folder is "C: \ Users \ LiuJian \ Pictures" instead of "C: \ Users \ LiuJian \ My music ". Other folders are similar.
Is there a way for us to create a new folder? The answer is yes.
To achieve this goal, we need to use the desktop. ini file, which is usually hidden and needs to be displayed manually.
1. Personalized icons
Open the folder, right-click the folder, select the custom folder, and select the change icon.
The rest is the selection icon.
After performing the preceding steps, a file "desktop. ini" is found in the folder.
<span style="font-family:KaiTi_GB2312;font-size:24px;">[.ShellClassInfo]IconResource=C:\windows\system32\SHELL32.dll,2</span>
Here, 2 is not fixed. It varies depending on the icon you choose.
Common custom systems include:
-108 my music-112 my documents-113 my images-115 favorites-183 desktop-184 download-185 link-186 games-189 my videos
Of course, you can also choose not to use the system. There are two methods: select the icon above and Click Browse to select the icon you like; the second method is to copy and paste the path of your favorite icon to the desktop. add ", 0" after "IconResource =" in the INI file, for example, "IconResource = C: \ Users \ LiuJian \ Desktop \ AccountHelper. ico, 0 ".
2. Personalized name
To personalize the name, you can simply open the desktop. ini file and add it in the new line:
LocalizedResourceName=XXX
XXX represents the name you want. For example, LocalizedResourceName = hello.
After the above steps, the newly created folder is displayed as: Now, personalization is completed.
Note: 1. It will not be displayed immediately after modification. You need to wait for a while (less than 1 minute ).
2. After completing the above work, you need to hide the desktop. ini folder, that is, you can just remove the hook and then hook it up.
Zookeeper