I recently doubled the amount of RAM in a Windows 7 box and I want to ensure I'm taking full advantage of it. Is there a way to reset SuperFetch?
migrated from serverfault.com Dec 19 '11 at 22:02
This question came from our site for system administrators and desktop support professionals.
|
If you're using an SSD, Superfetch is off by default as it doesn't make sense in an SSD system. If you're using Server 2008 R2, Superfetch is off by default. If you're using Windows 7 on a conventional hard drive: Run "net stop fileinfo", and delete the following three files under... AgGlFaultHistory.db AgGlFgAppHistory.db AgGlGlobalHistory.db (all under C:\Windows\Prefetch) "SC Start SysMain" will get it going again. | ||||
|
feedback
|