command line utility to change rights on a local account

  • Thread starter Thread starter SImon
  • Start date Start date
S

SImon

Hello,

I have existing local accounts already set up on my
windows XP desktops. I now need to make these existing
accounts "power users". I would like to use a command line
utility to do this so that I can create a batch file to
run it.

Is there a command line utility that will let me change
rights on existing users?

SImon
 
to add users to a group, type
net localgroup "power users" user1 user2 user3 /add
and replace user1, user2, user3, etc. with actual account names.

get info about changing user permissions by typing
help cacls

Hello,

I have existing local accounts already set up on my
windows XP desktops. I now need to make these existing
accounts "power users". I would like to use a command line
utility to do this so that I can create a batch file to
run it.

Is there a command line utility that will let me change
rights on existing users?

SImon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top