Click here to Skip to main content
15,891,375 members
Articles / Programming Languages / C#

Is Your App Running As Administrator?

Rate me:
Please Sign up or sign in to vote.
4.98/5 (25 votes)
19 Jan 2011CPOL 26.8K   19  
You can also add an application manifest file. If you're using VS 2010, there's an option for one in the "Add New Item" dialog (right click on the project, click "Add" then click "New Item") and edit the generated file to uncomment the line that says:<requestedExecutionLevel ...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
24 Jan 2011#realJSOP 1 alternative  
How to make your app detect whether or not it's running in admin mode.

License

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


Written By
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions