Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Time online continuously offline (in break)?
#1
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):
 
  1. open command prompt with admin rights (right click - run as administrator)
  2. run this command: "lodctr /R" --- which will rebuild Performance Counters
  3. run "winmgmt /resyncperf" --- which will resynchronize the counters with WMI
  4. stop the performance counters service with command "net stop pla"
  5. and start it again "net start pla"
  6. scan and repair system files "sfc /scannow"
  7. restart computer
If problem persists, try also "DISM /Online /Cleanup-Image /RestoreHealth"
And if still not working, safest and fastest way is to reinstall windows with a clean image.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)