cnping

Minimal Graphical Ping Tool
git clone https://git.sinitax.com/cnlohr/cnping
Log | Files | Refs | Submodules | README | LICENSE | sfeed.txt

uac.manifest (596B)


      1<?xml version="1.0" encoding="utf-8" standalone="yes"?>
      2<!-- This is no longer needed if you compile with WIN_USE_NO_ADMIN_PING.  It is only required for raw packet access -->
      3<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
      4  <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="cnping" type="win32"/>
      5  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
      6    <security>
      7      <requestedPrivileges>
      8        <requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
      9      </requestedPrivileges>
     10    </security>
     11  </trustInfo>
     12</assembly>