Is UAC on Win7 different than Vista?

两盒软妹~` 提交于 2019-12-05 17:25:44

A very similar question got asked a short while ago.

Check your app.manifest, see if it requires elevated permissions. Check 3rd party DLLs to see if they preform actions in DllMain (which happens before your app code) that require elevations.

Larry Osterman in the comment for another answer provides the answer.

There are differences but they're extremely minor (mostly related to the auto-elevation logic which prevents a number of prompts). One user-visible difference is that applications that have been marked as requiring the Windows XP appcompat layer will now require elevation. – Larry Osterman 2 days ago

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