Hi PeteLong,
I tried this method including gpupdate /force on all machines however the complexity policy is still in effect.
Is there another way to disable or to check whether the policy can be disabled?
Main Topics
Browse All TopicsIs there any way to completely turn off all complexity requirements on my domain??
I tried to do this using default domain policy w/ no other linked policies, and still it exists??
Thanks in advance,
Ilya
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
The policy may have been set at a lower level the the default for your domain. Check in your OUs and other branches to see if it has been set, and possibly set with Blocked Inheritance. Best way is to use a tool like GPMC.MSC if you don't already have it.
The only other thing would be if it had been set manually under Local Security on each machine.
fs
Business Accounts
Answer for Membership
by: PeteLongPosted on 2007-04-16 at 07:26:52ID: 18917856
Hello computermdnow,
Disable Password Complexity
Message
"Windows cannot set the password for <user> because: The password does not meet the password policy requirements. Check the minimum password length, password complexity and password history requirements."
By default Windows Server 2003 requires passwords to meet the following criteria for strong passwords.
Has at least 6 characters
Does not contain "Administrator" or "Admin"
Contains characters from three of the following categories:
Uppercase letters (A, B, C, and so on)
Lowercase letters (a, b, c, and so on)
Numbers (0, 1, 2, and so on)
Non-alphanumeric characters (#, &, ~, and so on)
NB:Loosening password restrictions decreases security.
1. Start > Administrative Tools > Domain Security Policy
2. Security Settings > Account Policies > Password Policy.
3. Right-click on Minimum password length in the right pane. Click Properties from the context menu.
4. Do not remove the check from the Define this policy setting checkbox! Enter a new minimum password length. Entering a Zero (0) will remove the password requirement. Click the OK button.
5. Double-click on Passwords must meet complexity requirements in the right pane.
6. Do not remove the check from the Define this policy setting checkbox! Select the Disabled option.(This will allow simpler passwords.) Click the OK button.
7. Close the Default Domain Security Settings window.
8. Click Start > Run > cmd {enter}
9. Type gpupdate /force {enter}
10. Type exit {enter}
Regards,
PeteLong