The S R Store

Search This Blog

Thursday, October 23, 2008

SET A FOLDER BACKGROUND

Here is trick where you can set a background in your folder, which works on Win32 boxes.

1. Create a Folder
2. Open up a notepad file and type or copy and paste the following code,

[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
iconarea_image=Type the Location where the Image exists

3. Type the exact location of the image file in the place where it is mentioned as “Type the Location where the Image exists”, such as

[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
iconarea_image=C:\images\FILENAME.bmp

4. Now save this text file as desktop.ini on the folder where you want the background.

5. Now you have to make the folder set to system file attribute, only then this trick will work, you can do this by opening up a command prompt and type the below command,

attrib +s “C:\Folder Location”

6. Just go the folder and refresh, now you can view the background on the folder.

No comments:

Post a Comment

please do tell me if you like this stuff.