Jump to content

Recommended Posts

Posted

Good day,

let's say, I have an exe with no access to its source. It requires admin rights to be run, however, if admin rights are not granted, its still functioning fine. So, to avoid unnecessary UAC prompts, I want to force it to run as standard user, but have no idea how. I was trying to modify its manifest("requestedExecutionLevel") with ResHacker, but with no luck. Any advice, please? :x

  • 3 weeks later...
Posted

  On 12/15/2010 at 1:37 AM, '871 said:

Good day,

let's say, I have an exe with no access to its source. It requires admin rights to be run, however, if admin rights are not granted, its still functioning fine. So, to avoid unnecessary UAC prompts, I want to force it to run as standard user, but have no idea how. I was trying to modify its manifest("requestedExecutionLevel") with ResHacker, but with no luck. Any advice, please? :x

Make sure you are re-importing a new manifest file, not editing the existing one in place. All of the PE Editors I know can't edit in place and DON'T tell you that they didn't actually change anything upon a save.

Also, you might want to look at resedit (http://www.resedit.net/), as it is more recent code and being maintained.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...