This repository was archived by the owner on Apr 8, 2023. It is now read-only.
Open
Conversation
Author
|
没有实现自动获取UAC |
|
我是自行创建计划任务用最高权限启动的,提醒一下「设置」页面的「任务停止时间(大概是这个意思,我用的别的语言的系统)」默认是 3 天,需要去掉勾选,不然跑几天之后进程会被强杀😂 |
Owner
|
发布的Exe我都做过代码签名和uiAccess=true的处理,只要,所以只要把程序放在c:\windows或c:\Program files里一个文件夹里就可以了,不需要管理员身份启动。 |
Author
|
@cuiliang 我不喜欢把各种软件塞进C盘,所以在其他盘单开了一个专门的文件夹,我不想因为一个有管理员权限的开机启动而把exe放进指定文件夹里, |
Owner
|
@bai1996 明白了,谢谢! 只是增加一个额外的库感觉不是很理想😂,等看看有没有更多的人有类似的需求再看要不要合并了。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
新增了个【开机自动启动(UAC)】使用【任务计划程序】实现,能够在用户登录后直接自启动,而不弹出UAC界面,
