Tag: locked out

Enable Administrator Login in Windows 11

Did you accidentally lock your administrator login by attempting the wrong password too many times? Do you need to re-enable the account, and reset the password? Try the following :

  1. Hold SHIFT and click the power icon on the lock screen. Continue holding SHIFT and click on “Restart”. This will boot the machine into Troubleshooting mode
  2. Select “Advanced Options” on the “Troubleshoot” screen
  3. Select “Command Prompt”. This will open a command prompt window.
  4. In the Command Prompt window, type the following command :
    net user Administrator /active:yes
  5. Now that the Administrator account has been re-enabled, you can set a new password by typing this command :
    net user Administrator <type your password here>
  6. Close the Command Prompt window
  7. Restart the computer
  8. Login with the Administrator account with the password you just set