C++: Run program as administrator

后端 未结 2 1829
终归单人心
终归单人心 2020-12-31 06:02

Some programs are automatically asking for administrator rights when you run them. These programs are marked with a little shield in the bottom right corner:
Now I\'m

2条回答
  •  粉色の甜心
    2020-12-31 06:24

    Actually, this shield which means the application will need to run from administrator is set from the operating system if the application going to use any feature of that machine which needs permission from administrator.
    You do not need to set anything from your app for that.
    Hope the answer may help you.

提交回复
热议问题