Home  >  Article  >  System Tutorial  >  Fix \'Windows Cannot Change the Password\' Error in Windows 10

Fix \'Windows Cannot Change the Password\' Error in Windows 10

王林
王林Original
2024-08-01 18:31:56974browse

I use the administrator account in Windows 10, and I have set an administrator password. Now I decide to cancel the password, but when I try to change the password through Control Panel, I get an error message: "Windows cannot change the password". When I go to the Settings, I find the Change Password button is greyed out and unavailable. Even when I try to change the password by pressing Ctrl + Alt + Del, I get an error message: "Access is denied". Please help!

Fix 'Windows Cannot Change the Password' Error in Windows 10

The above problem results from user properties changed. In this post, we will show you several options to fix the above problem.

Solution 1: Uncheck 'Users cannot change password' in Local Users and Groups

Step 1: Press Windows + R keys to open the Run dialog, type lusrmgr.msc in the Open box, and click OK to open Local Users and Groups.

Fix 'Windows Cannot Change the Password' Error in Windows 10

Step 2: Under the Local Users and Groups, select the Users folder. From the right-side pane, select the user or administrator whose password Windows cannot change, right-click on it and select Properties.

Fix 'Windows Cannot Change the Password' Error in Windows 10

Step 3: After the user's Properties dialog opens, select the General tab, uncheck the checkbox next to ‘User cannot change password', and click Apply followed by OK. When it's done, the problem is resolved. When you change your user account password, you won't receive the 'Windows cannot change the password' error or 'Access is denied'.

Fix 'Windows Cannot Change the Password' Error in Windows 10

Solution 2: Fix 'Windows cannot change the password' using Command Prompt

Step 1: Press Windows + X and then select Command Prompt (Admin) to run Command Prompt as administrator.

Step 2: Type net user /Passwordchg:yes and press Enter key. Replace the with your user name. When it displays 'The command completed successfully', the problem is fixed and you can change your user account password.

Fix 'Windows Cannot Change the Password' Error in Windows 10

The above is the detailed content of Fix \'Windows Cannot Change the Password\' Error in Windows 10. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn