yuanrui / blog

Some notes.
http://yuanrui.github.io
3 stars 0 forks source link

PowerShell配置杂记 #29

Open yuanrui opened 3 years ago

yuanrui commented 3 years ago

查看PowerShell版本

执行$PSVersionTable.PSVersion

PowerShell最新版本下载地址

https://github.com/PowerShell/PowerShell/releases

PowerShell提示系统禁止执行脚本

运行get-executionpolicy,提示Restricted 执行set-executionpolicy remotesigned,并在随后的策略提示中选择“Y”。

未能加载文件或程序集System.Management.Automation

Error: 未能加载文件或程序集“System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad36
4e35”或它的某一个依赖项。强名称验证失败。 (异常来自 HRESULT:0x8013141A)