WSReset app manifest to autoelevate my custom process

Bala Smart 51 Reputation points
2021-06-14T13:30:28.84+00:00

Hi,
I need to auto-elevate my process without prompting user pop-up. When i look into WSReset.exe(C:\Windows\System32\WSReset.exe). It will be auto elevated without user user prompt.

It has <autoElevate>true</autoElevate> in it's manifest. So i need to do same in my process to auto-elevate my application with user available in Administrator group.
105433-auto-elevate.png

I am not able to find any documentation for autoElevate manifest entry. If anybody knows let me know to implement in my process

Note:
You can get details from this link.

Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,884 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Carl Fan 6,846 Reputation points
    2021-06-15T09:34:37.583+00:00

    Hi,
    I'm not sure but it's probably about the authentication of startup user. if you did not already, you may check here for detailed information.
    https://learn.microsoft.com/en-us/previous-versions/bb756929(v=msdn.10)?redirectedfrom=MSDN
    You may need to have an entry like: <requestedexecutionlevel level="requireAdministrator" uiaccess="false">
    Hope this helps and please help to accept as Answer if the response is useful.
    Best Regards,
    Carl


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.