Disabling UAC programmatically

后端 未结 8 843
情话喂你
情话喂你 2020-11-30 07:07

Is it possible to programmatically disable UAC in Vista? Or, can I make my application run unrestricted by the UAC setting in any way? FYI, the application needs to mount ha

8条回答
  •  遥遥无期
    2020-11-30 07:26

    Disabling UAC programmatically would defeat its purpose as this would then also be possible to be done by malware, worms, trojans and virusses and have no real security-effect at all.

    You could require to run your application under the admin-account or (I think) let Microsoft somehow sign your application.

    There may be other ways I'm not aware of, but none of them is programmatically!

提交回复
热议问题