windows 我需要一个脚本来启用或禁用“密码必须满足复杂性要求”
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6137720/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
I need a script for enabling or disabling "password must meet complexity requirements"
提问by patchie
Does anyone know how to make a .bat- / .vbs- / .reg script for enabling or disabling "password must meet complexity requirements" ? (windows 7)
有谁知道如何制作 .bat-/.vbs-/.reg 脚本来启用或禁用“密码必须满足复杂性要求”?(Windows 7的)
This is how to do it manually: http://www.sevenforums.com/tutorials/72371-password-must-meet-complexity-requirements-enable.html
这是手动操作的方法:http: //www.sevenforums.com/tutorials/72371-password-must-meet-complexity-requirements-enable.html
采纳答案by patchie
I found this page explaining in detail what i wanted to do :)
我发现这个页面详细解释了我想要做什么:)