Results 1 to 8 of 8

Thread: [RESOLVED] How to give admin rights to a specific software for standard user accounts?

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2009
    Location
    Uk
    Posts
    157

    Resolved [RESOLVED] How to give admin rights to a specific software for standard user accounts?

    My software reads/writes to the registry and to the database in the local installation directory.

    It runs fine when the user is logged in as an administrator, however if logged in as a standard user the software cant access the registry or database fully so fails to run

    I've tried setting the security permissions to full access for "users" on both the registry node and the installation folder but still have a problem.

    Is there any other settings i can try to change?

    I also have the following in the app.manifest
    Code:
    <requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
    Last edited by experience; Nov 26th, 2012 at 06:00 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width