RCS V1.0.0 安装入口
====================

请不要直接运行 Monitor.Console.exe、Monitor.Service.exe、
Monitor.ConsoleGuard.exe 或 Monitor.Initializer.exe。

唯一安装入口：Deployment\Install-Rcs.ps1

安装步骤
--------
1. 从 https://rcs.qswl.tech/ 下载并安装：
   - .NET 8 Desktop Runtime 8.0.30 x64
   - Microsoft Edge WebView2 Evergreen Standalone x64
2. 将整个 RCS ZIP 解压到本机目录，例如 C:\RCS-Install。
   不要直接在压缩包或 U 盘内运行。
3. 打开开始菜单，搜索 Windows PowerShell，右键选择
   “以管理员身份运行”，在 UAC 窗口点击“是”。
4. 在管理员 PowerShell 中执行：

   Set-Location 'C:\RCS-Install'
   powershell.exe -NoProfile -ExecutionPolicy Bypass -File '.\Deployment\Install-Rcs.ps1'

   如果解压目录不同，请修改 Set-Location 路径。
5. 按 Initializer 页面完成环境、目录、首个 ADMIN、MachineId、
   License、Service、Console 和健康检查。
6. 完成后执行：

   Get-Service -Name 'RCS.Monitor.Service'

   Status 应为 Running。

名词说明
--------
- Windows 管理员权限：只用于安装 Windows Service 和写入 Program Files。
- RCS ADMIN：在 Initializer 中创建，用于登录 RCS 后管理用户和设备。
- RCS V1 没有手机版客户端；手机只能访问软件下载网页。

不要关闭 UAC，不要永久修改 PowerShell 执行策略，也不要把管理员密码发给他人。
