我正在使用 powershell 添加密钥到 windows 7 x64
到目前为止,我已经使用 powershell 尝试了以下命令
powershell -executionpolicy bypass -file install-sshed.ps1
Run Code Online (Sandbox Code Playgroud)
我收到这样的错误:
-File 参数的参数“install-sshed.ps1”不存在。提供现有“.ps1”文件的路径作为 -File 参数的参数
我做错了什么?