PC Review


Reply
Thread Tools Rate Thread

Adding local accounts : need help with this...?

 
 
Jeff
Guest
Posts: n/a
 
      16th Feb 2009
I am trying to determine the most painless way to accomplish this.

We are in the process of setting up multiple local accounts on our XP
machines. One is a admin account with full admin rights, and the other is
an account named for the user, with only Power User rights. Many of the
machines we will be doing this on have one account only, the default
Administrator account, which some users utilize every day.

At first we renamed the default Administrator account to the user name,
rebooted, and their profile was completely wiped out. I had to rebuild
everything from scratch (email setup, shortcuts, etc.). Is there a way to
accomplish what I need without having to do this? I hope I explained this
clearly enough, if not, I'll add details.
 
Reply With Quote
 
 
 
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      16th Feb 2009

"Jeff" <(E-Mail Removed)> wrote in message
news:36EEF066-7220-4FC2-9F15-(E-Mail Removed)...
>I am trying to determine the most painless way to accomplish this.
>
> We are in the process of setting up multiple local accounts on our XP
> machines. One is a admin account with full admin rights, and the other
> is
> an account named for the user, with only Power User rights. Many of the
> machines we will be doing this on have one account only, the default
> Administrator account, which some users utilize every day.
>
> At first we renamed the default Administrator account to the user name,
> rebooted, and their profile was completely wiped out. I had to
> rebuild
> everything from scratch (email setup, shortcuts, etc.). Is there a way
> to
> accomplish what I need without having to do this? I hope I explained
> this
> clearly enough, if not, I'll add details.


You should leave the "Administrator" account alone and you should certainly
not use it for your users and for everyday tasks. To create the extra user
account, you could run this batch file on each machine:

@echo off
set UserName=SomeName
set PW=SomePassword
net user %UserName% %PW% /add
net localgroup "Power Users" %UserName% /add
net user %UserName%



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Local accounts work fine, domain accounts cannot load a profile Dima Windows XP General 2 20th Jun 2008 05:24 AM
Local accounts work fine, domain accounts cannot load a profile Dima Windows XP Security 2 20th Jun 2008 05:24 AM
Local accounts work fine, domain accounts cannot load a profile Dima Windows XP Setup 2 20th Jun 2008 05:24 AM
Restrict both local machine accounts and domain accounts from login Tekmazter Microsoft Windows 2000 Security 3 17th Nov 2005 04:32 PM
Adding Domain User accounts to an XP local administrators group dklein Windows XP Security 0 20th Sep 2003 01:56 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:44 AM.