Jump to content

How to allow a Power User to make registry changes


sternkanz

Recommended Posts

I work for a small private company and in the office we have several PCs hooked up to our network. Some log in to their own local machines (like myself) and others log into our domain and have Power User access to their PCs. Recently we had a problem on our secretary's PC. We logged into the administrator account and ran a registry fix program and the problem disappeared. However back on the Power User account the registry fix program was denied access. Is there any way to temporarily allow the account which is set up as Power User to make changes to the registry?

Thanks for any replies!

Link to comment
Share on other sites


while this worked to run the program, the program then did a cleanup for the administrator count (or so it seemed) and the power user account is still messed up. I'm looking more for a way to run the program AS the power user.

Link to comment
Share on other sites

Unfortunately, that's not as easy. Registry editing requires ACLs and perms set on the registry and the filesystem that would make the user, basically, an administrator for all intents and purposes. It might be better to change the account type temporarily, make the fix, then switch it back.

Link to comment
Share on other sites

runas administrator

CACLS %path to folder containing settings that will change% /E /T /C /G "power users":F"

EDIT: (sorry left my runonce info in there which would be no help)

then run it normally as the power user

then remove permissions i suppose.

I believe your problem is power users not being able to modify system wide permission.

But if the changes were system wide they would have appeared when ran as admin, no?

Edited by iamtheky
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...