電腦瀏覽器服務健全狀況

Microsoft.Windows.Client.Win7.OperatingSystem.ComputerbrowserServiceHealth (UnitMonitor)

監視電腦瀏覽器 Windows 服務的健全狀況

Knowledge Base article:

摘要

電腦瀏覽器服務會維護網路上的電腦名稱清單,並將此清單提供給用戶端。該服務協助名稱解析處理程序,適用於非啟用 Active Directory 的網路且與執行 Windows NT 4.0 的用戶端電腦具有回溯相容性。如果此服務停止,非啟用 Active Directory 的網路用戶端以及 Windows NT 4.0 用戶端可能將無法透過名稱與電腦通訊。

原因

服務可能會因許多原因而停止,其中包括:

解決方式

此服務可透過 [電腦管理主控台] 工作存取的服務嵌入式管理單元重新啟動:

啟動電腦管理主控台

Element properties:

TargetMicrosoft.Windows.Client.Win7.OperatingSystem
Parent MonitorMicrosoft.Windows.Client.Win7.OperatingSystem.CoreServicesRollup
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
電腦瀏覽器服務停止
用戶端 {0} 上的電腦瀏覽器服務已停止執行
RunAsSystem.PrivilegedMonitoringAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.Client.Win7.OperatingSystem.ComputerbrowserServiceHealth" RunAs="System!System.PrivilegedMonitoringAccount" Accessibility="Public" Enabled="true" Target="Win7!Microsoft.Windows.Client.Win7.OperatingSystem" ParentMonitorID="Microsoft.Windows.Client.Win7.OperatingSystem.CoreServicesRollup" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Client.Win7.OperatingSystem.ComputerbrowserServiceHealth.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>Browser</ServiceName>
</Configuration>
</UnitMonitor>