Scheck 安装¶
- 版本:1.0.7-7-g251eead
- 发布日期:2023-04-06 11:17:57
- 操作系统支持:windows/amd64,windows/386,linux/arm,linux/arm64,linux/386,linux/amd64
本文介绍 Scheck 的基本安装。
安装/更新¶
安装:¶
Linux 平台¶
Windows 平台¶
Set-ExecutionPolicy Bypass -scope Process -Force; Import-Module bitstransfer; start-bitstransfer -source https://static.guance.com/security-checker/install.ps1 -destination .install.ps1; powershell .install.ps1;
更新:¶
Linux 平台¶
Windows 平台¶
$env:SC_UPGRADE;Set-ExecutionPolicy Bypass -scope Process -Force; Import-Module bitstransfer; start-bitstransfer -source https://static.guance.com/security-checker/install.ps1 -destination .install.ps1; powershell .install.ps1;
安装完成后即以服务的方式运行,服务名为scheck
,使用服务管理工具来控制程序的启动/停止:
或
其它相关链接:
- 关于 Scheck 的基本 使用,参考 Scheck 使用入门