Customizing A Folder

G

Guest

In Windows '98, I was able to choose a picture to serve as the background
picture for a particular directory so that whenever I opened up that folder,
the window would have a background picture. All I had to do was choose
Customize Folder and then Select A Background Image. I can't seem to be able
to do this in XP. It doesn't make sense that this customizing feature would
be removed in later editions of Windows since one of the main reasons for new
editions is more customization. Does anyone know how to do this in XP?
Thanks
 
G

Guest

ye said:
In Windows '98, I was able to choose a picture to serve as the background
picture for a particular directory so that whenever I opened up that folder,
the window would have a background picture. All I had to do was choose
Customize Folder and then Select A Background Image. I can't seem to be able
to do this in XP. It doesn't make sense that this customizing feature would
be removed in later editions of Windows since one of the main reasons for new
editions is more customization. Does anyone know how to do this in XP?
Thanks

Folder Backgrounds - Customizing

Select the folder you want to use for your background wallpaper. You MUST
convert the folder you want to use to
a SYSTEM folder. At the command prompt screen (Start/Run/CMD) which looks
something like this: c:\> type this command: attrib +s c:\myfolder and then
hit the return key.

Copy and paste the script below into Notepad and change the line that says
IconArea_Image to point to the directory
and the file that you want to use for the background image.

[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}

[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image=C:\YOUR LOCATION\OF\ANY\IMAGE.JPG
IconArea_Text=0x00000000

The last line in the script tells Windows what color the font will be when
you read the files in that folder. For instance:

0x00000000 = black
0x00FF0000 = blue
0x0000FF00 = green
0x000000FF = red
0x00C000C0 = purple

Now save the file you just created as desktop.ini and place it into the
directory you just converted into a system folder.
Now close that folder and then reopen. (From a Newsgroup post made by
Alberich)

Tip: If a folder uses the wrong background picture and you can't
change it: Start/Run/Regedit and remove this key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Bags
 
R

Ramesh [MVP]

Customize Folder with IESHWIZ Utility:
http://www.mvps.org/sramesh2k/Customize_folder.htm

--
Ramesh, MS-MVP XP Shell/UI
http://www.mvps.org/sramesh2k


In Windows '98, I was able to choose a picture to serve as the background
picture for a particular directory so that whenever I opened up that folder,
the window would have a background picture. All I had to do was choose
Customize Folder and then Select A Background Image. I can't seem to be
able
to do this in XP. It doesn't make sense that this customizing feature would
be removed in later editions of Windows since one of the main reasons for
new
editions is more customization. Does anyone know how to do this in XP?
Thanks
 
A

Anando [MS-MVP]

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top