Win10性能计数器缺失恢复
Posted henreash
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Win10性能计数器缺失恢复相关的知识,希望对你有一定的参考价值。
Manually rebuild performance counters - Windows Server | Microsoft Docs
Rebuild all performance counters including extensible and third-party counters
To rebuild all performance counters including extensible and third-party counters, type the following commands at an Administrative command prompt. Press ENTER after each command.
-
Rebuild the counters:
ConsoleCopy
cd c:\\windows\\system32 lodctr /R cd c:\\windows\\sysWOW64 lodctr /R
-
Resync the counters with Windows Management Instrumentation (WMI):
ConsoleCopy
WINMGMT.EXE /RESYNCPERF
-
Stop and restart the Performance Logs and Alerts service.
PowerShellCopy
Get-Service -Name "pla" | Restart-Service -Verbose
-
Stop and restart the Windows Management Instrumentation service.
PowerShellCopy
Get-Service -Name "winmgmt" | Restart-Service -Force -Verbose
-
Create a new Data Collector Set (don't use an existing Data Collector Set).
以上是关于Win10性能计数器缺失恢复的主要内容,如果未能解决你的问题,请参考以下文章