Add A Folder Background Image (Windows XP)
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
http://download-free.programas-gratis.net/php/download.php?id_programa=1404&software-WindowPaper-XP-2.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}
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
No comments:
Post a Comment