Share via

Open Application with admin privileges without UAC

Vinit Desai2701 21 Reputation points
2021-12-14T12:54:58.217+00:00

One system is in domain and I wanted to open particular application with Admin rights without UAC prompt.

other applications and profile should not get the All admin privileges'. don't want to touch any registry edit, No third party applications.

User will remain Normal domain User account.

kindly suggest the way out.

Windows for business | Windows Client for IT Pros | Devices and deployment | Configure application groups
0 comments No comments

Answer accepted by question author

Jason Sandys 31,421 Reputation points Microsoft Employee Moderator
2021-12-14T14:51:01.66+00:00

There are many security related reasons why this is generally a bad idea and there's nothing built into Windows to facilitate this in any way (short of creating a script and embedding credentials in the script which is just as bad of an idea).

If this is an absolute must to meet a business requirement, then you have a couple of options to my knowledge:

  • Figure out why the app thinks it requires admin permissions and address those using a shim or targeted ACL change (or yell at the vendor of the software and have them do this as it's terrible form in general for a user application to require admin permissions).
  • Buy a third-party product that does selective user elevation on a per-app basis.

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

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