3

I have forgotten my Windows 10 local account password. But I still have access to my PC, as I have set up a "pin". Now I want to change to an online account. How can I do that without knowing my local password?

EDIT- creating new account and deleting previous one works but is there a way I can transfer all my settings to new account before deleting the existing account so both accounts are exactly the same?

URS
  • 37

6 Answers6

6

This is actually a hack:

  1. Boot into recovery mode (possibly on a windows install disk).

  2. Open the Command Prompt.

  3. Execute this:

    copy c:\windows\system32\sethc.exe c:\

    copy /y c:\windows\system32\cmd.exe c:\windows\system32\sethc.exe

  4. Boot into normal windows install.

  5. Press the shift key 5 times rapidly on the login screen.

  6. Stare at the administrator cmd that appeared and execute this:

    net user{your username here}*

  7. Enter new password, press enter and confirm new password.

  8. Login with new password.

  9. Copy sethc.exe in c:/ to your c:/windows/system32, replacing the existing sethc.exe. Not doing this allows anyone to summon the cmd on the logon screen.

  10. Remember your password.

x13
  • 203
0

As you said you can login to your PC with PIN. Then you can reset your account password or remove it with Computer Management. Once you have set a new password you can switch to a Microsoft account easily.

Log in to your Windows 10 PC with your PIN.

and Follow the steps in this tutorial to reset your account password in Windows 10 with PIN.

I have tested it. Works great without any problem.

0

Generally, there are two different methods to reset or remove password for a local windows account. One is to edit the registry entry by booting into safe mode. The representative of this kind is NTPasswd]. The other method is brute-force the password with rainbow table. and Ophcrack is the best tool for that.

The above two is designed for advanced users because it is a bit tricky. That is why paid programs come in and preferred by normal users. One big advantage is intuitive graphics interface. You only need a clicks to reset the password (for example). Here is a demo on how to reset windows 10 password.

There are a bunch of tools for password reset. Just choose the right one according to your own situation.

zuligan
  • 41
0

Try like this :

Delete the older local account completely and make a new user, and then access to the online account by using the new user password that you had created recently.

Check these links:

1) http://www.tenforums.com/tutorials/5464-user-account-delete-windows-10-a.html

2) http://www.tenforums.com/tutorials/5239-password-user-account-change-windows-10-a.html

BrotskyTv
  • 322
  • 1
  • 6
0

When you try to switch from local account to Microsoft account, the system will still require you to enter the password for your local account (not PIN). If you've forgotten it, you can remove it with the freeware Offline NT Password & Registry Editor.

Wayne
  • 1
-1

You can go to the Microsoft site and rest your mail password, then you must go to start menu-->settings-->accounts-->your account. then you should authorize your account then you can sign into your windows with your mail password.

here is the link:

https://account.live.com/ResetPassword.aspx?wreply=https://login.live.com/login.srf%3fwa%3dwsignin1.0%26rpsnv%3d12%26ct%3d1443874617%26rver%3d6.5.6509.0%26wp%3dMBI%26wreply%3dhttps:%252F%252Fwww.microsoft.com%252Fen-us%252F%26lc%3d1033%26id%3d74335%26bk%3d1443874670&id=74335&uiflavor=web&uaid=36de42274282411f8a8b7ddcada0bc22&mkt=EN-US&lc=1033&bk=1443874670

Mohsen
  • 1