How to use the net user command to change the user password at a Windows command prompt. Only administrators can change domain passwords at the Windows command prompt. To change a user's password at the command prompt, log on as an administrator and type: "net user <user_name> * /domain" (without the quotation marks)
When you are prompted to type a password for the user, type the new password, not the existing password. After you type the new password, the system prompts you to retype the password to confirm. The password is now changed.
Alternatively, you can type the following command: net user <user_name> <new_password>. When you do so, the password changes without prompting you again. This command also enables you to change passwords in a batch file.
Non-administrators receive a "System error 5 has occurred. Access is denied" error message when they attempt to change the password (the spaces are correctly done)
Wikipedia
Search results
Monday, December 20, 2010
How to Hide the Logon Script Dialog Box on a Windows Client
1. At a command prompt, type "control userpasswords2" and press Enter to open the Windows 2000-style User Accounts
application.
2. On the Users tab, clear the Users Must Enter A User Name And Password To Use This Computer check box and then
click OK.
3. In the Automatically Log On dialog box that appears, type the user name and password for the account you want to be
logged on each time you start your computer.
application.
2. On the Users tab, clear the Users Must Enter A User Name And Password To Use This Computer check box and then
click OK.
3. In the Automatically Log On dialog box that appears, type the user name and password for the account you want to be
logged on each time you start your computer.
How To Remove Login Password
Control Panel/Administrative Tools/Local Security Settings/Minimum Password Length/Reduce it to 0 (No password required). Control Panel/User Account/Your Account/Remove Password.
Tuesday, December 14, 2010
How to reset and add a administrator password using xp bootable CD in -XP
Follow the options
1. insert the XP bootable disk
2. Restart the computer
3. Select the second repair option
4. Press the key "shift+f10". Now we get a command prompt
5. done the the command ''net user <user name> <password>". Now we crate a normal user. This user has not
a administrative privilege because we add the user into the administrator
6. Add the user into the administrator done the command "net localgroup administrators <user name> /add". Now the user is add the administrator group.
7. Then completing the repair, done the new password in the administrator...
1. insert the XP bootable disk
2. Restart the computer
3. Select the second repair option
4. Press the key "shift+f10". Now we get a command prompt
5. done the the command ''net user <user name> <password>". Now we crate a normal user. This user has not
a administrative privilege because we add the user into the administrator
6. Add the user into the administrator done the command "net localgroup administrators <user name> /add". Now the user is add the administrator group.
7. Then completing the repair, done the new password in the administrator...
Sunday, December 12, 2010
How to take the comand prompt in installation time in -xp
To start the installation after some time press
shift+f10
then we can take paint application
done the command "mspaint"
finally exit to this command prompt done the command "exit"
shift+f10
then we can take paint application
done the command "mspaint"
finally exit to this command prompt done the command "exit"
Subscribe to:
Posts (Atom)