answersLogoWhite

0

Answer--CD\

CD windows\system32

net user

E.g.

> net user asks mypa$$word

If there are people near you and you don't want them to see the password you type, enter:

net user *

E.g. > net user asks *

> Type a password for the user:

> Confirm the password:

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What can the user do from the command prompts?

There are a lot of things you can do with command prompt. For example, you can change the time or the date, chnage the password, ect. Just type HELP in the command prompt to see the list of things available to do.


Forgot username password for oracle 10g in vista?

Hi,from command prompt, execute the sqlplus command with this option -- / as sysdbasqlplus / as sysdbaafter log in change the password.ThanksSiva


How can you get to the command prompt when forgot password?

If you've forgotten your Windows password, you can access the command prompt by booting from a Windows installation media (USB or DVD). Once in the setup screen, select "Repair your computer," then navigate to "Troubleshoot" > "Advanced options" > "Command Prompt." From there, you can use various methods to reset or change your password. For other operating systems, similar recovery options may be available through installation or recovery media.


What do you know about PROMPT command in MS-DOS?

PROMPT command is an internal command, which is used to change the MS-DOS prompt. Through, the system displays the prompt bu default, when you start the computer.


Your win xp user password has been changed by virus?

if you can boot to command prompt (Shift-F8 during boot process, and select Safe Mode with Command Prompt) you will be able to reset the password there. Once in command prompt type: net user (username) * (without typing the brackets around the username, and make sure you put the *) type the new password, confirm the new password reboot, and then login


What does CD stand for in command prompt?

Change Directory..


How do you make a directory in command prompt?

the procedure of making account though command prompt is net user, system name, password /add e.g net user pc 123 /add


How do you fix system error 5 on command prompt without the admin password is their another way to change the admin password without knowing the current one it's on vista by the way?

There is no actual way to fix System Error 5 without the administrators password. There is a way to change the admins password. Search on YouTube for "Password Recovery".


How do you change the password of a SQL Server login?

Try to use command prompt to change your sql sa password. First, open a command prompt (Start -> Run -> cmd) Then, type the follow commands, and press Enter after each line: Osql -S yourservername -E 1> EXEC sp_password NULL, 'yourpassword', 'sa' 2> GO


How do you create an user account' in Windows 98 in dos?

To create a user account in Windows 98 using DOS, you can use the "net user" command at the command prompt. First, open the Command Prompt by selecting "Run" from the Start menu, typing "command," and pressing Enter. Then, type net user username password /add, replacing "username" with the desired account name and "password" with the chosen password. After executing this command, the new user account will be created.


How do you change password in AS400?

To change your own password "CHGPWD" is the command. If You have an Authority as QSECOFR, Then use the command " WRKUSRPRF" and give the User profile name and then you' will have password field on the screen. you can reset the password there or even you can give specified password there.


How do you reset your Linux password?

Run the command "passwd". You will have to enter your old password to change it. If you are root, you will not have to enter the old password to change a user's password.