Difference between pages "Blackberry Forensics" and "SuperFetch"
(Added ReadyBoost note) |
|||
| Line 1: | Line 1: | ||
| − | + | {{Expand}} | |
| − | + | SuperFetch is a performance enhancement introduced in [[Microsoft]] [[Windows|Windows Vista]] to reduce the time necessary to launch applications. An expanded version of the [[Prefetch]] files found in Windows XP, they record usage scenarios and load resources into memory before they are needed. Those resources can be loaded into physical memory and extra memory provided by [[ReadyBoost]]. | |
| − | + | ||
| − | [[ | + | |
| − | + | ||
| − | [[ | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | [[ | + | |
| − | + | ||
| − | [[ | + | |
| − | + | Data for SuperFetch is gathered by the <tt>%SystemRoot%\System32\Sysmain.dll</tt>, part of the Service Host process, <tt>%SystemRoot%\System32\Svchost.exe</tt>, and stored in a series of files in the <tt>%SystemRoot%\Prefetch</tt> directory [http://www.microsoft.com/technet/technetmag/issues/2007/03/VistaKernel/]. These files appear to start with the prefix <tt>Ag</tt> and have a <tt>.db</tt> extension. The format of these files is not known, but they are not actually databases [http://channel9.msdn.com/showpost.aspx?postid=242429]. | |
| − | + | ||
| − | < | + | |
| − | < | + | |
| − | < | + | |
| − | + | ||
| − | = | + | The SuperFetch feature is seeded with some basic usage patterns when the operating system is installed [http://channel9.msdn.com/showpost.aspx?postid=242429]. |
| − | + | == External Links == | |
| − | + | * [http://channel9.msdn.com/showpost.aspx?postid=242429 Channel 9 Interview with Michael Fortin of Microsoft on SuperFetch] | |
| − | + | * [http://www.informationweek.com/news/showArticle.jhtml?articleID=196902178 Microsoft Predicts The Future With Vista's SuperFetch] from Information Week | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
Revision as of 20:45, 18 May 2007
|
Please help to improve this article by expanding it.
|
SuperFetch is a performance enhancement introduced in Microsoft Windows Vista to reduce the time necessary to launch applications. An expanded version of the Prefetch files found in Windows XP, they record usage scenarios and load resources into memory before they are needed. Those resources can be loaded into physical memory and extra memory provided by ReadyBoost.
Data for SuperFetch is gathered by the %SystemRoot%\System32\Sysmain.dll, part of the Service Host process, %SystemRoot%\System32\Svchost.exe, and stored in a series of files in the %SystemRoot%\Prefetch directory [1]. These files appear to start with the prefix Ag and have a .db extension. The format of these files is not known, but they are not actually databases [2].
The SuperFetch feature is seeded with some basic usage patterns when the operating system is installed [3].