sternkanz Posted February 5, 2009 Share Posted February 5, 2009 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 More sharing options...
cluberti Posted February 5, 2009 Share Posted February 5, 2009 Use runas from the command line, would be my suggestion. Link to comment Share on other sites More sharing options...
sternkanz Posted February 5, 2009 Author Share Posted February 5, 2009 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 More sharing options...
cluberti Posted February 5, 2009 Share Posted February 5, 2009 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 More sharing options...
iamtheky Posted February 5, 2009 Share Posted February 5, 2009 (edited) runas administratorCACLS %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 userthen 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 February 5, 2009 by iamtheky Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now