How to use SetWindowsHookEx in Vista and hook Admin apps with UAC?

六眼飞鱼酱① 提交于 2019-12-06 11:48:12

You can't, as administrative processes are isolated from non-administrative processes running on the same user desktop. You can't even drag and drop between admin and non-admin processes.

This is an in-dept analysis: http://technet.microsoft.com/en-us/magazine/2007.06.uac.aspx

About the application you are referencing, it probably uses some administrative code running in background (usually as a service) so it can interact with administrative processes.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!