If you’re getting that error this means that part of the operating system is broken. This is usually caused by partial (and failed) driver installation and/or “cleaner utilities”. Here are the steps you’ll need to follow to fix this issue:

  1. Are you using the latest version of HelpNDoc ? If not, update your version of HelpNDoc first, then retry. If you’re still getting the error, then continue to next step.

  2. Update all of your network adapter drivers. Use your favorite search engine to learn how this can be done. For example, see how you can update drivers in Windows 10.

  3. Try to temporarily disable your anti-virus and anti-spyware solutions.

  4. Try to temporarily disable any “cleaner” utilities.

  5. Next, open a command prompt with Administrative privileges. Like so:

    1. Click the “Start button”

    2. Type “cmd”

    3. Right click “Command Prompt” and click “Run as administrator”:

      Run cmd as admin

      A “User Account Control” window will ask you if you want to proceed. Click “Yes”.

    4. Now you should have a command prompt window that, in the title bar" says “Administrator: Command Prompt”:

      cmd as admin

  6. Type the following command lines one after another. Hit the ENTER keyboard key after each line:

    cd C:\Windows\System32\wbem
    mofcomp C:\Windows\System32\wbem\NetAdapterCim.mof
    mofcomp C:\Windows\System32\wbem\en-US\NetAdapterCim.mfl
    

    The first command navigates to the directory where the files need to be fixed. The next 2 commands attempt to fix the necessary broken files.

More resources for determining how your WMI registry is corrupt: