Add A Folder Background Image (Windows XP)
By: Karan Goel | 13th September 2009
We have beautiful wallpapers for our desktops. And you become happy to see it. But,e ver wanted to beautify your folders from inside? Well, here’s a guide to do that. I shall explain two methods to Add A Folder Background Image in Windows XP.
Method 1:
- Just download and install Windowpaper XP v2.0 Beta 2
- Run the application.
- It is highly custamizable appz you can set image,Change folder Icon,Text colour.

- That’s it!!! Simple way to set the image.
Method 2:
- Click Start–>Run
- Type cmd and hit enter.
- Suppose you wish to set background for a folder “KaranGoel” in E:\ Drive
- Type the following in command prompt
attrib +s E:\KaranGoel
- Hit Enter
- Close the command prompt.
Now open Notepad and paste following code:
[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC} = {BE098140-A513-11D0-A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image=Your Wallpaper Path
IconArea_Text=0×000000
Now change “Your Wallpaper Path” to the exact path of the wallpaper which you wish to set as background. Suppose the wallpaper is stored in “F:\Wallpaper\KG.jpg”, then the code will be as following:
[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC} = {BE098140-A513-11D0-A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image=F:\Wallpaper\Dw.jpg
IconArea_Text=0×000000
NOTE: If you copy the wallpaper in the same folder which you are editing, then you can simply put the wallpaper name in the file. e.g. if you copy the “KG.jpg” file in “KaranGoel” folder, then the code will be as following:
[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC} = {BE098140-A513-11D0-A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image=Dw.jpg
IconArea_Text=0×000000
“IconArea_Text” stands for the text color, you can change it to white, yellow, blue, black or any other color. Just replace the code in “IconArea_Text” section. A few most used color codes are:
Black – 0×000000
White – 0xFFFFFF
Green – 0×00FF00
Blue – 0xFF0000
Red – 0×0000FF
Now save the file with name “Desktop.ini” (including quotes) and copy the file in the desired folder which is “KaranGoel” in our example. Re-open the folder. Now it should show the wallpaper as background.
You Might Like.. |
October 22nd, 2009 at 6:12 pm
Very informational post. It feels good to see that people share theyr know-how ! If you are interested into link exchange you can contact me a.t my mail so we can talk about it
October 30th, 2009 at 2:51 am
I found your blog on google and read a few of your other posts. I just added you to my Google News Reader. Keep up the good work. Look forward to reading more from you in the future.
December 22nd, 2009 at 2:16 am
Hey, cool website, I added it to my favorites, pretty interesting post, where did you get the info from?
March 8th, 2011 at 9:11 pm
Great tip there man. I was looking for a way to add my own pic as my background, and you just came to rescue.
Thanks