What does HRESULT 0x800F0223 (SPAPI_E_NO_CONFIGMGR_SERVICES) mean?

 
Previous Next
SPAPI_E_MACHINE_UNAVAILABLE SPAPI_E_INVALID_PROPPAGE_PROVIDER

SPAPI_E_NO_CONFIGMGR_SERVICES

SPAPI_E_NO_CONFIGMGR_SERVICES (0x800F0223) is a Windows SetupAPI driver-installation error. This code means SetupAPI reached the remote context but could not use the Plug and Play/Configuration Manager services needed to perform the requested work.

What to check

  • Confirm that the target is a supported Windows system and that its Plug and Play service is available.
  • Check the target's System log for service-start or device-enumeration failures.
  • Use a local elevated session on the target when the remote operation is not supported reliably.

Microsoft: SetupAPI device installation log

Microsoft: Troubleshooting device and driver installations

Microsoft: PnPUtil command syntax


Looking for a different code? Search another status or error code.