JSI Tip 3314. How can I prevent users from changing their password, except when prompted by Windows 2000?
January 29, 2001
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.
About the Author
You May Also Like