StandardUser Posted December 15, 2010 Posted December 15, 2010 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?
aef03 Posted December 31, 2010 Posted December 31, 2010 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? 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now