Hi, got a strange question....
I have this DELL laptopn with the Windows XP Home CD
For some reason it automaticaly creates an account named "Owner"
I actualy want the account name to be something else.
The problem is that I can't find on the CD how Dell creates that account
I verified the CMDLINES.TXT in the \$OEM$\ folder
it point to an other batch file and installs a .INF file
but both of the files has no reference to the "Owner" account
and I also double checked the the WINNT.SIF and UNATTEND.TXT
and I dont see any reference to any "Owner" account
So I'm wondering who they managed to created this account.....
Has a work arround, I actualy create a second account, put it as an Administator
and the delete the "Owner" account.
But I would prefer if the "Owner" account was never created.
Could some one point me to the right direction on where that account gets created
Thanks
Page 1 of 1
DELL "Owner" account how can i delete it?
#2
Posted 01 June 2008 - 06:58 AM
Hi,
Creation of the "Owner" account seems to be automatic on Windows XP Home.
With Windows XP Professional you can logon to the Administrator account which is not permitted on Windows XP Home (except in Safe Mode).
I suspect that the post install process for XP Home simply creates this account for you as a starting point.
You can use Control Panel -> User Accounts to create another logon which is more suited to your needs or perhaps a script could be used.
Kind Regards
Simon
Creation of the "Owner" account seems to be automatic on Windows XP Home.
With Windows XP Professional you can logon to the Administrator account which is not permitted on Windows XP Home (except in Safe Mode).
I suspect that the post install process for XP Home simply creates this account for you as a starting point.
You can use Control Panel -> User Accounts to create another logon which is more suited to your needs or perhaps a script could be used.
Kind Regards
Simon
#3
Posted 01 June 2008 - 09:48 AM
First, create a new User (replace colored text with what you want to use)
from a command prompt run this:
Add him to the Administrators group:
(optional) i also set the password expiry flag to never with the attached EXE file like so:
netuser.exe Username /pwnexp:y
Then after you have an account to setup the way you like:
that will disable the old 'Owner' account
from a command prompt run this:
Quote
net user Username Password /add /active:yes /EXPIRES:NEVER /passwordchg:no /fullname:"This is What Shows on the Welcome Screen"
Add him to the Administrators group:
Quote
net localgroup "Administrators" Username /add
(optional) i also set the password expiry flag to never with the attached EXE file like so:
netuser.exe Username /pwnexp:y
Then after you have an account to setup the way you like:
net user owner /active:no
that will disable the old 'Owner' account
Attached File(s)
-
netuser.exe (44.5K)
Number of downloads: 5
- ← Bypass OOBE without removing user account creation
- Unattended Windows 2000/XP/2003
- How to add items to Send To context menu? →
Share this topic:
Page 1 of 1



Help
Back to top









