dfdragon / kcptun_gclient

GUI for KCPTun windows client
886 stars 179 forks source link

UAC提权功能能不能去掉.现在无法开机自启动了 #3

Closed ghost closed 8 years ago

ghost commented 8 years ago

系统windows 10 UAC提权功能能不能去掉.现在无法开机自启动了 上一个版本还可以启动. 现在无法自动启动了.不管是软件自带的开机启动,还是自己shell:startup添加的启动项目,都无法正常工作

dfdragon commented 8 years ago

正在外出差,这几天无法改代码。你用的win10具体的版本号告知一下。另外,现在换到前一个版本使用注册表方式能正常开机启动吗?加UAC提权就是为了操作注册表用的,我自用的win10环境没出现过这个问题。

2016年10月11日 12:54,"netroby" notifications@github.com写道:

系统windows 10 UAC提权功能能不能去掉.现在无法开机自启动了 上一个版本还可以启动. 现在无法自动启动了.不管是软件自带的开机启动,还是自己shell:startup添加的启动项目,都无法正常工作

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dfdragon/kcptun_gclient/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AJUIF3KaF7eoA8g5kXKju1qb2I5RuFufks5qyxaSgaJpZM4KTPk2 .

kawashiro310 commented 8 years ago

同感最好去掉UAC,这样能开机静默启动,可以放到这个目录里面 C:\Users\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

dfdragon commented 8 years ago

如果UAC使用有问题的话,请告知Windows详细版本号信息并尽可能详细描述一下现象,我自用的win10一直使用正常。一般来说,UAC提权的提示在第一次选择确认后就不会再次出现了,我不知道是不是Windows更新了安全策略,所以需要os详细版本号和我的比对一下。

2016年10月12日 20:01,"kawashiro310" notifications@github.com写道:

同感最好去掉UAC,这样能开机静默启动,可以放到这个目录里面 C:\Users\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/dfdragon/kcptun_gclient/issues/3#issuecomment-253194683, or mute the thread https://github.com/notifications/unsubscribe-auth/AJUIF6WtWcUyNB3OFwTvvuCWuhicHyk1ks5qzMw1gaJpZM4KTPk2 .

ghost commented 8 years ago

windows 10 14393.222

ghost commented 8 years ago

我把系统UAC调到最低都不行。

choicky commented 8 years ago

之前的版本能开机自动运行;v1.0.12 在我两台win10上同样无法开机启动。

手工双击运行时,会有一个窗口问是否同意运行。

win10,专业版64位,10586。

dfdragon commented 8 years ago

挺奇怪的,我这边也是14393.222,win10 x64 专业版,但两台电脑都没有问题,具体原因未知。

新发布了一个版本,去除UAC提权功能。

dfdragon commented 8 years ago

刚装完系统更新,14393.321也没有出现问题。

choicky commented 8 years ago

多谢更新

ghost commented 8 years ago

测试可以了. 谢谢Repo主更新Fix