NetStat Agent Portable 3.3

We are happy to announce that NetStat Agent Portable 3.3 has been released. So what’s new except IPv6 netstat utility?

By default, the portable application asks for administrative rights if you run it in Vista or Windows 7. But if you need to run the application without administrative rights (for example, on a machine where you are not admin) then you need to open ‘NetAgent.exe.manifest’ file in the ‘NetStat Agent Portable’ folder and delete the following text:

<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
  <security>
    <requestedPrivileges>
      <requestedExecutionLevel
        level="requireAdministrator"
        uiAccess="false"/>
    </requestedPrivileges>
  </security>
</trustInfo>

That’s all.