Thanks ALOT, man!!
I spent 2 days digging Inet trying to find SELECTIVE fix for SRH problem - just to disable SRH for SOME of my SATA drives (need nForce drivers to make RAID working). Unfortunately, my raid is not where Windows boots from, so it just let to remove any of raid disks on the fly. It's BAD in my case, 'cose dumb users can easily crash raid in this way

And hiding SRH icon is not a solution for me - i need it to remove other devices.
So my idea is (based on your research):
1. Change permissions to registry key you mentioned allowing write "Capabilities" value
2. Make small .bat file setting desired "Capabilities" and put it to startup
In this way I got normal SRH icon with NO SATA RAID DISK in it!!! Just happy now

)
Cheers!
jstangroome, on Mar 6 2006, 04:21, said:
I have done some research. The SRH icon is getting information from the registry under the key HKLM\SYSTEM\ControlSetxxx\Enum\. For my Matshu****a DVD drive there are keys under IDE\Matsu****a\Modelxxxx\. The particular value that is relevant is the Capabilities DWORD which contains several flags ORed together. The value 2 means Eject Supported (eject hardware not media) and the value 4 means Removable so my Matsu****a has 6 in the Capabilities field.
I tried changing the permissions on this registry key and changing the Capabilities to zero but after a reboot the value had reverted back to 6 and the SRH icon was still there. I'm guessing these registry keys are just a cache for the real data that is coming from some other file or is being reported directly by the driver itself.
Guess I'll have to poke around some more.
- Jason