How to get admin rights on-demand in .NET application?
Posted
by sashaeve
on Stack Overflow
See other posts from Stack Overflow
or by sashaeve
Published on 2010-05-06T10:56:22Z
Indexed on
2010/05/06
10:58 UTC
Read the original article
Hit count: 258
.NET
|admin-rights
I run .NET application with default rights, then I need to perform some action which requires admin rights.
How to get admin rights on-demand in .NET application?
Running application with admin rights from the beggining may not be needed as such action may not be called.
© Stack Overflow or respective owner