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
WSReset app manifest to autoelevate my custom process
Bala Smart
51
Reputation points
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.
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.
1 answer
Sort by: Most helpful
-
Carl Fan 6,846 Reputation points
2021-06-15T09:34:37.583+00:00