如果下载缓慢,建议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