1

I am trying to modify (delete, replace, ...) files which required admin rights to be modified. For the moment, the operation just fails. How to:

  • Know that special rights are required
  • Ask the user to grant the application temporary to perform this operation
  • Run the operation with the given rights?

Thanks

Peter Hosey
  • 95,783
  • 15
  • 211
  • 370
AP.
  • 5,205
  • 7
  • 50
  • 94

1 Answers1

0

You need to read about Authorization Services.

Carl Norum
  • 219,201
  • 40
  • 422
  • 469