This can happen when the environment variables are missing an entry for Powershell. $env:path must include C:\WINDOWS\System32\WindowsPowerShell\v1.0\;. As mentioned in the comments, the installer likely added this entry to your path after not finding it on the first run of the installer.

To anyone else reading this in the future, try running the installer a second time. If you encounter the error again, check your environment variables and manually add the entry for Powershell.

相关文章:

  • 2022-01-06
  • 2022-01-24
  • 2021-06-20
  • 2022-12-23
  • 2021-04-10
  • 2021-09-10
猜你喜欢
  • 2022-12-23
  • 2021-08-20
  • 2021-04-22
  • 2022-02-08
  • 2021-10-25
  • 2021-07-21
相关资源
相似解决方案