Hardware and software setup

Windows account password. How to reset your Apple ID account: setup, reset, account deletion, instructions and recommendations

A terrible thing happened: your password in Windows 10 does not fit, and the system does not want to let you in. This can happen for various reasons: they forgot the password, children accidentally changed it, ill-wishers deliberately changed it, or malware. In any case, we have the following: the password that was set is not suitable, and I don’t want to completely reinstall the operating system. Below I will tell you how to reset your password on Windows 10, but before all the manipulations, make sure that:

  • key not enabled cap lock(it changes all entered letters to uppercase, and the password is case sensitive). If you have such a situation, then press this key and try entering the password again.
  • you enter the password on the correct keyboard layout (Russian, English, possibly some other language);
  • all characters are entered (no keyboard problems).

Convinced, but the password still does not match? Then we move on to decisive action. Before you begin to remove your password, you can read how to remove the password in Windows if you have access to your account. "".

Reset your Microsoft account password

Perhaps the easiest way to regain authority over the account and log in. It works, however, only if you logged into the computer using your account. Microsoft records(created it during system installation/first login or used a previously created account). If you have not registered with Microsoft, then you can go down to another section of the article, where we will discuss another option.

To reset your password, follow this link: https://account.live.com/resetpassword.aspx. You can do this on another computer or from your phone.

Choose the appropriate option, for example, you forgot it or you doubt that the computer correctly recognizes the characters you enter (this is the 2nd option, which is displayed in the screenshot above). Next, the site will prompt you to specify any of two contacts - email or phone - which is associated with a Microsoft account.

We remove the password on Windows 10 using the installation

If you're signed in with a local account and no Microsoft account appears in any way, password recovery will take a little longer. You will also need the so-called LiveCD - a disk (or flash drive) with a set of programs and installation files. But the disk is quite suitable for Windows installation 7, 8 or 10. I think you have one of the images on a CD, it remains to place it in the drive. Yes, if you do not have such a disk, then it's time to make one. After all, installing Windows is simple and on this site you can find detailed instructions on how to do it.

To do detailed instructions, let's take for example the situation when your drive contains installation disk Windows. We restart the computer and boot from it. If you are not familiar with the concept of "how to put a disk boot in the BIOS", then I recommend reading the article "". We need to start installing Windows. Once this happens, one of the first installation steps (choosing a language or agreeing to license agreement) press the key combination "Shift" + "F10" - this will bring up the command line. Maybe, this option does not help open the command line, then you can use another option - on the left, select "System Restore".

Here is an example Windows 10 installation disc:

If you are working with a Windows 10 disc, here are the steps to follow to open a command prompt:

  • First of all, click "Next";
  • then "System Restore";
  • now "Troubleshooting";
  • Click "Advanced options";
  • Select "Command Prompt";

If you have Windows 7, then after a few minutes of waiting (depending on the computer) in the window that opens, you need to select "Troubleshooting", then click on "Advanced Options" and in the last step select "Command Prompt".

So, you have opened the command line, now in order to carry out the password reset operation in Windows 10, you need to know exactly which disk the operating system is on. You can find this out in two ways:

  1. We enter in turn the commands "diskpart" (a utility for working with computer hard drives), then - "list volume" (we get information on the disks). After entering each command, press "Enter".

Thus, we understand on which of the disks in the list the OS is installed and remember the drive letter. For example, in my case it is drive D.

  1. An arc option that will allow you to find out on which disk the system is installed. We launch Notepad by typing “notepad” into the command line and do not forget to press “Enter” after entering the command.

After these steps, notepad will open, select at the top left: "File" - "Open". In the window that appears, we examine our computer to find on which of the disks the “Windows” folder is located, and remember the drive letter. This option is suitable for users who cannot figure out the first option.

Now that you know exactly the drive where the system is installed, let's get down to business. So, we return to our command line, which was launched earlier. We know the drive letter. Yes, in most cases the OS is installed on drive C, I will continue to indicate the letter D, but in your case it is most likely drive C. You will replace the letter with your own if yours is different. To exit Disk Utility, type "exit" and then press "Enter".

