Showing posts with label superfetch. Show all posts
Showing posts with label superfetch. Show all posts

Monday, 25 November 2019

SysMain and Superfetch

SysMain is the new process name for Superfetch (introduced in Windows Vista) in Windows 10. SysMain analyses applications that are frequently used and (pre-) loads them into RAM.  Processor cycles are used up to gain access to "compressed memory". To avoid CPU performance degradation, disable SysMain using services.msc.

Wednesday, 20 February 2019

100% Disk on Windows 10

Superfetch is one source of excessive disk usage (formerly known as PreFetcher in Windows XP).

When it starts up, it preloads a bunch of data from your hard disk into RAM which slows down your computer - however, the intent is to make loading your frequently used applications faster by reducing boot time.

Approach One

To stop it, type in "Services" in the Windows start bar which opens the Services app (it's icon is two gears meshing, one large and one small).  Sort by Service Name (single click the Name column to apply the sort), find Superfetch, stop it and then disable it.

Approach Two

Alternatively, type net stop "Windows Search" at the command prompt. If you stopped it already via Approach One, you will get the message "The Windows Search service is not started".