How to change folder background to your image
We have a folder with name blogger in Disk Drive E:\ and we want to change backgrond of the folder
1st Step: Open Command prompt: start>Run and type cmd.
2nd Step: when the command prompt is open type: attrib +s E:\blogger3rd Step: Now Open the Notepad and write the following code:
[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC} = {BE098140-A513-11D0A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image=E:\Pic.jpg
IconArea_Text=0x00000000
Now save this as Desktop.ini in the destination folder.i.e. in E:\blogger{BE098140-A513-11D0-A3A4-00C04FD706EC} = {BE098140-A513-11D0A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image=E:\Pic.jpg
IconArea_Text=0x00000000
Note : If u want to change the folder's text color then use any of the following code instead of 0x00000000.
Black - 0x00000000
White - 0x00FFFFFF
Green - 0x0000FF00
Blue - 0x00FF0000
Purple - 0x00C000C0
Red - 0x000000FF
Yellow - 0x0000FFFF
Indigo - 0x00FFFF00
Share if you liked this
_____________
© Link to This Post