• Errors in Windows Management Console Services

    Home » Forums » AskWoody support » Windows » Windows – other » Errors in Windows Management Console Services

    • This topic has 3 replies, 3 voices, and was last updated 10 months ago.
    Author
    Topic
    #2689648

    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.
    Windows-Services-Error

    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:
    Windows-Services-Error2
    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.

    May the Forces of good computing be with you!

    RG

    PowerShell & VBA Rule!
    Computer Specs

    1 user thanked author for this post.
    Viewing 1 reply thread
    Author
    Replies
    • #2689718

      I’ve never encountered that error on my Windows 10 22H2 and here’s the current values for those entries.

      MCPservice

      I checked the McpManagementService.dll file on my system and those are the values it contains so they’re the defaults Microsoft intends.

      • #2689771

        n0ads,

        I’m running Win 11 Pro. It shows up on both of my Desktops.
        My Win 10 Pro laptop shows:

        PS> get-service -name McpManagementService
        
        Status   Name               DisplayName                           
        ------   ----               -----------                           
        Stopped  McpManagementSe... McpManagementService                  
        
        PS> get-service -name NPMSSvc_552cf
        get-service : Cannot find any service with service name 'NPMSSvc_552cf'.
        At line:1 char:1
        + get-service -name NPMSSvc_552cf
        + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            + CategoryInfo          : ObjectNotFound: (NPMSSvc_552cf:String) [Get-Serv 
           ice], ServiceCommandException
            + FullyQualifiedErrorId : NoServiceFoundForGivenName,Microsoft.PowerShell. 
           Commands.GetServiceCommand 
        
        PS> get-service -name WaaSMedicSvc
        
        Status   Name               DisplayName                           
        ------   ----               -----------                           
        Stopped  WaaSMedicSvc       Windows Update Medic Service          
        
        PS> get-service -name NPSMSvc*
        
        PS>
        

        However see below!
        Win10Services
        Strange it did not throw an error when reading this one. What’s stranger is the Missing service NPSMSvc_xxx. On my Win 11 Machine it shows up with a different number that the original post!

        PS> get-service -name McpManagementService
        
        Status   Name               DisplayName                           
        ------   ----               -----------                           
        Stopped  McpManagementSe... Universal Print Management Service    
        
        PS> get-service -name NPSMSvc_6556555
        
        Status   Name               DisplayName                           
        ------   ----               -----------                           
        Running  NPSMSvc_6556555    NPSMSvc_6556555                       
        
        PS> get-service -name WaaSMedicSvc
        
        Status   Name               DisplayName                           
        ------   ----               -----------                           
        Stopped  WaaSMedicSvc       Windows as Service Medic              
        
        PS> 
        

        This gets stranger and stranger. Also the service WaaSMedicSvc does not show in the MCC Service screen in Win 10?
        Win10MissingService

        May the Forces of good computing be with you!

        RG

        PowerShell & VBA Rule!
        Computer Specs

        • #2689807

          Service names that have the hex values appended to them are per-user services.  Per-user services are created each time the user logs on and are deleted at logoff.  The name of an instance of a per-user service changes based on the logon session that is created.

          For example, you could use the command “sc quserservice NPSMSvc” to get information for the instance created at logon.

          The WaasMedicSvc service appears under the display name “Windows Update Medic Service”

          1 user thanked author for this post.
    • #2689765

      I’ve seen this error numerous times on various Win10 systems. It is caused by a missing MUI (Multilingual User Interface) dll from which strings are obtained. As this is a cosmetic issue for me I just ignore it.

    Viewing 1 reply thread
    Reply To: Errors in Windows Management Console Services

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: