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: Most helpful
  1. Anonymous
    2019-09-20T07:05:02+00:00

    Just to add to the thread, I "successfully" (according to Windows) uninstalled and installed InfraRed.  But I note it still present in Control Panel.  So I ...

    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> Remove-WindowsCapability -online -Name "Network.Irda~~~~0.0.1.0"

    Path          :

    Online        : True

    RestartNeeded : False

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

    add-WindowsCapability : Element not found.

    At line:1 char:1

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

        + CategoryInfo          : NotSpecified: (:) [Add-WindowsCapability], COMException

        + FullyQualifiedErrorId : Microsoft.Dism.Commands.AddWindowsCapabilityCommand

    It still shows as installed in Control Panel and it still does not work!

    Any thoughts?

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2019-09-20T06:24:42+00:00

    Hi {smile}, have you tried this in the past few weeks (Sep 2019) as it would appear that a recent update has damages this capability (again)?

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2019-09-20T06:20:39+00:00

    Hi {smile}.  Have you tried this again recently (Sep 2019)?  I also have a UWatec IR adapter.  It was working.  The previous process with the "add-On" worked fine and when the dongle was plugged in, Windows would pop up the "InfraRed device" notification.  A recent update broke the process.  So I did the usual uninstall and reinstall processes for the Add-On.  Now when I plug it in, Device Manager shows "STIr42xx" which does not work and is not recognized by pretty well anything.  The InfraRed icon is shown in Control Panel.  When I open the module, it shows OK for settings (make sense), but all of the fields in the hardware tab are blank ... no comms with the dongle.

    So the short question is have you tried the InfraRed interface in the past few weeks after the recent updates?

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2019-08-24T17:48:47+00:00

    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

    Man-O-Man.......If we are ever on a dive boat or trip together, I wanna buy you a beer or whatever your favorite beverage may be.  Works like a champ now.  You da man!!!!!!

    Was this answer helpful?

    0 comments No comments