How to install irda (infrared) on Windows LTSC 2019

MICHEL Olivier (External) 0 Points de réputation
2024-03-18T17:01:31.1366667+00:00

Hi,

I need to install Irda (infrared) component on Windows LTSC 2019, but it's seem to not be available in additionals windows software.

I also tried Windows Update, with powershell:

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

Name:

State: NotPresent

DisplayName :

Description :

DownloadSize : 0

InstallSize : 0

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

Path:

Online: True

RestartNeeded : False

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

Name:

State: NotPresent

DisplayName :

Description :

DownloadSize : 0

InstallSize : 0

It need to be installed another way (Fod iso)?

Thank you for your help.

Windows 10
Windows 10
Système d’exploitation Microsoft qui s’exécute sur des ordinateurs personnels et des tablettes.
36 questions
Microsoft Q&A
Microsoft Q&A
Utilisez cette étiquette pour partager des suggestions, des demandes de fonctionnalités et des bogues avec l'équipe Microsoft Q&A. L'équipe Microsoft Q&A évaluera régulièrement vos commentaires et fournira des mises à jour en cours de route.
74 questions
PowerShell
PowerShell
Famille d’infrastructures d’automatisation des tâches et de gestion de la configuration Microsoft composée d’un interpréteur de commandes et d’un langage de script associé.
6 questions
0 commentaires Aucun commentaire
{count} votes

1 réponse

Trier par : Le plus utile
  1. Ian Xue (Shanghai Wicresoft Co., Ltd.) 30 376 Points de réputation Fournisseur Microsoft
    2024-03-19T06:45:25.9733333+00:00

    Hi MICHEL Olivier (External),

    Please see if you can install the package using DISM. Open cmd or PowerShell as administrator and run

    Dism /Online /Add-Capability /CapabilityName:Network.Irda~~~~0.0.1.0
    

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.