05-04-2026, 09:17 AM
It might happen that the Performance Counters of a model's Windows gets damaged and if so, either a reinstall of windows or a repair will fix the issue.
Here are the steps to repair broken Windows Performance Counters (which are used to determine upload speed):
And if still not working, safest and fastest way is to reinstall windows with a clean image.
Here are the steps to repair broken Windows Performance Counters (which are used to determine upload speed):
- open command prompt with admin rights (right click - run as administrator)
- run this command: "lodctr /R" --- which will rebuild Performance Counters
- run "winmgmt /resyncperf" --- which will resynchronize the counters with WMI
- stop the performance counters service with command "net stop pla"
- and start it again "net start pla"
- scan and repair system files "sfc /scannow"
- restart computer
And if still not working, safest and fastest way is to reinstall windows with a clean image.
