Get IT Solutions

How to do IT
Menu
  • Home
  • SCCM 2012
    • Deploy Packages
    • Troubleshooting errors SCCM 2012
  • Windows
    • Applications Silent Install
    • Windows Tools
    • Windows Error
    • Script
    • Exchange Server
    • Troubleshooting Office
    • Applications Errors
  • Database
    • SQL Server
    • MySQL
    • Oracle
  • Cybersecurity
  • Other
  • Reviews

Cdpusersvc failed to read description – Error code 15100

Cdpusersvc failed to read description can appear if have upgraded into Windows 10 Anniversary Update. The error related to this is shown as: Failed to Read Description – Error Code 15100.  The service can be seen commonly in Task Manager. There are different scenarios why the error is present and in our today’s article we are going to cover them.

 

What is cdpusersvc failed to read description ?

The CDPUserSvc service is a sub-component of the Connected Device Platform service and will only be used from windows operating system in scenarios where the user connects a printer, scanner, or other types of external device. There are different scenarios when you may encounter this error:

  • CDpusersvc service has stopped working, crash
  • The CDpusersvc process might look like malware or virus
  • CDpusersvc service failed to read
  •  Too much usage of your resources by CDpusersvc service may cause high CPU

cdpusersvc failed to read description

 

What are some of the reasons behind cdpusersvc failed to read description – Error code 15100?

  1. Outdated Windows Operating SystemOS – Microsoft has already released a windows update hotfix in order to fix this problem on Windows 7, Windows 8.1, and Windows 10.
  2. Corrupted CDpusersvc service – System file corruption can also be responsible for the presence of this error code 15100.
  3. CDpusersvc service is not isolated – In case this problem persist because the CDpusersvc process does NOT function as a standalone service.
  4. Conflicting errant service –CDpusersvc service is containing a suffix that conflicts every time you make changes you enforce on the Windows Registry.
  5. Permission issue with Microsoft Store – You may have previously disabled it using GPO or Group Policy and in this way it’s very common that this can cause a conflict that will bring up the Cdpusersvc failed to read description pop-up error.

 

Method 1 – Install Windows Latest Updates

The KB released from Microsoft in order to fix cdpusersvc failed to read description – Error Code 15100 is KB4048952. In order to apply this hot fix you need to install every pending update until you bring your computer operating system build up to date. This method is applicable to both Windows 10 and older Windows versions. Below you can find the instructions how to do it:

  1. Open up a Run dialog box by pressing Windows key + R.
  2. Type ‘ms-settings:windowsupdate’
  3. Press Enter to open up the Windows Update tab of the Settings app.
  4. Once you’re inside the Windows Update screen, click on Check for Updates.
  5. Follow the on-screen pop-up wizard to install every Windows update that is currently waiting to be installed.
  6. Once every pending update is installed, restart your computer and see if the problem is resolved.
Failed to Read Description – Error Code 15100

Failed to Read Description – Error Code 15100

 

Method 2 – Scan for virus and Malware

If you’re using windows defender, you should run it to see if there is virus or malware on your Pc. If you’re also using another software program, you should run a scan to see if there are affected files on your PC. After running the scan, you should restart your PC and see if you have removed Failed to Read Description – Error Code 15100 from CDPUserSvc Service.

 

Method 3 – Isolating the Process

This method is quick and easy but it will not fix the root cause of the error.  Using this method you will be able to isolate cdpusersvc process using command prompt. In this way Windows will be forced to isolate the service in its own separate process. If you want to try just follow the instructions below:

  1. Press Windows key + R to open up a Run dialog box.
  2. Type ‘cmd‘ inside the text box and press Ctrl + Shift + Enter to open up an elevated CMD prompt.
  3. Once you have opened CMD prompt as an administrator with elevated privilege type the following command and press Enter to isolate the cdpusersvc process:
sc config cdpusersvc type=own
  1. After you run the command successfully, close CMD prompt
  2. Repeat the action that was previously triggering the error.
  3. Check if the problem is resolved.

 

Method 4 – Disable CDpusersvc in Windows 10

If you are not using a device such as printer, scanner, or other types of external device which are using the CDpusersvc service you can also disable it. This can be done using Windows Registry Editor.

Important Note:

  1. We do not recommend using this method in case yor are using and have connected printers, scanners or Bluetooth devices. This can cause to malfunction of your devices.
  2. Before starting we do strongly recommend to do a backup of windows registry key. Here how you can do it manually:
    • From the Start menu, type regedit.exe in the search box, and then press Enter.
    • If you are prompted for an administrator password or for confirmation, type the password or provide confirmation.
    • In Registry Editor, locate and click the registry key or subkey that you want to back up.
    • Click File > Export.
    • In the Export Registry File dialog box, select the location to which you want to save the backup copy, and then type a name for the backup file in the File name field.
    • Click Save.
READ ALSO -   Task scheduler 0x41303, 0x41302, 0x41304, 0x41305, 0x41306 codes.

In order to fix cdpusersvc failed to read description via Registry Editor follow the instructions below:

  1. Press Windows key + R.
  2. Type ‘regedit’ inside the text box.
  3. Hit Enter to open up Registry Editor. When you see the UAC (User Account Control) prompt, click Yes to grant admin access.
  4. Once you’re inside the Registry Editor, use the left-hand section to navigate to the following location:
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CDPUserSvc
  1. After you land into the correct location, move over to the right-hand section and double-click on the Start value.
  2. Inside the Edit screen of Start, set the Base to Hexadecimal and set the Value data to 4 (Disabled) before clicking on Ok.
  3. Close the Registry Editor.
  4. Restart your computer.
  5. Return to the Properties screen of the CDpusersvc service and see if the problem is now fixed.

 

Method 5 – Run the SFC Tool

If running the Blue Screen Troubleshooter cannot solve the issue, then you can run the SFC tool to scan your system and repair detected issues.

Step 1: Open System File Checker

  1. Type Command Prompt in the search bar of Windows 10.
  2. Select the best-matched one and choose Run as administrator.

Step 2: Type the command

  1. In the pop-up window, type the command sfc /scannow and hit Enter to continue.
  2. Please do not close the window until you see the message Verification 100% complete
SFC scan now command

SFC scan now command

Step 3: Reboot your computer to check if the error persists.

 

Method 6 – Run the DISM Tool

In case when the error is still present you can try to run the DISM tool

The DISM tool (Deployment Image Servicing and Management) also perform an in-depth search on your PC, errors that couldn’t be detected by the SFC scan can be detected with DISM.

  • Run Command Prompt by following the steps above for the SFC scan.
  • You now type this command when Command Prompt open: exe /online /cleanup-image /restorehealth
  • Hit enter to run the command, it will now scan for problems on your PC and fix them automatically.
  • Restart your pc and after the scan is finished, then check to see if the error is gone.

 

Method 7 – Using a .bat file to stop the service

Using this method you will be able to create by yourself a .bat script which will be configured to run at every system startup. The idea behind the script is to search CDpusersvc service and to stop it automatically.

Step 1:  Create the batch script

  1. Press Windows key + R to open up a Run dialog box.
  2. Type ‘notepad.exe’ inside the text box
  3. Press Ctrl + Shift + Enter to open up an elevated Notepad
  4. Inside the opened Notepad window, paste the following code:
@ECHO OFF
SC QUERY state= all>servicesdump.txt
FINDSTR /L /C:"SERVICE_NAME: CDPUserSvc_" servicesdump.txt >CDPservice.txt
FOR /F "usebackq tokens=2" %%i IN (CDPservice.txt) DO SET CDPUserSvc=%%i
NET Stop "%CDPUserSvc%"
SC Delete "%CDPUserSvc%"
DEL CDPservice.txt
DEL servicesdump.txt
  1. Click on File(from the ribbon at the top) and click on Save As…
  2. Name the script something recognizable
  3. Place it in a location that’s easily accessible and ensure that you change the extension to .bat before clicking on

Step 2:  Configure the batch script to run at every system startup.

In order to do this we have already publish two article explaining in details every step. You can easily find them on the following links:  Create Windows Task Scheduler and schedule to run bat file and How to create scheduled task with windows task scheduler. Make sure to configure the Task Schedule to begin At Startup. And ensure that the checkbox associated with Enabled (at the bottom) is checked.

 

Method 8 – cdpusersvc failed to read description run Startup Repair

This is the last method that will give the opportunity to your computer to boot into Windows without any errors. You need to create a Windows bootable USB or DVD drive before proceeding and try the startup repair. Follow the steps below:

  1. Access the official Microsoft website to create a bootable device for Windows 10.
  2. Insert the bootable USB or DVD and then boot Windows from there.
  3. You’ll see a Windows Setup window where you can select the language to install, the time and currency format, and the keyboard or input method.
  4. Next, click on Repair Your Computer.
  5. Select Troubleshoot.
  6. Click on the Advanced Options.
  7. Select Automatic Repair.
  8. Select the Operating System.
  9. When you’ve completed these steps, restart your PC by following the prompt window that appears.

 

Conclusions about cdpusersvc failed to read description

Dear followers of Get IT Solutions, in our step-by-step tutorial, we have provided all the possible solutions on how to fix Failed to Read Description – Error Code 15100. We hope you will find this method helpful. Have you managed to solve it? Please let us know in the comments below.

Share
Tweet
Google+
Pinterest
Linkedin
Stumble
Email
Prev Article
Next Article

Related Articles

Windows 10 desktop icons missing
Windows 10 desktop icons missing it can happen accidentally or …

Windows 10 desktop icons missing – Fixed

Critical_Structure_Corruption
Outline all the possible solutions to Critical_Structure_Corruption Stop Error On …

Fix Critical_Structure_Corruption Stop Error On Windows 10

Best Computers & Laptops

