DisableStatefulPPTP
DisableStatefulPPTP
는 Windows 방화벽 PPTP(지점 간 터널링 프로토콜) 연결 검사 엔진을 사용하지 않도록 설정합니다.
값
Windows 서버 버전의 경우:
true |
PPTP 연결 검사를 비활성화합니다. 기본값입니다. |
false |
PPTP 연결 검사를 활성화합니다. |
Windows 클라이언트 버전 및 Windows RT 8.1:
true |
PPTP 연결 검사를 비활성화합니다. |
false |
PPTP 연결 검사를 활성화합니다. 기본값입니다. |
부모 계층
Networking-MPSSVC-Svc | DisableStatefulPPTP
유효한 구성 패스
specialize
적용 대상
이 구성 요소가 지원하는 지원되는 Windows 버전 및 아키텍처 목록은 Networking-MPSSVC-Svc를 참조하세요.
XML 예
다음 XML 출력은 Windows 방화벽을 설정하는 방법을 보여 줍니다.
<DisableStatefulFTP>true</DisableStatefulFTP>
<DisableStatefulPPTP>true</DisableStatefulPPTP>
<DomainProfile_DisableNotifications>true</DomainProfile_DisableNotifications>
<DomainProfile_LogDroppedPackets>true</DomainProfile_LogDroppedPackets>
<DomainProfile_LogFile>C:\\MyLogFile.log</DomainProfile_LogFile>
<DomainProfile_LogFileSize>8192</DomainProfile_LogFileSize>
<DomainProfile_LogSuccessfulConnections>true</DomainProfile_LogSuccessfulConnections>
<PrivateProfile_DisableNotifications>true</PrivateProfile_DisableNotifications>
<PrivateProfile_LogDroppedPackets>true</PrivateProfile_LogDroppedPackets>
<PrivateProfile_LogFile>C:\\MyLogFile.log</PrivateProfile_LogFile>
<PrivateProfile_LogFileSize>8192</PrivateProfile_LogFileSize>
<PrivateProfile_LogSuccessfulConnections>true</PrivateProfile_LogSuccessfulConnections>
<PublicProfile_DisableNotifications>true</PublicProfile_DisableNotifications>
<PublicProfile_LogDroppedPackets>true</PublicProfile_LogDroppedPackets>
<PublicProfile_LogFile>C:\\MyLogFile.log</PublicProfile_LogFile>
<PublicProfile_LogFileSize>8192</PublicProfile_LogFileSize>
<PublicProfile_LogSuccessfulConnections>true</PublicProfile_LogSuccessfulConnections>