Forum breadcrumbs – You are here:Tracston Community Forum – DevOps, Micro Services, Cloud, Infrastructure, Development, Monitoring and more…System: WindowsInstall Windows Feature from Comm …
You need to log in to create posts and topics.
Install Windows Feature from Command line

moshe@moshe
#1 · 20/10/2020, 8:10 am
Quote from moshe on 20/10/2020, 8:10 amProblem
User doesn’t have access to Windows GUI and would like to install features
Solution
- Open Command prompt as Administrator.
- Run the following powershell command
dism /online /Enable-Feature /FeatureName:TelnetClient
Powershell
Install-WindowsFeature Telnet-Client
Note
This command install telnet client
Problem
User doesn’t have access to Windows GUI and would like to install features
Solution
- Open Command prompt as Administrator.
- Run the following powershell command
dism /online /Enable-Feature /FeatureName:TelnetClient
Powershell
Install-WindowsFeature Telnet-Client
Note
This command install telnet client
Click for thumbs down.0Click for thumbs up.0