• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

Account demotion

J

Jeff Barnett

Flightless Bird
A long time ago, I set up one of the accounts on our computer as a
"power user". I would now like to demote it to a regular user. It's been
long enough that I don't recall what I must do. Any help would be
appreciated.

The machine is XP Pro SP3, using welcome screen and simple file sharing.
--
Jeff Barnett
 
P

Pegasus [MVP]

Flightless Bird
"Jeff Barnett" <jbbrus@ca.rr.com> wrote in message
news:ewrFLDS3KHA.5212@TK2MSFTNGP04.phx.gbl...
> A long time ago, I set up one of the accounts on our computer as a "power
> user". I would now like to demote it to a regular user. It's been long
> enough that I don't recall what I must do. Any help would be appreciated.
>
> The machine is XP Pro SP3, using welcome screen and simple file sharing.
> --
> Jeff Barnett


Here is a Command Line method:

net user "xxx"
(to see what group the use is a member of)

net localgroup "PowerUser" "xxx" /del
(to remove xxx from the PowerUser group
 
J

Jeff Barnett

Flightless Bird
Pegasus [MVP] wrote:
>
>
> "Jeff Barnett" <jbbrus@ca.rr.com> wrote in message
> news:ewrFLDS3KHA.5212@TK2MSFTNGP04.phx.gbl...
>> A long time ago, I set up one of the accounts on our computer as a
>> "power user". I would now like to demote it to a regular user. It's
>> been long enough that I don't recall what I must do. Any help would
>> be appreciated.
>>
>> The machine is XP Pro SP3, using welcome screen and simple file sharing.
>> --
>> Jeff Barnett

>
> Here is a Command Line method:
>
> net user "xxx"
> (to see what group the use is a member of)
>
> net localgroup "PowerUser" "xxx" /del
> (to remove xxx from the PowerUser group

Thanks for the info. Is the effect of the command line identical to
doing the deletion through the "computer management" interface? And one
more question: Are there any side effects other than loss of ability in
the future? I hope the last question parses.
--
Jeff Barnett
 
P

Pegasus [MVP]

Flightless Bird
"Jeff Barnett" <jbbrus@ca.rr.com> wrote in message
news:#KxSh1S3KHA.348@TK2MSFTNGP04.phx.gbl...
> Pegasus [MVP] wrote:
>>
>>
>> "Jeff Barnett" <jbbrus@ca.rr.com> wrote in message
>> news:ewrFLDS3KHA.5212@TK2MSFTNGP04.phx.gbl...
>>> A long time ago, I set up one of the accounts on our computer as a
>>> "power user". I would now like to demote it to a regular user. It's been
>>> long enough that I don't recall what I must do. Any help would be
>>> appreciated.
>>>
>>> The machine is XP Pro SP3, using welcome screen and simple file sharing.
>>> --
>>> Jeff Barnett

>>
>> Here is a Command Line method:
>>
>> net user "xxx"
>> (to see what group the use is a member of)
>>
>> net localgroup "PowerUser" "xxx" /del
>> (to remove xxx from the PowerUser group

> Thanks for the info. Is the effect of the command line identical to doing
> the deletion through the "computer management" interface? And one more
> question: Are there any side effects other than loss of ability in the
> future? I hope the last question parses.
> --
> Jeff Barnett


It does not matter what tool you use to modify a user's memberships. The
effect is always the same and the details are kept in the same place (in the
registry file called "SAM". About side effects: Can't tell. It all depends
on what folders or files the demoted user needs to access and what user
privileges he needs for his job.
 
Top