Now write the following command on the command line: movec:\windows\system32\utilman.exec:\windows\system32\utilman2.exe" (after entering the command, press "Enter" again). If everything is correct, you will see a success message. Next, enter: copyc:\windows\system32\cmd.exec:\windows\system32\utilman.exe". I remind you that after each command you must press the "Enter" key on the keyboard.

When the above commands are used on your computer, you need to restart the computer in normal mode (close the command line and the installation window, after that the computer will restart - for the Windows 7 installation disk), but before restarting the computer, do not forget to remove the disk from the drive . Close the command prompt and click "Continue" - if you have an installation Windows disk 10 (if a different disk, then just restart the computer). When your system is loaded, we get to the login form and click on the "Accessibility" icon (located at the very bottom right). If we did everything right, the command line should start.

Attention: if for some reason you don't have screens similar to the screenshots above, for example, you booted from a LiveCD (it's better to use the Windows installation disk) and it is possible to access the files on the disks without logging in, your task is to first rename the utilman file .exe to utilman2.exe and then copy the cmd.exe file (the file is located in C:\Windows\System32), and then create a copy of the cmd.exe file in system32, changing it to "utilman.exe".

When the command prompt opens, enable the “master of all Windows” (Administrator) account. To do this, write the command “net user Administrator /active:yes” (for the Russian version - “Administrator” will then turn out ““net user Administrator /active:yes” ) and press “Enter”.

After that, in the list of computer users, New user- Administrator - this account will help us reset the password in Windows 10. After these steps, the "Administrator" account should appear at the bottom left, but it may be necessary to restart the computer or laptop to update the list of users. As soon as it is displayed, enter it without a password (click on it with the left mouse button).

On the left, click on "Administrator":

After logging in (which may take longer than usual because the account has not been loaded before), click right click click on the "Start" button and select "Computer Management" in the menu that appears (there is another option - hold down the "Win" - "X" keys).

will start Windows tool. You need to find the item " Local Users- "Users". Now, in the list of users, find your user, right-click on it and select "Set Password".

The system will issue a warning, which you need to read - click on "Continue".

Note: after resetting the password in this way, it is recommended to return everything to its place: disable the "Administrator" account by entering the command "net user Administrator / active: no". Then return the "Accessibility" icons. To do this, delete the utilman.exe file from the System32 folder, then rename utilman2.exe to utilman.exe. If renaming fails in the graphical Windows interface 10, then you need to use command line. To execute the commands, you need to boot into system recovery mode (this was previously described), open a command prompt and enter 2 commands:

  • del C:\Windows\System32\utilman.exe
  • move C:\Windows\System32\utilman2.exe C:\Windows\System32\utilman.exe

After that, you can forget about the password and you can use the computer.

How to remove the password through the registry editor

To do this, boot from the installation disk, press "Shift" + "F10" (maybe you also need to hold down the "Fn" button on your laptop) and after that the command line will open. Now enter the command "regedit", press "Enter". When the registry starts, left-click on "HKEY_LOCAL_MACHINE", click on "File" and select "Load hive".

After that, we find our section by name inside HKEY_LOCAL_MACHINE, select the “setup” section in it, and in the right part of the window change the “CmdLine” value to “cmd.exe” (you must double-click on the “CmdLine” parameter and enter cmd.exe), and change "SetupType" to "2". For the changes to take effect, click "File" - "Unload hive" and confirm our intentions. After that, you can close the registry and command prompt, restart your computer.

Now, when Windows boots, the familiar command line window will appear, in which, by entering the “net user user password” command, we will set any New password to log a specific user into the system (“user” is the login name, “password” is the new password you want to set). Then we write "exit" and press "Enter" - to exit the command line. You do not need to disable it, because the next time you boot, the registry settings will return to their original values.

Here is another option on how to remove the password (so that you understand how to work in a given situation):

In order to protect data on the computer from strangers, Microsoft offers users to set a password to log into their account. Most often, a password is set during Windows 10 setup, and it can be tied to a Microsoft account or created locally.

Regardless of how the password was set, it is possible for a computer user to forget it. Most often it turns out that in fact a person remembers the password, but enters it with the CAPS LOCK button turned on (or, conversely, turned off) or on foreign language. If the problem turned out to be not so banal, and you really can’t remember the password, you can reset it, and on the Windows 10 operating system this is done in several ways.

