要在PowerShell中安装 Telnet,您可以运行:
Install-WindowsFeature -name Telnet-Client
不幸的是,这似乎在PowerShell Core中不起作用,它会产生以下错误:
Install-WindowsFeature : The term 'Install-WindowsFeature' is not recognized as the name of a cmdlet
PowerShell Core 中安装 Telnet 的等效命令是什么?
使用 Windows 10 版本 2004,预览体验计划
在提升的外壳中运行:
安装 Telnet 的另一种方法是通过 DISM:
如果 PowerShell
Install-WindowsFeature
和 DISM 都不适合您,则 Microsoft 不会为您的 Windows 版本提供 Telnet。您可以改为安装 Chocolatey ,然后 使用以下命令安装其telnet包: