Files
pqs-9100_client/doc/管理员权限说明.md

35 lines
909 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 管理员权限说明
当前版本采用**绿色包 + MySQL 进程模式****不需要管理员权限**。
## 当前结论
1. 双击 `NPQS9100.exe` 即可启动
2. 无需管理员权限
3. 无 UAC 弹窗
4. 解压即用,完全绿色
5. 仅在应用运行期间启动 MySQL
## 说明
- MySQL 和 Spring Boot 会在应用启动时自动启动
- 退出应用时自动清理
- 不注册 Windows 服务
- 不依赖开机自启
## 为什么这样设计
- 需要管理员权限的启动方式对 C 端用户不稳定
- 用户直接双击使用时,提权、授权或服务安装失败会导致启动失败
- 因此当前版本统一采用无需授权的绿色包进程模式
---
## 📝 版本历史
| 日期 | 版本 | 说明 |
|------|------|------|
| 2025-12-01 | v2.0 | 改用进程模式,无需管理员权限 ✅ |
| 2025-10-17 | v1.0 | 服务模式,需要管理员权限(已废弃)|