0

I have Windows 10, and nowadays as I use my laptop, my computer uses more and more RAM and CPU. If I don't do anything, happens the same, I left my laptop at home, and after 8-10 hours it uses 99% of my hardwares, and after a while my computer freezes and says, that I have to restart my computer, because I have no more RAM. I don't have any viruses, and yes, I disabled Superfetch also. The top 2, which uses, are always Service Host: Local System (mainly this one) and System.

Here's a picture after 10 minutes of run:

https://postimg.org/image/brggjvoz7/

And here after 2 hours:

https://postimg.cc/image/68nr59azn/

Expanded as requested:

enter image description here

2 Answers2

1

While I can't translate what program is taking all the memory, I imagine it's the feature of Windows 10 that puts used files into memory to allow for faster access should you re-start the program that needs them. It's nothing particularly to worry about since Windows will just free the memory if you open something else.

Remember that unused memory is wasted memory. So Windows uses it whenever it can.

Stephen
  • 600
1

I don't know how, but now my computer works like nothing happened. The RAM and the CPU as well, don't know how or why. If anybody else has this problem, the Microsoft recommended me the following steps:

  • Delete Avast antivirus https://www.avast.com/uninstall-utility
  • Search for viruses by the windows Defender
  • Delete all the "malware search" programs, including CCleaner
  • If after all these steps you still have the problem, try this:

    • Open Command line as administrator (Win+X)
    • Type these and press Enter after all the lines

      dism /Online /Cleanup-Image /ScanHealth
      dism /Online /Cleanup-Image /CheckHealth
      dism /Online /Cleanup-Image /RestoreHealth
      

I hope I could help you!