How to reset your Microsoft account password

If the computer user password was tied to a Microsoft account, which Windows 10 allows, it is enough to reset it and install a new one to gain access to the computer. Microsoft account password change is carried out on the official website. You can do this from any computer, tablet, phone, if the Internet is available on the devices.

Important: In order for the new password to be activated on a locked computer, you will need to connect to the Internet on the user selection screen. You can do this via Wi-Fi.

To reset your Microsoft account password, follow these steps:


When the account password is changed, you can return to the blocked Windows screen 10, connect to the Internet and enter a new password to enter the system.

How to reset Windows 10 password set locally

If the account password Windows user 10 was installed locally on the computer, and not tied to a Microsoft account, it can be reset in two ways.

Through the command line when booting from the recovery disk

If you have a Windows 10 installation disc or a flash drive / system recovery disc, they can be used to easily reset the password for the operating system account. To do this, you need to put in BIOS boot computer with this drive, then restart your computer. Instead of the standard Windows boot 10, the installation environment will start prompting you to select a language. Instead of choosing a language, press Windows key + F10 to open a command prompt.

Please note: If the keyboard shortcut does not open a command prompt, you can do this as follows. In the lower left corner of the installation window prompting you to select a language, click "System Restore". Next, select the items: "Troubleshooting" - "Advanced options" - "Command line".

Do the following on the command line:


Boot the computer from the main hard drive on which the Windows 10 operating system is installed. On the password entry screen in the lower right corner, click on the “Ease of Access” item, which will open the command prompt. In it you need to enter and confirm the command:

Net user username newpassword

Username is the Windows 10 username whose password is being reset. If the name consists of several words, they must be enclosed in quotation marks. If you don't remember your username, you can find it out by typing net commands users on the command line.

New password– the password that will be used in the future to enter the operating system.

Through the built-in administrator account

The Windows 10 operating system has a built-in administrator account through which you can reset your password. note that this way relevant only in cases where the computer is installed Professional or Corporate Windows versions 10.

To reset the password using the built-in administrator account, you need to:


When the above steps are completed, you can start the computer under an account with administrator rights and disable the built-in account that was activated earlier.

In a crisis, save up for new gadget it’s not so simple, but used devices differ little from store-bought ones, especially if you choose them wisely. However, when buying such equipment, a lot of nuances lie in wait for us, for example, how to set up your account on windows phone. Learn how to delete the previous owner's account and set admin rights to your own.

Without active account You can't fully use your smartphone

A Microsoft account is a mandatory part of the full use of the smartphone. Without it, the bulk of the functions will become inaccessible. Account Windows phone is used for Reserve copy, downloading various utilities from the manufacturer's store, as well as for other options. In new devices, the account is logged in during the initial setup.

The account consists of an e-mail address and a password. Using this login/password pair allows you to use tools such as Xbox Music, Office 365, Microsoft cloud technologies, Skype, etc.

Deleting an account

Unfortunately, it is not possible to remove the master Microsoft account on devices with pre-installed Windows Phone. If we are talking about an ordinary account, which can be an unlimited number, there are no problems:

  • select "Settings";
  • click the "Mail" option, then go to accounts;
  • hold your finger in front of the account you are interested in;
  • tap the Delete button.
  • With the main record, this trick will not work, the only solution is to reset to the original settings.

hard reset

It is important to understand what reset is complete removal music, videos and other files that are stored in the internal memory of the device. We recommend that you copy the files you are interested in somewhere in advance, write down the contacts of people, etc., in other words, prepare the smartphone for resetting the parameters.

There are two methods for performing a reset. The first one is provided from the device menu, it can be used if the gadget works without braking and defects. The bottom line is simple: select the “Device Information” item in the settings, and then click on “Reset settings”. In the context of changing a Microsoft account, the method may not help, because sometimes the system asks for a password that is known only to the previous owner.

So use method #2:


Results

Without knowing the login and password, it is impossible to delete the main account on Windows Phone. An alternative solution is to return to the default settings. If you know the password and email address, you can close the entry in a few simple steps by using Microsoft's Live overview page. Normal accounts are deleted without much difficulty through standard settings phone. Process full reset parameters may differ in certain difficulties and take several hours (if it freezes, you should try to reset it again).

Often the situation may turn out so that the password from the operating system will be forgotten. This is not surprising - you can hastily write down authorization data, work on a PC for several months, safely lose a piece of paper with a code and at one point realize that you need it. Someone will ask - but if the password is not required when logging in, why then enter it? It's simple - even on those machines that have disabled authorization, you may need to enter a password, for example, after manually blocking Win + L or after the next update. The thought immediately arises: how to remove the password when logging into Windows 10?

This is exactly what we're going to talk about today. Moreover, the situation will be considered when you work from under an account associated with Microsoft, and when a local account is used. The password reset process is similar to previous versions of Windows, but there are some differences. We will assume that for some reason you do not know your password, for example, you simply forgot it.

First of all, try entering your password in the usual and English layout. This approach can help if you entered data and forgot to switch it. It is also worth trying to log in with Caps Lock enabled. The fact is that for the operating system there is a difference between the words Alyosha and Alyosha. If for some reason you do not understand how to reset your password on Windows 10 or you have other difficulties, there is a video at the end of this article that duplicates what was written.

If your account has been synced with Microsoft and the computer is connected to the network, there will be no difficulties with password recovery at all. You can do it right on the Microsoft website. Let's look at the issue in more detail: stick to all the steps of our step by step instructions. Getting Started:

  1. Visit the password recovery page on the official Microsoft website. To do this, follow the link. We will be prompted to indicate the reason why we cannot enter - choose any. We indicate "I do not remember my password". Click "Next".

  1. At the next stage, indicate the email from your account, enter the confirmation number and click on "Next".

  1. An email with a confirmation code will be sent to the email address specified in the previous step - copy it.

  1. Enter the confirmation code in the window shown in the screenshot, and again press the key with the text "Next".

  1. Enter a new password, confirm it and click on the "Next" button.

That's all. Our password has been changed and we can use it when logging into the operating system. Naturally, in order for it to be updated on the computer, you need to have a working network connection.

Try to always link your account to your Microsoft account. Firstly, it will prevent you from forgetting your authorization data or restoring them without problems. Secondly, all your data will be synchronized, and the user's folder will be completely saved in the OneDrive cloud, which Microsoft gives to all its users for free.

How to reset your local account password

In order to use this option, you need to have a flash drive or disk for installing Windows 10. We considered how to create it in. Let's move on to the instructions, each step of which will be shown in the screenshot for clarity.

  1. First you need to boot from our media. For this you need to Computer BIOS set the USB or DVD media as the first boot device. In order to enter the BIOS, you need to press the Del or F2 button at the time of starting the computer. You can also call the boot menu - for this, each computer or laptop has its own key (see the documentation). When the PC is started from a flash drive or disk, we need to get to the command line. To do this, click on System Restore.

  1. Next, go to the "Troubleshooting" section by clicking on the tile indicated in the screenshot.

  1. Select the command line tool.

You can call the command line by pressing the combination Shift keys+ F10 on the language selection screen. However, this option does not always work.

  1. At the command prompt, type diskpart and press the Enter button.

  1. Now we need to get a list of partitions mounted on the computer. To do this, enter list volume and press Enter.

  1. A list of sections appeared. We need to remember the one on which Windows was installed. You can understand this by the size of the disk. In this case, our partition has a capacity of 31 GB - this is Volume 2 with the letter D. Let's move on. Exit diskpart by typing the exit command.

  1. We continue to reset the Windows password, write a phrase like: move c:\windows\system32\utilman.exe and press Enter.

  1. The next line to enter is copy c:\windows\system32\cmd.exe c:\windows\system32\utilman.exe and Enter again.

  1. If you followed our steps and entered your drive name correctly, then everything went well. It remains only to enter the wpeutil reboot command and press Enter again. Next, our PC will restart, and you will see the beginning of the diagnostics.

  1. This will be followed by a process automatic recovery– in our case it will just reset the password.

Note: the whole procedure described above was to copy the cmd.exe file to the System32 directory and get the new name utilman.exe. This will make it possible to activate the command line without logging into Windows.

  1. When the computer starts up, on the password entry screen, click on the "Ease of Access" button - we circled it in red in the screenshot.

  1. The whole trick is that at the last stage we changed the standard windows tool 10 on the command line and now "Ten" launches it, not realizing that this is no longer the same program. Go ahead. Enter the following statement in CMD.exe: net user your account name new_password and press Enter.

  1. If your login consists of two or more words, it must be entered in quotation marks. And if the login is unknown to you, just enter net users and Windows 10 will show you all users of the system.

