start run cmd
dism /online /Enable-Feature /FeatureName:TelnetClient
uninstall the Telnet client using command line
dism /online /Disable-Feature /FeatureName:TelnetClient
server will ask for a reboot
legacy command - package manager is now deprecated
pkgmgr /iu:"TelnetClient"
uninstall the Telnet client using command line
pkgmgr
/up:”TelnetClient”
No comments:
Post a Comment