What I want to achieve for my application, is to not need to right click and choose Run as administrator each time I want to run it. I want Windows to
You need to embed a manifest file which will tell Windows that you want elevated privileges.
The example from that page is:
My App
This go-nuts post suggests that using rsrc should do the trick for you.