Ever wanted to change background of image of some folders when you viewed them in your file browser? There is a simple hack available to do this.
CAUTION:
Easy life takes no responsibility if this method doesn’t work as expected or causes any damage to your computer or data so try at your own risk.
First Step:
- Open Explorer window and go to folder you want to customize.
- Click on Tools > Folder Options
- In the View tab under Advanced Settings check the radio button that says Show hidden files and folders.
- Click Apply and then Ok.
Second Step:
- Now in the folder, right click and select Properties.
- Properties dialog box would appear. Click on Customize tab there under customize menu click on Change icon button and select an icon for your folder. Press Ok.
Third Step:
- Previous process should have created a “desktop.ini” file in your folder.
- Sometimes this file remain invisible so if you can’t see it don’t worry it is there.
- Open this file with Notepad if the file is invisible go to folder and manually type desktop.ini in the filename field to open it.
- Add these lines of code in your “desktop. ini” file
[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
IconArea_Image=C:WindowsGreenstone.bmp - In this code line IconArea_image tells your explorer window to display a background image. In this example we are using Greentone.bmp you can change it with your image and provide the path to that image.
- Save “desktop.ini” file.
- Refresh the folder.
Now u can see your favorite image in your desktop background.
how i make the folder background no move
HOW TO CHANGE IT BACK TO NORMAL…..I LOST ALL MY ICONS OF DESKTOP ACCIDENTALLY
thanks guys. it is working properly. but when i put my personal images. it is not working. can you tell me which part of these code should i change for my personal image.
thanks again.