5

I found info on how to do it in c#, but how to make a C++ app pop-up that UAC "Run as administrator" when it is run?

Marin
  • 1,311
  • 16
  • 35

1 Answers1

11

You can set the manifest in Visual Studio in:

Project >> Properties >> Configuration Properties >> Linker >> Manifest File >> UAC Execution Level.

Mike Kwan
  • 24,123
  • 12
  • 63
  • 96