Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 默认启动不请求管理员权限,必要时使用管理员权限重启 #1390

Merged
merged 2 commits into from
Oct 18, 2024

Commits on Oct 13, 2024

  1. feat: 默认启动不请求管理员权限,必要时使用管理员权限重启

    - 写 HKCU 的命令不需要管理员权限,工程文件里的 RequireAdministrator
      改为 AsInvoker
    - 调用 uninstall 和 install/CustomInstall 前判断一下进程的状态,
      如果不是管理就提权重启
    WindyValley committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    6130b69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2269bc7 View commit details
    Browse the repository at this point in the history