Auto Password generation in Windows XP Pro SP2

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to set Windows XP to automatically assign a password whenever
a new account is created? The machine in question is a stand-alone desktop
running Windows XP Pro SP2. Thank you in advance for your assistance.
 
No, you need to set your own password.

Setting Passwords for User Accounts
http://www.utexas.edu/its/security/personal/windows/SetPswd_XP_and_2000.html

--
Carey Frisch
Microsoft MVP
Windows XP - Shell/User
Microsoft Newsgroups

Get Windows XP Service Pack 2 with Advanced Security Technologies:
http://www.microsoft.com/athome/security/protect/windowsxp/choose.mspx

-------------------------------------------------------------------------------------------

:

| Is there a way to set Windows XP to automatically assign a password whenever
| a new account is created? The machine in question is a stand-alone desktop
| running Windows XP Pro SP2. Thank you in advance for your assistance.
 
Greg said:
Is there a way to set Windows XP to automatically assign a password whenever
a new account is created? The machine in question is a stand-alone desktop
running Windows XP Pro SP2. Thank you in advance for your assistance.
Hi,

If you create the user with net.exe, you can set a password at
the same time.

Creating local user jeanette with the password some password:

net.exe user jeanette /ADD "some password"


Run the command in a command prompt to see any output from net.exe.
 
Back
Top