본문 바로가기
[ Program ]/Program Etc.

윈도우 서버 2008 R2에서 암호 만료를 비활성화 하는법

by 관이119 2012. 9. 13.

--This oft-quoted method only works if Active Directory has not been installed

(otherwise, the option will be grayed out and unavailable):

-----------------------------------------------------------------------------------------------------------------

Start > Administrative Tools > Local Security Policy > Account Policies > Password Policy

> set "Maximum password age" to "0"

-----------------------------------------------------------------------------------------------------------------

 

--This approach proved efficacious on a domain controller:

-----------------------------------------------------------------------------------------------------------------

Start > Administrative Tools > Group Policy Management > right click "Default Domain Policy" under domain name

> Edit > Computer Configuration > Policies > Windows Settings > Security Settings > Account Policies >

Password Policy > set "Maximum password age" to "0"

 

이것은 자주 인용되는 방법은 (그렇지 않으면 옵션이 회색으로 표시하고 사용할 수 있습니다)

Active Directory가 설치되지 않은 경우에 작동합니다

Start > Administrative Tools > Local Security Policy > Account Policies > Password Policy

> set "Maximum password age" to "0"

 

시작> 관리 도구> 로컬 보안 정책> 계정 정책> 암호 정책> "0"으로 "최대 암호 사용 기간"을 설정

This approach proved efficacious on a domain controller: 이 방법은 도메인 컨트롤러에 효능 입증 :

Start > Administrative Tools > Group Policy Management > right click "Default Domain Policy" under domain name

> Edit > Computer Configuration > Policies > Windows Settings > Security Settings > Account Policies

> Password Policy > set "Maximum password age" to "0"

 

시작> 관리 도구> 그룹 정책 관리> 마우스 오른쪽 버튼으로 클릭 "기본 도메인 정책"도메인 이름 아래> 편집

> 컴퓨터 구성> 정책> Windows 설정> 보안 설정> 계정 정책> 암호 정책> "0"으로 "최대 암호 사용 기간"을 설정

-----------------------------------------------------------------------------------------------------------------

댓글