Ready. Now you can log in with a new password without rebooting the system. Don't forget to return the list accessibility already through windows explorer 10 running as administrator.

Another option on how to remove the password from a Windows 10 computer

In order to use this method, you need to have Windows 10 Pro installed on your PC. The described option works with an already running command line. How to call it through the accessibility button - we said above. The algorithm of actions will be as follows:

  1. We launch the command line and enter the following into it: net user Administrator / active: yes (if your Windows is an English release, or it was one, but you Russified it, then instead of "Administrator" enter Administrator). Finally, press Enter.

  1. Now you need to restart the PC, after which you will have the choice of an Administrator user who can log in without entering a password.

  1. Just click on the name "Administrator" and log in.


Sometimes the second user appears even before Windows restart 10. Therefore, before proceeding with the reboot, take a look in the lower left corner - perhaps an administrator has already been added there.

  1. But we need to change the password, so let's move on. Once you're logged in (the first time it may take a while), right-click on the Start button and select the Computer Management menu.

  1. We follow the path indicated in the screenshot. In the right part of the window, click on the name of the user who forgot the password, and select from context menu the point indicated in the screenshot by the number 2.

  1. Windows will notify us that it is dangerous to change the password (we advise you to read the text in full), but we click "Continue".

  1. It's time to change your password. Enter the code itself, confirm it and click "OK".

Ready. The password has been changed and now you can log in with it.

This option only works with local accounts. If you need to recover a password from a Microsoft account, use the first method or, after logging in, create another user.

After the necessary changes have been made, revert everything back. Enter the command line and type: net user Administrator /active:no. This will disable admin account login without entering a password. It is very dangerous to leave the state of affairs in this state.

Ready. Now your Windows is as it was, and you can safely log in.

New login method

  1. Boot from the installation media and when the language selection window appears, press Shift and F10 at the same time. (On some laptops, you need to add the Fn button to this combination).

  1. The command line will open - which, in fact, we needed and needed. Type regedit and press Enter. This will launch the Registry Editor. Go to the registry section indicated in the screenshot.

  1. Open the File menu and select Load Hive.

  1. Open C:\Windows\System32\config and select SYSTEM.

Note! The drive on your system may be different. For example, in our case it is not C, but D.

  1. Windows will ask for the name of the future parameter. It does not play any role - write any word in small Latin letters.

  1. Click on the newly created section system registry and select the Setup folder inside it. In the right part of the window, you need to set parameters for the following keys:
  1. Assign the CmdLine key the cmd.exe parameter;

  1. We assign the parameter 2 to the SetupType key.

  1. We finish with the registry editor. We need to unload the bush. To do this, select the key we created on the left side of the program.

  1. Through the "File" menu, unload the bush into place.

  1. Confirm the action by clicking on the "Yes" button.

After these manipulations, you need to close regedit and the black command line window. Reboot and when the system starts up you will see the command prompt open.

Now the user's password can be reset by the operator: net user user_password - in the same way as described above. When the changes are made, type the word exit on the command line and press Enter. If you close the window with a cross, all the changes you have made may disappear.

In the future, you will not need to return the system to its original position. All changes you made while working with the command line will automatically be restored to the default value.

If none of the described options helped you, or after a series of experiments the system stopped starting at all, use the mode.

Password reset programs

In the vastness of the network, you can find utilities that are supposedly able to remove the password from a computer on Windows. We do not recommend using this software. The fact is that, firstly, it must be written to bootable flash drive(and these are additional difficulties), secondly, utilities work most often by brute force and, if the password is of medium complexity, you will not be able to find the right combination. But most importantly, why is it necessary? After all, using our instructions, you will restore in 5 - 10 minutes forgotten code. Moreover, there are several options that are enough for any situation.

This is where we will end. Now you know how to remove the password on Windows 10 in several ways. We hope our article helped you, but if you have any difficulties, describe them in the comments, and we, or other users, will help resolve the situation.

