0

Possible Duplicate:
Requested registry access is not allowed

How I can let my application run at level of administrator using C++/CLI?

Community
  • 1
  • 1
Aan
  • 12,247
  • 36
  • 89
  • 150
  • 2
    You need to define application manifest, see http://stackoverflow.com/questions/562350/requested-registry-access-is-not-allowed – abatishchev Oct 09 '11 at 12:03
  • See also http://stackoverflow.com/questions/7351429/how-to-elevate-net-application-permissions and http://stackoverflow.com/questions/1032021/is-it-possible-to-uac-elevate-a-process-without-starting-another-process in case you want to switch to admin level programmatically. – Roman R. Oct 09 '11 at 12:03
  • Your application itself or a process you start? – abatishchev Oct 09 '11 at 12:04

0 Answers0