How to Fix NPSMSvc_7130e <Failed to Read Description. Error Code: 15100>

Bloody Ned 15 Reputation points
2024-01-05T17:06:46.3133333+00:00

I have a few different programs in my Services that are showing failed to read errors and i need assistance on how to get them up and running again. if someone could help. I have a Rog Strix G16 Intel core i9-13980HX with a 4070. everything else seems to be running as it should be.

  • McpManagementService- <Failed to Read Description. Error Code: 15100 >
  • NPSMSvc_7130e- <Failed to Read Description. Error Code: 15100 >
  • WaaSMedicSvc- <Failed to Read Description. Error Code: 2 >

thank you to anyone who can assist!

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
11,201 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Carlos Figueiredo 5 Reputation points
    2024-02-12T18:47:23.9866667+00:00

    McpManagementService failed description error is by design. Microsoft never corrected this! You can edit the registry and change the service description to the real name: Universal Print Management Service. (google it for instructions if needed.) I don't know about the other two, because my system don't have them.

    1 person found this answer helpful.
    0 comments No comments

  2. Dominic Guye 0 Reputation points
    2024-09-10T04:39:03.5766667+00:00

    Firstly, this has been a years-long problem, possibly occurring on ALL Windows 11 systems, so it isn't just you.

    For services, Err 15100 seems to occur when a service lacks proper language translations or something. The lack of a description is probably only a symptom of that problem. For the record, NPSMSvc is according to Microsoft the "Now Playing Session Manager" with the description "The now playing session manager (NPSM) service manages media sessions running on the device." WaaSMedicSvc is officially labeled "Windows Update Medic Service" according to Microsoft, but there is no further explanation on that page outside of listing it among services that ought not to be disabled on the Windows IoT Enterprise operating system. It seems as if it is involved in helping handle Windows Update errors. I could look further... but TBH I'm responding to this right now instead of doing my homework, so at least for now I have to stop here. LOL

    Also, you can just use the sc.exe command-line tool to change a service's description. It is:

    sc description <ServiceName> <ItsNewDescription>
    
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.