记录:Windows10 安装 Screenfetch(neofetch)

 


如果下载缓慢,建议kx上网

以管理员权限打开 PowerShell
输入 Install-Module -Name windows-screenfetch,回车(输入Y,接受)
Install-Module -Name windows-screenfetch
1
输入 Set-ExecutionPolicy -ExecutionPolicy Unrestricted,回车(输入Y,接受)
Set-ExecutionPolicy -ExecutionPolicy Unrestricted
1
输入 Import-Module windows-screenfetch
Import-Module windows-screenfetch
1
输入 Screenfetch 测试!

问题记录:

Import-Module : 无法加载文件,因为在此系统上禁止运行脚本。
(输入 Set-ExecutionPolicy -ExecutionPolicy Unrestricted,回车(输入Y,接受))
set-ExecutionPolicy RemoteSigned
1

 

上一篇:uni-app 模拟机调试环境搭建


下一篇:Mac的游戏开发配置环境笔记