UAC and Java

后端 未结 5 930
渐次进展
渐次进展 2020-12-10 12:18

Is it possible to ask for elevated permissions from within a Java Application? Suggestions I\'ve seen seem to all be centered around running an external executable or setti

5条回答
  •  [愿得一人]
    2020-12-10 12:45

    You have to use an external (native) application to do this. This post provides source code and a great explanation: UAC Prompt From Java

提交回复
热议问题