This brief tutorial explains how to add a background image to any folder in Windows XP.
First, make sure all hidden files are visible on your system. Then, open the folder for which you wish to add a background image. Within the folder, right-click and select Properties » Customize tab » Customize. There, choose any icon, click Apply and OK.
That process should have created a "desktop.ini" file. Open that file with a text editor and add these lines of code:
[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
IconArea_Image=C:\path\folder\background.jpg
To customize this according to your needs, edit the path in the last line to reflect to the location of the image you wish to use as the background image for that folder. Refresh the folder and the new background should appear.
Finally, to remove the default icon chosen during the creation of the desktop.ini and restore the default folder icon, delete these lines of code from within the desktop.ini file:
[.ShellClassInfo]
IconFile=%SystemRoot%\system32\shell32.dll
IconIndex=(some number)
26 Responses
Perishable – February 26, 2008
Hi enche rajoo,
The
desktop.inifile may already be there, but it might be hidden from view. Try going intoTools > Folder Options > Viewand checking the option to “Show hidden files and folders”. After doing that, check for the file, and if you still don’t see it, you will have to create it. Simply right-click within the target directory/window and select “New > Text Document”. Name the new file “desktop.ini” and you are good to go!enche rajoo – February 27, 2008
thanx pal!:)