0
Windowsのローカルセキュリティポリシーには複雑さの要件があります。私は上記のパスワードの複雑さをバッチで有効にする方法
::this will change the minimum length of the password
net accounts /minpwlen:8
::this will change the maximum age of the password
net accounts /maxpwage:30
::this will change the minimum age of the password
net accounts /minpwage:5
::this will change the number of passwords stored
net accounts /uniquepw:5
は私が何をしたいのほとんどであるが、私は、私は有効方法を見つけ出すことができないなど、長さ、年齢などの他のパスワードのものを可能にバッチファイルで有効にできるようにしたいと思いますバッチの複雑さ。前もって感謝します。あなたがこれを行う方法について他のアイデアがあるならば、私は開いています。