0

I have made an .exe windows Application which needs to run with Administration rights. When i open my app it does not prompt me the user account control in which one has to put his password.
so my app does not work.
my windows users don't know that it will only work by right clicking and choosing run as administrator. i need want that when clicked it should prompt the user to enter their password.
i am little frustrated because i have searched google whole day but found nothing.
i am not using Visual Studio

1 Answers1

1

One possible way is right click your .exe file then choose compatibility tab and check the option “Run this program as an administrator” in Privilege Level section.

udit043
  • 1,610
  • 3
  • 22
  • 40