To change the local administrator password on Windows 11, you can follow these steps:
- Press the Windows key + X on your keyboard and select "Windows PowerShell (Admin)" from the menu.
- In the PowerShell window, type "net user" and press Enter. This will display a list of all the user accounts on your computer.
- Find the account you want to change the password for and type the following command: "net user [username] *". Replace [username] with the name of the account you want to change the password for.
- Press Enter and you will be prompted to enter a new password for the account. Type the new password and press Enter again.
- You will be prompted to confirm the new password. Type it again and press Enter.
- Once you have confirmed the new password, you should see a message that says "The command completed successfully."
- Close the PowerShell window and try logging in to the account with the new password.
Note: If you are not logged in as an administrator, you may need to provide administrator credentials to change the password.
<AI>