1. Windows NT
추가
REG ADD HKLM\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon /v LegalNoticeCaption /f /t REG_SZ /d "WARNING!!"
REG ADD HKLM\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon /v LegalNoticeText /f /t REG_SZ /d "Authorized users only. All activity may be monitored and reported."
삭제
REG DELETE HKLM\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon /v LegalNoticeCaption /f
REG DELETE HKLM\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon /v LegalNoticeText /f
2. 윈도우 서버
secpol.msc
보안 설정 > 로컬 정책 > 보안 옵션
대화형 로그온: 로그온 시도하는 사용자에 대한 메시지 제목:
WARNING!!
대화형 로그온: 로그온 시도하는 사용자에 대한 메시지 텍스트:
Authorized users only. All activity may be monitored and reported.