Hi all,
Have you seen this? Any idea why I have two instances? I've checked the VMWare settings and changed from 2 to 8 (with multiple cores) to 1 processor with 1 core, and there's been no change. I did start with 1 CPU and 2 cores, in case that makes a difference. However, after changing to 1 CPU and 1 Core, I tried resetting the counters (but no luck.)
-
Rebuild Performance Counters:
- Open an elevated Command Prompt (run as administrator).
- Type lodctr /R and press Enter. This command rebuilds the performance counter library.
- You may need to rebuild counters for both c:\windows\system32 and c:\windows\sysWOW64.
-
2. Resynchronize with WMI:
- In the same elevated Command Prompt, type winmgmt.exe /RESYNCPERF and press Enter. This command synchronizes the counters with WMI.
-
3. Restart Relevant Services:
- Open PowerShell as administrator.
- Type the following commands to stop and restart the necessary services:
- Get-Service -Name "pla" | Restart-Service -Verbose
- Get-Service -Name "winmgmt" | Restart-Service -Force -Verbose