Forum Navigation
You need to log in to create posts and topics.

Install Windows Feature from Command line

Problem

User doesn’t have access to Windows GUI and would like to install features

Solution

  1. Open Command prompt as Administrator.
  2. Run the following powershell command

dism /online /Enable-Feature /FeatureName:TelnetClient

Powershell

Install-WindowsFeature Telnet-Client

 

Note

This command install telnet client