Click here to Skip to main content
15,889,874 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I have an app that must run as standard user. It run as standard user when UAC is enabled even admin is logged in. But when UAC is disabled, it runs as admin, which causes problems to the app structure. Is it possible to add something in app.manifest that force windows to run app as standard user like when UAC is enabled ?

Thank you.
Posted
Comments
Philippe Mori 21-Sep-15 12:43pm    
This question does not make much sense. The purpose of UAC is to force applications to run as a standard user. User should not disable UAC and given that it is almost 1 decade that UAC was introduced, it should be very rare cases where it is disabled anyway. In pratice, it should not affect much your application (assuming the user don't change UAC enabling once set).
sreeyush sudhakaran 27-Sep-15 6:36am    
Do you mean always run your application as standard user rather than running as Admin irrespective of UAC Status?
Xmen Real 27-Sep-15 12:53pm    
yes

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