The question of removing the icon overlay on shortcuts has baffled us for a while now. I think I have it. The new shell32.dll changed our ability to use Tweakui to remove the shortcut overlays.
The new Shell32.dll was a part of the March7 Security Update from MS.
http://www.microsoft.com/windows98/d...29/Default.asp
Tonight I decided to play with it once more. I reinstalled the new shell32.dll.
I deleted the ShellIconCache (not sure if this was necessary)
I went into the registry and found this key:
REGEDIT4
[HKEY_CLASSES_ROOT\CLSID\{63B51F81-C868-11D0-999C-00C04FD655E1}]
@="Shell Icon Overlay Manager"
[HKEY_CLASSES_ROOT\CLSID\{63B51F81-C868-11D0-999C-00C04FD655E1}\InProcServer32]
@="C:\\WINDOWS\\SYSTEM\\SHELL32.DLL"
"ThreadingModel"="Both"
I decided to modify the default value of the InProcServer32 to an empty String Value that is this -->> ""
So now the exported key looked like this:
REGEDIT4
[HKEY_CLASSES_ROOT\CLSID\{63B51F81-C868-11D0-999C-00C04FD655E1}]
@="Shell Icon Overlay Manager"
[HKEY_CLASSES_ROOT\CLSID\{63B51F81-C868-11D0-999C-00C04FD655E1}\InProcServer32]
@=""
"ThreadingModel"="Both"
I rebooted and no more Arrows. There was need to use TWEAKUI. It was set to show arrows. But changing this key removed the arrows anyway. And I have the new Shell32.dll in Windows\system.
What I need please, is for a few of you to try this and see if you have any problems. I have rebooted twice and so far so good. I seem to be OK. But you know how that goes. Side effects etc. I don't want to be overconfident.
Thanks in Advance,
Mo
Please. No pressure. If you are not comfortable in the registry, don't do this.