windows 7 - UAC and remote control -


if you've developed remote control application i've done, must know screen capture doesn't capture uac dialog when dialog pop up, , result control can't continued.

anybody know solution this?

from understand, believe you're asking possible.

in addition remote control software, test automation software , accessibility apps disabilities need way interact protected ui , secure desktop.

regarding issues uac presents remote control software, see:

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

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

those links contain info on how ultravnc project works around uac. ultravnc open source, code might resource well.

i think solution type of problem involves delegating high-integrity tasks service. don't think there's other way around (besides disabling various uac settings).

and needless say, writing app has unusually high level of control on system tricky matter - lot of care must go design make sure it's safe use without exploitation. :)

see also:

http://www.codeproject.com/kb/vista-security/subvertingvistauac.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


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -