右键单击 ps1 文件 > 编辑:不再与 USE 关联(卸载 Sapien Powershell studio 后)

Right click on ps1 file > Edit: Is no longer assosiated with ISE (After uninstalling Sapien Powershell studio)

卸载 powershell studio 后出现以下问题。

当我右键单击 ps1 文件然后进行编辑时,我收到此错误消息:

This file does not have an app associated with it performing this action....

(我有 powershell V5 和 win 10 1909)

打开注册表项HKEY_CLASSES_ROOT\.ps1

并将(Default)设置为Microsoft.PowerShellScript.1

打开注册表项(如果不存在则创建它)Computer\HKEY_CLASSES_ROOT\Microsoft.PowerShellScript.1\Shell\Edit\Command

并将(Default)设置为"C:\Windows\System32\WindowsPowerShell\v1.0\powershell_ise.exe" "%1"

重新启动计算机,上下文菜单中的编辑按钮应该可以使用。