Skip to content

Instantly share code, notes, and snippets.

@manashmandal
Created March 30, 2016 15:42
Show Gist options
  • Save manashmandal/b15937f62370e30acbe3c71866f50d01 to your computer and use it in GitHub Desktop.
Save manashmandal/b15937f62370e30acbe3c71866f50d01 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="2.0.0.0" processorArchitecture="x86" name="your_app_name_here.myapp" type="win32" />
<description> Your awesome app </description>
<dependency />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment