Hey Y’all,
I ran across this when making changes to my PC Info program. It was throwing errors on trying to query services ( McpManagementService ; NPMSSvc_55c2f ; WaaSMedicSvc).
I went into Services and took a look and they showed errors like the one below.
So I googled a bit and found you can fix this in the registry pretty easily by going to the key: Computer\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\
then select the desired service name to get to its values as shown below:
Once there you need to change the entries for Description and DisplayName from the
@%SystemRoot%\system32\McpManagementService.dll,-101 to a text value describing the service like MCP Management Service.
Once done the errors will disappear from Services and my program stopped generating errors.