摘编自boygayman的博客,遵循CC 4.0 BY-SA 版权协议。生化环材对此文章有改动

当我们使用terminal打开powershell后会出现**[启动“powershell.exe”时出现错误 0x80070002]**,找了很多网上的方法都行不通。

image-20210714165233070

解决方案如下:

1、添加Path环境变量

image-20210714165507936

在这里搜索查看高级系统设置然后打开

image-20210714165606979

点击环境变量

image-20210714165709626

然后点击编辑文本

image-20210714165811051

将这段添加到后面

image-20210714165829834

最后再尝试打开,成功。

2、进行命令行设置

打开后点击设置

image-20210714170027798

在点击windows powershell

image-20210714170223324

点击浏览,找到你的powershell的目录,一般目录在C:\Windows\System32\WindowsPowerShell\v1.0下面

image-20210714170301782

最后点击保存

image-20210714170416589

就可以完美运行了

image-20210714170435910