Video on how to reset a forgotten Windows 10 password

If you suddenly forgot the password for your Windows account, then you have no choice but to look for a way to reset it or install a new operating system, which in my opinion is complete madness in this case :) Now you can find a lot on the Internet various ways reset passwords for operating systems Windows using the built-in boot tools of Windows itself, as well as using third-party special programs. Some methods are suitable for some versions of Windows, some for others, and some methods are too complicated for beginners. Earlier in one of the articles, I showed one of the ways to reset the password using a Linux-based boot console program, however, all actions there must be performed in the form of commands on a black screen and for beginners this can be difficult.
In this article, I will show the simplest option to reset an account password in any version of Windows (I even tried it on Windows 10) using the Reset boot program Windows Password. The reset process is done in just 4 steps!

I want to warn you right away that if you used a Microsoft account to log in to your computer, and not a standard local one, then none of the programs will be able to reset its password, since the Microsoft account password can only be changed on the company's website. Therefore, this method, like all similar ones, only works if you have forgotten the password for the standard local Windows account!

The program is bootable, that is, it cannot simply be installed on a computer as is usually done. The program will be launched from a disk or flash drive at the stage of computer boot. Those. The program must first be written to a disk or USB flash drive!

Creating a boot disk / flash drive with the Reset Windows Password program and launching it

After the program is downloaded, you need to burn it to a disk or USB flash drive. Instructions for writing a program in the form ISO file the disc is located on the CD / DVD, and by writing the program to ISO on a USB flash drive -.

Since modern laptops can often be found without a disk drive, I think that the way to write a program to a USB flash drive is suitable for most, especially since, perhaps, every computer owner has it.

After you write the program to a disk or USB flash drive, you need to run it. To do this, you must restart your computer and configure your BIOS so that the computer does not boot as usual with hard drive, but from a recorded flash drive or CD / DVD disc.

In a separate article, I gave instructions on BIOS setup to boot the computer from a disk or flash drive, read it if you have difficulty loading the program:

Each computer may have its own boot configuration feature. specific device, so it will not be possible to give clear recommendations ... But the article at the link above should help the majority.

When the program starts to run, you will see a window similar to loading regular Windows 7:

Working with the program

When boot program Reset Windows Password will start, in the first window you will need to configure the program.

First of all, select the Russian language (1), then in the "Operating mode" section, select the item "SAM - work with regular accounts" (2) and at the end under the inscription "What do you want to do?" select "Reset or change user password" (3). When everything is set up, click "Next" (4) at the bottom of the window.

The program will reset the password (i.e., erase it, reset it), and not replace the old password with a new one!

In the next window, we can select the path to the "SAM" and "SYSTEM" folders to reset the password.

If you are using standard Windows, where nothing has been changed globally, then the paths do not need to be changed and they will already be set correctly:

C:\Windows\System32\Config\SAM
C:\Windows\System32\Config\SYSTEM

At step 3, select in the window the Windows account for which we want to reset the password (1) and click "Next" (2).

At the last 4th stage, click the "Reset / Change" button:

You will be prompted to make a rollback file. Using this file, you can return the ability of the system to work in case of its "breakdown" after the program has run.

In general, the program does not go where it is not needed and does not make any major changes in Windows, so it is easier not to create a rollback file by clicking "No" in this window.

A notification will appear stating that the account has been changed (the password has been reset) and you can close the program and check the changes. Just click "OK" (1) in the notification window and then "Exit" (2) in the program itself.

Now remove the disk / flash drive with the program from the computer and restart it. Windows should boot immediately without asking for a password!

As you can see, this method for resetting an account password Windows records is very simple and difficulties may arise, perhaps, only at the stage of loading the program from a USB flash drive or disk. But among all the password reset methods, I did not find a single one that allows you to reset your password without booting from a special boot disk. Therefore, you still can’t do without it, and it’s easier to deal with resetting your password than reinstalling Windows :))

Have a nice day and good mood! See you in the next posts ;)

Liked the article? Share with friends!
Was this article helpful?
Yes
Not
Thanks for your feedback!
Something went wrong and your vote was not counted.
Thank you. Your message has been sent
Did you find an error in the text?
Select it, click Ctrl+Enter and we'll fix it!