JSI Tip 6294. You cannot configure a secondary hard disk as a slave (subordinate) drive in Windows XP?

Jerold Schulman

February 2, 2003

1 Min Read
ITPro Today logo in a gray background | ITPro Today

When your secondary hard drive is a different make or model than the primary hard drive, the filter drivers installed for the primary hard drive may be incompatible with the slave drive. If this is the case, when you attempt to configure the slave, you receive:

There was a problem installing your hardware, Code 28 one of the Filter Drivers installed for this device is invalid.

To workaround this problem:

1. Copy / Paste the following to a NoSlaveFilters.reg file:

REGEDIT4

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlClass\{4D36E967-E325-11CE-BFC1-08002BE10318}]
"UpperFilters"=-
"LowerFilters"=-

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlClass\{4D36E967-E325-11CE-BFC1-08002BE10318}000]
"UpperFilters"=-
"LowerFilters"=-

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlClass\{4D36E967-E325-11CE-BFC1-08002BE10318}001]
"UpperFilters"=-
"LowerFilters"=-

2. Merge the NoSlaveFilters.reg file with your registry, or run regedit /s NoSlaveFilters.reg.

3. Shutdown and restart Windows XP.

4. Complete the configuration of your subordinate drive.



Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like