Difference between Power user and Administrator

12

3

What would be the differences between a power user and administrator user?

user44212

Posted 2011-02-03T03:43:51.953

Reputation: 263

Answers

17

I assume you mean in a Windows system. Here's the full list from Microsoft:

Basically, Power Users can:

  • Run legacy applications, in addition to Windows 2000 or Windows XP Professional certified applications.
  • Install programs that do not modify operating system files or install system services.
  • Customize systemwide resources including printers, date, time, power options, and other Control Panel resources.
  • Create and manage local user accounts and groups.
  • Stop and start system services which are not started by default.

Power Users do not have permission to add themselves to the Administrators group. Power Users do not have access to the data of other users on an NTFS volume, unless those users grant them permission.

bfhd

Posted 2011-02-03T03:43:51.953

Reputation: 2 097

Create and manage local user accounts and groups. - doesn't this mean they could create a user and add them to Administrator group? Or create a group that has admin rights? The first 3 points can be done by any regular user (except maybe Guest). – Alex – 2014-09-12T04:54:02.713

4

Note: in Windows 7 and above, Power Users only exists for legacy purposes, and is the same as ordinary Users, unless an admin explicitly adds extra rights to the group. http://serverfault.com/questions/525880/what-does-windows-7-local-group-power-users-actually-do

– Foo Bar – 2015-06-03T14:51:27.243

Nice answer, @bfhd. Now we just have to get you to work on your formatting :-) – None – 2011-02-03T05:54:32.080

What's a legacy application? – piperchester – 2012-08-14T20:59:05.477

Legacy application means essentially 'old' application. Usually it's referring to DOS applications. – bfhd – 2012-08-15T04:00:58.087