Skip to content

How to Restrict Users from Changing Passwords on a Windows 7 Computer?

By Codrut Nistor

Posted in How-to, Windows-7

In production environments for security reasons administrators would want to restrict users from changing their account passwords on their own. No matter what client operating system an organization uses or what type of infrastructure is it working on users should always be restricted from changing their passwords at their will. As an administrator you can configure this setting by following the steps given below:

  1. Logon to the Windows 7 computer with an administrator's account.
  2. Click on Start button.
  3. From the start menu right click on Computer and from the menu click on Manage.
  4. On Computer Management snap-in expand Local Users and Groups tree.
  5. Click on Users and from the right pane right click on the name of the user for which you want to enable the restriction.
  6. From the opened menu click on Properties.
  7. On Properties box make sure that you are on General tab and check User cannot change password checkbox.
  8. Click on Ok button to accept and confirm your configuration and close Computer Management snap-in.
  9. Open Command Prompt.
  10. On the command window type gpupdate /force command to update your current computer configuration with latest settings.
  11. Close Command Prompt.

More Info:

If you want to remove this restriction you need to reverse the above mentioned process. (Unchecking User cannot change password checkbox).