Link to home
Start Free TrialLog in
Avatar of bbimis
bbimis

asked on

Can i have a restricted administrator account on win7

I have an issue where i'm trying to convert some of our xp machines to windows 7.  The issue is I can no longer make power users in windows 7 (or i don't know how).

Is there a way to do this with a registry hack command line script whatever?  To take ownership of the root of c and/or
make a user say manager that is of type administrator but doesn't have modify full permissions?

the programs need to be ran as the administrator in some instances but the invidual doens't need to have all permissions (basically power or elevated user)

Thanks!
Avatar of McKnife
McKnife
Flag of Germany image

There is no built-in way.
You should find out what the manufacturers of these programs recommend win7 users (non-admins) to do.
Avatar of bbimis
bbimis

ASKER

the programs are inhouse so is there not a way in group policy or anything to give admin rights but limit the administrator?
Let me give you an example for real need of admin privileges: some program might want debug privileges - only admins have those. Some programs would like to have other user privileges that only admins hold like those shown here: http://msdn.microsoft.com/en-us/library/windows/desktop/bb530716(v=vs.85).aspx

For other things, your programmers should be men enough to program workarounds or adjustments. Often, the reason why admin privileges are required is because the programmers don't know what they are doing or because they don't test with standard users accounts.
ASKER CERTIFIED SOLUTION
Avatar of McKnife
McKnife
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Also to put your mind at ease about Power Users. In XP, members of that group could get into the Registry and wreck the machines themselves, or go to links that invited viruses and wreck the machine that way.

Power Users is gone and now in Windows 7, modern versions of software that needed power user now functions with standard user and UAC enabled. That is certainly true for most software.

I do not find a need any more for power user.
Avatar of bbimis

ASKER

this looks like what i needed thanks!