How to set or create a background image in windows xp folder

Set background image for Windows XP folder. This method is very useful to set jpg image for windows folder changed easily without any software or application. This method only works on Windows XP and lower version of Windows XP such as Windows 98.


1.Create the folder to change the background.

2.Open the notepad and past the following coding

    
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
iconarea_image=”image_name.jpg”
iconarea_text=0X00F0F0FF
    

3. Save the file as desktop.ini in the folder.

4.Now go to the Properties by clicking right button on the Folder icon and then click on Customize Tab and then on Change Icon.

5.Now just select any icon and click on the OK button.

some hex code for font color:

    
 0xFF0000 = blue        
 0xFFFF00 = blue light   
 0x000000 = black          
 0xA8A8A8 = gray         
 0x33CC00 = green        
 0xEAADEA = pink        
 0xE10000 = red             
 0xFFFFFF = white        
 0x00FFFF = yellow

Video