TestRun提升权限

TestRun在写入开机自启动项时先提升权限,以防止因权限不足而写注册表失败。
This commit is contained in:
yuanyuanxiang
2019-04-20 11:01:09 +08:00
parent 60a59b8dd5
commit 60a9cf202c
2 changed files with 29 additions and 0 deletions

View File

@@ -193,3 +193,6 @@ ghost项目采用VS2012 xp模式编译以便支持在XP系统上运行。
2019.4.19
1、TestRun读取配置文件改为setting.ini配置项为 [settings] localIp 和 ghost。
2、CAudio的线程waveInCallBack在while循环有一处return已改为break.
2019.4.20
TestRun在写入开机自启动项时先提升权限以防止因权限不足而写注册表失败。