You can start your application as administrator if you add Application Manifest to your project.
Just Add New Item to your project and select "Application Manifest File". Change the <requestedExecutionLevel>
element to:
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />