JSI Tip 3314. How can I prevent users from changing their password, except when prompted by Windows 2000?

Jerold Schulman

January 29, 2001

1 Min Read
ITPro Today logo in a gray background | ITPro Today

If you wish to prevent users from changing their password on demand, you can implement the Disable Change Password Group Policy at User ConfigurationAdministrative TemplatesSystemLogon/Logoff.

This policy grays the Change Password button on the Windows Security dialog box, that appears when you press CTRL+ALT+DEL.

This policy still enables the user to change their password in response to a system prompt, as when their password is about to expire or an Administrator checks User must change password at next logon.

If Not Configured, you can implement this policy by using Regedt32 to navigate to:

HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem

On the Edit menu, Add Value name DisableChangePassword, as a REG_DWORD data type. Set the data value to 1.


Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like