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
dism /online /Enable-Feature /FeatureName:TelnetClient
Powershell
Install-WindowsFeature Telnet-Client
Note
This command install telnet client