Beginning with Windows 7, the CompatibleID registry subkey specifies a removable device capability override for a device installed in the computer. 이동식 디바이스 기능 재정의에 대한 자세한 내용은 DeviceOverrides 레지스트리 키참조하세요.
The name of the CompatibleID registry subkey specifies the compatible ID of the device, and is formatted based on the requirements described below.
The following table defines the format and requirements of the CompatibleID registry subkey.
| 레지스트리 하위 키 이름 | Required/optional | Format requirements | Parent key | Child subkeys |
|---|---|---|---|---|
Valid compatible ID value |
Required |
호환되는 ID의 버스 접두사를 포함해야 합니다. 호환 ID 내의 모든 슬래시() 경로 구분 기호 문자를 숫자(#) 문자로 바꿔야 합니다. |
DeviceOverrides | LocationPaths and/or ChildLocationPaths |
호환되는 ID 값은 이 표에 설명된 형식 요구 사항을 따라야 합니다. Each CompatibleID subkey must contain either the LocationPaths or ChildLocationPaths subkeys. Both subkeys could be specified within the CompatbleID subkey if necessary.
Because the slash character is not a valid character in a registry subkey name, you must replace it with the number character when specifying a bus prefix for the CompatibleID registry subkey name. For example, if a removable device capability override is specified for the device node (devnode) with a hardware ID of PCI\VEN_ABCD&DEV_1234&SUBSYS_000, you must create a CompatibleID registry subkey with a name of PCI#VEN_ABCD&DEV_1234&SUBSYS_000.