2

I have a should-be decent spec Laptop (Pentium Dual Core (one of the more recent ones), 8GB DDR3 Ram, SSD, Windows 8) but it is running horribly and the disk IO is always at either 99% or 100%, not occasionally but always.

Screenshot

I installed the OS myself, and afterwards downloaded and installed all of the recommended drivers from the manufacturers website.

Is there anything obvious that would cause this?

JMK
  • 3,381
  • 10
  • 52
  • 72

3 Answers3

2

I been investigating this issue for the last month, I have no definitive answer yet, but I know what is not, is not a program reading or writing to the disk, it will not show up in any diagnostic tools I try them all, is a bug, it changes in his behavior depending on the disk drivers (original Microsoft = more stable, take more time to start bugging or failing, and Intel or Adata drivers, less time to fail even after boot) any intensive IO can trigger the bug, my recommendation for now is to Uninstall any disk or chipset drivers by Intel or SATA/Ide drivers by secondary click in the device and Uninstall (choose delete drivers) this will buy you some time, In my case the computer now fails after a day or two of continuous usage.

This issue started after Microsoft update several system files in Windows 8 and install a priority update: Intel driver update for Intel(R) Management Engine Interface Download size: 71 KB

Everyone recommends tools to look for the wild program or process, witch is the right first step, but there is none.

2

I had the same problem. I enabled AHCI on the BIOS (disable IDE emulation). If you do this Windows won´t start. To solve this, do on CMD as Administrator

bcdedit /set {current} safeboot minimal

then restart the computer, change BIOS and when Windows restarts in safe mode, execute

bcdedit /deletevalue {current} safeboot

The next restart the problem should be solved.

0

This worked for me!

Download the Intel Chipset Driver here: https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=20775

It will decrease disk usage and bring it back down to a low amount.

I think the problem was caused by inadequate intel chip driver.

Guest
  • 1