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 pour les entreprises | Windows Server | Expérience utilisateur | PowerShell
Windows pour les entreprises | Client Windows pour les professionnels de l’informatique | Expérience utilisateur | Other
Centre communautaire | Discuter du site Q&A | Prise en main de Q&A
0 commentaires Aucun commentaire
{count} votes

1 réponse

Trier par : Le plus utile
  1. Anonyme
    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.


Votre réponse

Les réponses peuvent être marquées comme réponses acceptées par l’auteur de la question, ce qui aide les utilisateurs à savoir que la réponse a résolu le problème de l’auteur.