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
위는 내가 원하는 대부분입니다하지만 난 수 있도록 방법을 알아낼 수 없습니다, 등 길이, 나이와 같은 다른 암호 물건을 가능하게하는 배치 파일에서 활성화 할 수 있도록하고 싶습니다 배치의 복잡성. 미리 감사드립니다. 또한 다른 아이디어가 있다면 어떻게해야할까요?