In windows it is possible to change the background of any folder using the special configuration file Desktop.ini.It is actually very simple. Here, i will explain how to change a folder’s background with an image.
Example : d:\myfolder
STEP 2 : Create an image Or Copy an image into d:\myfolder.
Example : d:\myfolder\myimage.jpg
STEP 3 : Open a new Notepad. And type the following code.
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
iconarea_image=d:\myfolder\myimage.jpg
iconarea_text=0xFFFFFF?
STEP 4 : Save the file as desktop.ini in myfolder.
Example : d:\myfolder\desktop.ini
STEP 5 : Open command prompt and type the following.
STEP 6 : attrib +s d:\myfolder
STEP 7 : That All.You are Done.

No comments:
Post a Comment