Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Good afternoon,

I made a program (exe) but this program only works if I have administrator rights. How can I solve this?

Best regards


What I have tried:

If I turn off user account control it works but I prefer not to.
Posted
Comments
Richard MacCutchan 22-Oct-20 9:46am    
It means your program is requesting admin rights in its manifest. So change the manifest so it only needs normal access.
Sandeep Mewara 22-Oct-20 13:49pm    
By default, applications always run in standard user mode (this is not admin mode). You must have some code making it so. Is entire code yours or you added somehting related?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900