If the folders you to display in icon view are all under a particular folder or folders, I've
written a script that would help. It allows you to set a view that is applied to all subfolders &
newly created folders under a folder. Right-click the link below & save to your computer. The zip
file contains a readme
file & the script itself.
http://mysite.verizon.net/res18hr7/FVM3.zip
If the folders are scattered about your computer, there is a way to designate the icon style for an
individual folder that will stick with it while being moved and/or renamed, but it's a little more
labor-intensive.
First you need to add the following key/value combination to the registry:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Shell\Bags\AllFolders\Shell]
"WFlags"=dword:00000000
Then each folder needs to have a desktop.ini file AND have its read-only bit set so that explorer
knows to process the desktop.ini file. The easiest way to accomplish both these tasks is to assign
a custom icon to the folder via its Properties dialog (you can get rid of the icon when you edit the
desktop.ini file).
Then you need to edit the desktop.ini file and add the following line under the [.ShellClassInfo]
section:
Vid={0E1FA5E0-3573-11CF-AE69-08002B2E1262}
using one of the following values:
Name: Mode: VID:
Icons 1 {0057D0E0-3573-11CF-AE69-08002B2E1262}
List 3 {0E1FA5E0-3573-11CF-AE69-08002B2E1262}
Details 4 {137E7700-3573-11CF-AE69-08002B2E1262}
Thumbnail 5 {8BEBB290-52D0-11D0-B7F4-00C04FD706EC}
Tiles 6 {65F125E5-7BE1-4810-BA9D-D271C8432CE3}
Filmstrip 7 {8EEFA624-D1E9-445B-94B7-74FBCE2EA11A}
This will not override a previously saved view, you would still have to do that via the view menu --
but if you rename or move the folder, or if you use the 'Reset All Folders' option, you'll see the
results.