可变路径PowerShell - Win10

时间:2017-07-04 06:21:32

标签: powershell ssh windows-10

我已经下载了" openSSH-Win64",所以我可以使用我的PowerShell进入Linux服务器。

如果我进入该文件夹并调用ssh.exe,它就可以正常工作。 每次我需要使用SSH时,我都不想进入该文件夹。

我已经尝试了this tutorial但它没有用。在powershell上输入ssh时出现此错误:

ComSpec : The term 'ComSpec' is not recognized as the name of a cmdlet, function, script file, or operable program.

问题:

如何创建变量路径或其他内容,以便每当我在PowerShell中键入ssh时,它会自动调用此可执行文件C:\Users\druml\Downloads\OpenSSH-Win64\OpenSSH-Win64\ssh.exe

更新

我能够在命令行(cmd)上运行,而不是使用PowerShell。在我的情况下,我真的需要使用PowerShell。

1 个答案:

答案 0 :(得分:1)

我可以通过以下方式完成此操作:https://superuser.com/questions/949560/how-do-i-set-system-environment-variables-in-windows-10

添加新变量后,请务必按@J. Bergmann提及的方式重新启动PowerShell。