Difference between pages "Open Research Topics" and "Prefetch"
m (→Hard Problems) |
(Added max prefetch file limit) |
||
| Line 1: | Line 1: | ||
| − | + | {{Expand}} | |
| + | Windows Prefetch files, introduced in [[Windows|Windows XP]], are designed to speed up the application startup process. Prefetch files contain the name of the executable, a list of DLLs used by that executable, a count of how many times the executable was has been run, and a timestamp indicating the last time the program was run. Prefetch files are stored in the <tt>%SystemRoot%\Prefetch</tt> directory. | ||
| − | + | == Timestamps == | |
| + | Both the [[NTFS]] timestamps for a Prefetch file and the timestamp embedded in each Prefetch file contain valueable information. The creation date of the file indicates the first time the application was executed. Both the modification date of the file and the embedded timestamp indicate the last time the application was executed. The | ||
| + | == Other Notes == | ||
| + | There should never be more than 128 prefetch files [http://blogs.msdn.com/ryanmy/archive/2005/05/25/421882.aspx]. | ||
| − | = | + | == See Also == |
| − | * | + | * [[SuperFetch]] |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | = | + | == External Links == |
| − | + | * [http://www.mitec.cz/wfa.html Windows File Analyzer] - Parses Prefetch files, thumbnail databases, shortcuts, index.dat files, and the recycle bin | |
| − | * | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
Revision as of 10:33, 22 May 2007
|
Please help to improve this article by expanding it.
|
Windows Prefetch files, introduced in Windows XP, are designed to speed up the application startup process. Prefetch files contain the name of the executable, a list of DLLs used by that executable, a count of how many times the executable was has been run, and a timestamp indicating the last time the program was run. Prefetch files are stored in the %SystemRoot%\Prefetch directory.
Contents |
Timestamps
Both the NTFS timestamps for a Prefetch file and the timestamp embedded in each Prefetch file contain valueable information. The creation date of the file indicates the first time the application was executed. Both the modification date of the file and the embedded timestamp indicate the last time the application was executed. The
Other Notes
There should never be more than 128 prefetch files [1].
See Also
External Links
- Windows File Analyzer - Parses Prefetch files, thumbnail databases, shortcuts, index.dat files, and the recycle bin