UAC和远程控制 [英] UAC and remote control

查看:98
本文介绍了UAC和远程控制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果您像我一样开发了远程控制应用程序,您必须知道屏幕截图在弹出对话框时不会捕获 UAC 对话框,因此无法继续控制.

If you've developed a remote control application as I've done, you must know that screen capture doesn't capture the UAC dialog when that dialog is pop up, and as a result the control can't be continued.

有人知道解决方法吗?

推荐答案

据我所知,我相信你问的是可能的.

From what I understand, I believe what you're asking about is possible.

除了远程控制软件之外,针对残障人士的测试自动化软件和辅助功能应用还需要一种与受保护的 UI 和安全桌面交互的方式.

In addition to remote control software, test automation software and accessibility apps for those with disabilities also need a way to interact with protected UI and the secure desktop.

关于 UAC 为远程控制软件提出的问题,请参阅:

Regarding the issues UAC presents for remote control software, see:

http://www.uvnc.com/vista/

http://groups.google.com/group/microsoft.public.platformsdk.security/browse_thread/thread/acb3a0ccb7682506/d05b0a3026366423

这些链接包含有关 UltraVNC 项目如何围绕 UAC 工作的信息.UltraVNC 是开源的,因此代码也可能是一个很好的资源.

Those links contain info on how the UltraVNC project works around UAC. UltraVNC is open source, so the code might be a good resource as well.

我认为此类问题的解决方案可能总是涉及将高完整性任务委托给服务.我认为没有其他解决方法(除了禁用各种 UAC 设置).

I think the solution to this type of problem probably always involves delegating high-integrity tasks to a service. I don't think there's any other way around it (besides disabling various UAC settings).

不用说,编写一个对系统具有异常高水平控制的应用程序是一件棘手的事情 - 设计时必须非常小心,以确保它可以安全使用而不会被利用.:)

And needless to say, writing an app that has an unusually high level of control over the system is a tricky matter - a lot of care must go into the design to make sure it's safe for use without exploitation. :)

另见:

http://www.codeproject.com/KB/vista-security/颠覆VistaUAC.aspx

http://www.codeproject.com/KB/vista-security/VistaSessions.aspx

http://social.msdn.microsoft.com/Forums/en-US/windowssecurity/thread/4aadadbd-fc3d-4239-ba0f-4d81f17ec938

这篇关于UAC和远程控制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