Windows10中Power Shell(x64)出现“无法加载 PSReadline 模块。控制台在未使用 PSReadline 的情况下运行。”的解决办法

Windows10中Power Shell(x64)出现“无法加载 PSReadline 模块。控制台在未使用 PSReadline 的情况下运行。”的解决办法解决:
1、在管理员权限下运行Windows Power Shell(x64)
2、 然后输入Set-ExecutionPolicy Unrestricted
3、选择Y
4、最后输入Import-Module 'C:\Program Files\WindowsPowerShell\Modules\PSReadline\1.2\PSReadline.psd1’
————————————————
原文链接:https://blog.csdn.net/weixin_41667361/article/details/90753548

上一篇:android 48dp美化


下一篇:json,serialize,msgpack比较