DomainProfile_DisableNotifications
DomainProfile_DisableNotifications
は、ドメイン プロファイルの Windows ファイアウォール通知を無効にします。
値
サーバー エディションの Windows と Windows RT 8.1 の場合:
true |
通知を無効にします。 これが既定値です。 |
false |
通知を有効にします。 |
クライアント エディションの Windows の場合:
true |
通知を無効にします。 |
false |
通知を有効にします。 これが既定値です。 |
[親階層]
Networking-MPSSVC-Svc | DomainProfile_DisableNotifications
有効な構成パス
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>