Can't change or set password in Windows 7

3

I'm trying to set up a new user in a Win7Pro computer. The computer has HP ProtectTools enabled.

I cannot set the password from within HP ProtectTools or the User Accounts control panel, when logged in either as myself (administrator) or as the new user. I also cannot use net user <newuser> <newpasswd> from an admin-level command prompt, nor can I use the Local Users and Groups pane of the Computer Management dialog.

Whenever I try to do set the password in any of these ways, the dialog or command prompt freezes. For Control Panel and ProtectTools, the dialog turns 50% white, and mouse starts spinning. For cmd and Computer Management, I get the helpmsg 2245:

The password does not meet the password policy requirements. Check the minimum password length, password complexity and password history requirements.

However, the Local Security Policy administrative tools applet has Password Policy set to:

  • Enforce password history: 0 passwords remembered
  • Maximum password age: 0
  • Minimum password age: 0 days
  • Minimum password length: 0 characters
  • Password must meet complexity requirements: Disabled
  • Store passwords using reversible encryption: Disabled

In short, there should be no requirements.

Why do I get this message, and how can I resolve it?

wchargin

Posted 2013-10-13T02:28:57.057

Reputation: 794

This is a possible memory error. Re-installing your operating system could likely eliminate the problem. – Shankensteinium – 2017-05-19T13:24:14.260

Can you try uninstalling HP ProtectTools? – Hefewe1zen – 2013-10-13T02:34:27.953

@Hefewe1zen I use ProtectTools extensively for fingerprint authentication and pre-boot security. – wchargin – 2013-10-13T02:37:29.113

2Is this machine logged onto a domain? This will often change the way users are added/edited. If so, put the machine in a workgroup and restart, as this will change the way users are created/changed. – root – 2013-10-13T02:55:06.800

@root It's in the default WORKGROUP workgroup. – wchargin – 2013-10-13T03:42:01.603

@WChargin It may be interfering somehow with windows, I would try removing it to see what happens, you can always reinstall. Also are you using default US keyboard layout? – Hefewe1zen – 2013-10-13T15:13:24.733

@Hefewe1zen Yes, I am using default US keyboard layout, though I also have US-Dvorak, US-International, Chinese, Greek, and Spanish installed. Interestingly, ProtectTools does give me an error stating "your keyboard layout is unsupported" or similar. – wchargin – 2013-10-13T17:22:17.667

Answers

1

I've just taken a look at the Password Policy on my computer (Win 7 Ult 64-bit) and even though I am never prompted to change my password, the value of Maximum password age is set to 42 (default). I know that when it is set to 0, a user's password will never expire, so you should be having no problems setting a password.

I've also tried with the value set to 0 and I haven't been able to replicate your problem. You could try changing the value to something other than 0 and then changing it back to 0 and see if that helps. Or you could change the value to an x number of days and tick the Password never expires option when you create a user to bypass that setting.

Finally, you could try setting a password that meets the complexity requirements as the Group Policy Object may not be applying the settings properly.

Yass

Posted 2013-10-13T02:28:57.057

Reputation: 3 276

1

It was actually originally set to 42 but I changed it to 0 prior to posting this. The password I'm trying to set does have uppercase, lowercase, numeric, and special characters, and is ten characters long with a search space size of 6x10^19.

– wchargin – 2013-10-13T17:13:08.337