PrivateProfile_DisableNotificationsPrivateProfile_DisableNotifications
PrivateProfile_DisableNotifications
停用私人設定檔的 Windows 防火牆通知。PrivateProfile_DisableNotifications
disables Windows Firewall notifications for the private profile.
值Values
伺服器版本的 Windows 與適用於 Windows RT 8.1:For server editions of Windows and for Windows RT 8.1:
truetrue |
停用通知。Disables notifications. 這是預設值。This is the default value. |
falsefalse |
啟用通知。Enables notifications. |
適用於 Windows 的用戶端版本:For client editions of Windows:
truetrue |
停用通知。Disables notifications. |
falsefalse |
啟用通知。Enables notifications. 這是預設值。This is the default value. |
父階層Parent Hierarchy
Networking-MPSSVC-Svc | PrivateProfile_DisableNotficationsNetworking-MPSSVC-Svc | PrivateProfile_DisableNotfications
有效的設定階段Valid Configuration Passes
特製化specialize
套用至Applies To
如需支援的 Windows 版本和架構,此元件支援的清單,請參閱網路功能-MPSSVC-Svc。For the list of the supported Windows editions and architectures that this component supports, see Networking-MPSSVC-Svc.
XML 範例XML Example
下列的 XML 輸出會顯示如何設定 Windows 防火牆。The following XML output shows how to set Windows Firewall.
<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>