diff --git a/reactos/base/services/umpnpmgr/umpnpmgr.c b/reactos/base/services/umpnpmgr/umpnpmgr.c index f64f3c585a5..c46e7056aee 100644 --- a/reactos/base/services/umpnpmgr/umpnpmgr.c +++ b/reactos/base/services/umpnpmgr/umpnpmgr.c @@ -946,7 +946,7 @@ PNP_GetDeviceRegProp( #endif case CM_DRP_REMOVAL_POLICY: - PlugPlayData.Property = 0x12; // DevicePropertyRemovalPolicy + PlugPlayData.Property = 0x13; // DevicePropertyRemovalPolicy break; #if 0