[DEVMGR] UpdateDevInfo: Enable built-in property pages by default

CORE-17532
This commit is contained in:
Eric Kohl 2021-04-10 15:50:37 +02:00
parent aea948a79e
commit ab0bbeb126

View file

@ -2224,9 +2224,9 @@ GetParentNode:
DeviceInfoData = &dap->DeviceInfoData;
}
dap->HasDriverPage = FALSE;
dap->HasResourcePage = FALSE;
dap->HasPowerPage = FALSE;
dap->HasDriverPage = TRUE;
dap->HasResourcePage = TRUE;
dap->HasPowerPage = TRUE;
if (IsDriverInstalled(DeviceInfoData->DevInst,
dap->hMachine,
&bDrvInstalled) &&