Infrared not recognized

Anonymous
2019-05-22T19:34:31+00:00

Upgraded to Windows 10 ver 1903 and the infrared device is not working. Got this:

Windows cannot start this hardware device because its configuration information (in the registry) is incomplete or damaged. (Code 19)

Windows for home | Windows 10 | Devices and drivers

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2019-06-19T21:33:58+00:00

Dalvic do you still have the problem?

Try to remove and re-add the Infrared.  It is probably more reliable to use the PowerShell Commands (If you are not comfortable you can try the interface which may not work.

Power Shell to Add / remove IrDA infrared components

Run PowerShell as administrator

Query state of the IrDA components:

get-WindowsCapability -online -Name "Network.Irda~~~~0.0.1.0"

Unistall

Remove-WindowsCapability -online -Name "Network.Irda~~~~0.0.1.0"

Add

add-WindowsCapability -online -Name "Network.Irda~~~~0.0.1.0"

Query state of the IrDA components:

get-WindowsCapability -online -Name "Network.Irda~~~~0.0.1.0"

An example of the results (Thanks to FritzMerkel) of the scripts when fixing IrDA issue.

PS C:\WINDOWS\system32> get-WindowsCapability -online -Name "Network.Irda~~~~0.0.1.0"

Name         : Network.Irda~~~~0.0.1.0

State        : NotPresent

DisplayName  : IrDA infrared

Description  : Support for IrDA devices. Requires special IrDA hardware.

DownloadSize : 604101

InstallSize  : 1236233

PS C:\WINDOWS\system32>

Then the others: 

PS C:\WINDOWS\system32> Remove-WindowsCapability -online -Name "Network.Irda~~~~0.0.1.0"

Path          :Online        : TrueRestartNeeded : False

PS C:\WINDOWS\system32> add-WindowsCapability -online -Name "Network.Irda~~~~0.0.1.0">>

Path          :Online        : TrueRestartNeeded : False

PS C:\WINDOWS\system32> get-WindowsCapability -online -Name "Network.Irda~~~~0.0.1.0"

Name         : Network.Irda~~~~0.0.1.0State        : InstalledDisplayName  : IrDA infraredDescription  : Support for IrDA devices. Requires special IrDA hardware.DownloadSize : 604101InstallSize  : 1236233

Alternative: on windows interface:

To remove:

Go to Settings -> Apps and Features -> Optional Features

Select IrDA Infrared and click uninstall.

To Install

Go to Settings -> Apps and Features -> Optional Features

Add a feature (top of list)

Select IrDA Infrared from the list.

It installs and should be visible in the Optional Features list.

Go back to Control Panel\All Control Panel Items and hopefully you will now see Infra Red icon and features.

If this does not work do use the PowerShell commands

Was this answer helpful?

60+ people found this answer helpful.
0 comments No comments

77 additional answers

Sort by: Newest
  1. Anonymous
    2019-06-14T15:42:42+00:00

    Thanks!

    This solved my problem with Polar IrDA USB adapter and Windows 10 1903.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2019-06-14T08:15:21+00:00

    Your issue may be a little different as it was working previously on your device where I have done a clean activation with the black (ASIX) USB dongle on windows 10 Pro - 1903 and windows 10 Home - 1903.

    • Do you see infrared in the Control Panel under All Control Panel Items?  If no install the IRDA InfraRed add-on.  (if yes it may be worth trying to reinstall. it)

    I had the "Windows cannot start this hardware device because its configuration information (in the registry) is incomplete or damaged. (Code 19)" error message until I installed the IRDA Infrared Add-on.  Then it all started to work.

    For me the order to install was.

    1: Install the IRDA Infrared Add-on (steps for windows 10 1903)

    Go to Settings

    Apps and Features

    Optional Features

    +Add

    Select IrDA Infrared from the list.

    It installs but you do not see it in the "Apps" listing.   Go back to Control Panel\All Control Panel Items and hopefully you will now see Infra Red icon and features.

    2: Install drivers for the USB key from your source (Windows 8 preferred or windows 7 should work).

    Reboot the PC

    3: Plug in the USB key and it should work.

    ___

    * previous experience give me the impression that a update of windows can sometimes drop included items when in conflict.

    Was this answer helpful?

    4 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2019-05-28T15:38:22+00:00

    I have exactly the same problem with Polar IR dongle which seems to use same Asix driver. I use this dongle from 2 to 4 times per week to download data from my heart rate monitor. Dongle didn't work with 1903 version at all. Had to return to 1809.

    Computer is HP Spectre x360 Convertible with all recommended updates i.e. updated with HP Support Assistant and Windows Update.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2019-05-22T20:47:13+00:00

    I'm sorry but I wasn't clear.  I have a infrared device (a dongle which does not have a name associated with on it) connected to my computer.  The infrared device is used to communicate to my SCUBA dive computer (Scubapro Galileo Luna).  The system was working fine last fall and I haven't needed to use the infrared device since I haven't been diving  (I'm not sure of the Windows 10 version at that time).  The device driver is an ASIX Electronics Corporation driver version 1.3.2.0.  Like I said it was working fine last fall (September?) and now in device manager I get this message:

    "Windows cannot start this hardware device because its configuration information (in the registry) is incomplete or damaged. (Code 19)"

    I deleted the device driver and reloaded it but it is still not working.

    Was this answer helpful?

    0 comments No comments