How to get admin rights on-demand in .NET application?
- by sashaeve
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.