OK, so to get this to work on workstations I would have to run a log on script with the registry entries in it?
Main Topics
Browse All TopicsIs there anyway to chnage the mapped folder ICON in a Windows 2007 server domain? We have several mapped folders per users but one of them has special permissions which allows user to copy files there but prevents them from browsing.
I just wanted to make this folder look different when it's mapped icon comes up in the Computer or My Computer window. But it needs to be done centrally by a group policy or something.
If possible.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: jgpkPosted on 2009-11-03 at 07:46:20ID: 25730055
CHANGE A DRIVE ICON (manual method)
es.dll,26
Step 1: Identify the new icon for the drive
To prepare for Step #2, you need to know the name of the icon file (ICO) that contains the icon you want to display for the drive. If the icon is contained inside of a program or library, you also need to provide the "index" of the icon inside of the file. Icon indicies are zero-based, meaning the index of the first icon inside of the file is '0', the second icon is '1', and so on. The default icon for a program file is the first icon that it contains, index '0'.
Step 2: Edit the Registry
In this step we'll use the Windows Registry editor, REGEDIT.EXE, to configure the icon to a drive letter. Open the REGEDIT.EXE program - it's located inside the Windows folder, usually C:\WINDOWS.
The Registry Editor looks and behaves much like Windows Explorer. The left pane is used to navigate the keys of the registry, and the right pane displays the information each key contains.
Click on the arrow controls (>) in the left pane to expand the entries and navigate to the following registry key:
HKEY_CURRENT_USER \ Software \ Classes
At this point we may need to begin creating new keys underneath Classes. The entire path of keys that we need is:
HKEY_CURRENT_USER \ Software \ Classes \ Applications \ explorer.exe \ Drives
Expland the Classes key and look for a key named Applications underneath. If it does not exist, right-click on the Classes key and select New > Key. A new key will be created. Enter "Applications" as the name. Now look for, or if necessary, create a key named "explorer.exe" underneath the Applications key. Finally, look for a key named "Drives" under the explorer.exe key - create it if necessary. The registry keys in the left pane should now look like this:
Now we're ready to configure a custom icon for any drive letter. Right-click on the Drives key in the left pane and create a new key underneath. Name this key as the letter of the drive you want to customize. I'll use "E" in this example. Finally, create one more new key underneath E, named DefaultIcon. Here's what the key path should look like now:
We're almost done! Now, the the right window pane, double-click on the value named "(Default)". An Edit String window will appear. Enter the complete path to your ICO file from Step #1. If the icon is inside a program file or library, add a comma followed by the index of the icon inside the file. For example:
C:\My Icons\E-drive.ico
or
C:\Windows\system32\imager
The completed configuration should look something like this:
All done! If Windows does not immediately display your custom icon for the drive, highlight the drive icon and press F5 to cause a refresh. If the old icon continues to display, check and verify the names of the keys that you created in the registry. If Windows displays a "default" icon, your keys are correct, but Windows cannot locate the icon. In this case, check the path that you entered to the new icon in the (Default) value.
CHANGE A DRIVE ICON (automated, easier method)
If you'd rather not edit the registry manually, there's a much easier way to change a drive icon using a tool named "On Display" from Microangelo. On Display can configure custom icons for many of the default icons that Windows doesn't offer the option to change. Once you've installed On Display you can use the following procedure to change a drive icon:
1.Right-click on the drive icon wherever you see it displayed.
2.Select "Appearance;" from the popup menu. The Appearance dialog is displayed.
3.Click the "Custom" option. A "Change Icon" dialog is displayed, very similar to Windows own Change Icon dialog. Use the controls to browse icons in files and select the new icon.
That's all there is to it. When you click OK to confirm the new icon, On Display makes all configuration changes automatically and notifies Windows so the new icon is immediately displayed.