Best Computer for Cyber Security – Laptop and Desktop
Best Computer for Cyber Security
Hey, are you seeking the best computer for cyber security? Well, we must say you have come to the right place to find your answer and guidance. There are a plethora of products out there for you to pick from ...
Read More
Best Computer for Microsoft Office & Excel – Laptop and Desktop
Best Computer for Microsoft Office & Excel
Are you finding the Best Computer for Microsoft Office and Excel? In modern days, the best laptop or desktop set is the one which is both portable, has good looks and offers the smoothest performance. Microsoft Office is a package ...
Read More
Best Computer for Hacking – Laptop and Desktop Selection
Best computer for Hacking
When it comes to hacking, either laptop or desktop, choosing the best computer for hacking would be an exhilarating job. There are many specifications to be considered for hacking ...
Read More

SQL Server Tips

FIX sqlstate 42000 – mysql error 1064 – you have an error in your sql syntax
Sqlstate 42000 Is a general code that come together with other number. Most often comes with the code 1064 and ...
Read More
The execute permission was denied on the object – SQL Server Error
The execute permission was denied on the object
The following article will handle “the execute permission was denied on the object” error appears on SQL Server. This error ...
Read More
How to Read Data from LDF file in SQL Server – A Complete Guide
Read LDF File
Hello Everyone, Today we are going to address the most popular query of SQL users, how to read data from ...
Read More

Search

We are on:

Get FREE SPACE for your PC

3 Method to Delete Temp Files in Windows 7/10 including vbs script

In this post we will explain how to delete temp files windows 7 using three different methods including vbs script ...
Read More

Fastest way to delete hiberfil sys from windows 10/8/7 and XP – CMD

In this article we will explain how to remove or delete hiberfil sys from Windows 10/8/7 and XP . If you does ...
Read More

Learn How to Silent Install Applications

Silent Install Adobe Flash Player
In this tutorial will explain how to silent install adobe flash player 25, Msi and Exe version. How to disable auto update and uninstall older ...
Read More
Java Silent Install and Uninstall Older Version – Deploy Package MSI
This tutorial will explain how to silent install Java MSI/EXE version and disable auto-update. The command line will also uninstall the ...
Read More
Silent Install Adobe Shockwave Player 12 and disable update
In this tutorial will explain how to silent install Adobe Shockwave Player 12 msi and disable auto update. The command will uninstall older ...
Read More
Silent Install Google Chrome MSI, Silent Uninstall and Disable Auto Update
This tutorial will explain how to silent install Google Chrome MSI and disable auto update. The command will uninstall older version of ...
Read More
Silent Install Adobe Reader 11 and DC – msi and exe – disable update
In this tutorial will explain how to silent install Adobe Reader version 11 and DC. We will user both version "msi" ...
Read More
Silent Install Mozilla Firefox msi and exe file – Including Silent Uninstallation
This tutorial will explain how to silent install Mozilla Firefox. We will use MSI and EXE files to perform a silent ...
Read More
Skype Silent Install Msi and disable updates
In this tutorial will explain how to silent install skype  and disable auto update. The command will uninstall older version of Skype and ...
Read More
Filezilla Silent Install msi and exe version
Filezilla silent install tutorial will explain how to perform a silent installation of application. We will explain methods, silent install ...
Read More
Silent install VLC Media Player
In this tutorial will explain how to silent install VLC Media Player. We will explain both methods for exe and ...
Read More
Notepad++ silent install exe and msi version – Command Line
Notepad++ silent install is the new article from a series of silent installations. Notepad++ as free software has two main ...
Read More

Batch File Solutions

How to list files in cmd – Command Prompt – Windows 10
Whenever you want to search and make a list of all files on a specific folder, you used the windows ...
Read More
Batch rename multiple files in folder – CMD script – Bulk Method – Win 10
The following article will teach how to rename multiple files in a folder with the bulk method using Command Line ...
Read More
Batch script rename file using Command Line (CMD) & PowerShell – Windows 10
The following article will use the “rename” or “ren” command to rename the file using a command prompt. Also, we ...
Read More
Change extension of multiple files at once – CMD batch file
The following article will teach the methods to change the extension of multiple files at once using command prompt and ...
Read More
How to delete registry key with command line | PowerShell | Batch
The following article is the third of series about registry and working on it through command line (CMD) and PowerShell ...
Read More
How to add registry key & values with CMD | PowerShell | Batch
The registry is the place where most of the applications store the settings but not only. Used also from the ...
Read More
Unmap Network Drive CMD – (Batch file) – net use delete command
After we posted the methods to map network drive using cmd commands we come this time with the method to ...
Read More
Map Network Drive cmd (batch file) – net use user password
This article will focus on another way to map a network drive on your computer instead of from the explorer ...
Read More
How to Find Large Files on Windows 7 & 10 – CMD Forfiles Command
If the capacity of your hard drive is running low, it is time to clean off some files and to ...
Read More
CMD Script to check disk space on windows and multiple remote servers
The following article will provide you script to check disk space. The Script monitor space on windows and multiple remote ...
Read More

Get IT Solutions

How to do IT

About Us

Get IT Solutions is a personal blog, which is managed to guide people for various topic.

Second Menu

  • Donate
  • About Us
  • Contact Us
  • Privacy Policy

What Will You Find

Automation is our area of writing where are included scripts, batch and various tips to automate your daily job.
Copyright © 2025 Get IT Solutions