EnableSuperfetch (Standard 8 Module Reference)

7/8/2014

Review the applicable Embedded Core modules and any examples for the EnableSuperfetch setting in Windows Embedded 8 Standard (Standard 8).

This setting contains an integer that specifies how to run SuperFetch, a tool that can load application data into memory before it is demanded. SuperFetch improves on Prefetch by monitoring which applications that you use the most and preloading those into system memory.

The following table shows the possible values.

Value

Description

0

Disables SuperFetch.

1

Enables SuperFetch when the application starts up.

2

Enables SuperFetch when the device starts up.

3

Enables SuperFetch when the application or device starts up.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

Enhanced Write Filter

Features/Lockdown/Compatibility Write Filters/Enhanced Write Filter/EnableSuperfetch

File Based Write Filter

Features/Lockdown/Compatibility Write Filters/File Based Write Filter/EnableSuperfetch

Unified Write Filter (UWF)

Features/Lockdown/Unified Write Filter (UWF)/EnableSuperfetch

DisablePrefetchSuperfetch

Products/Embedded Core/DisablePrefetchSuperfetch/EnableSuperfetch

XML Example

The following XML example shows how to disable SuperFetch.

<EnableSuperfetch>0</EnableSuperfetch>

See Also

Concepts

Embedded Core Settings
Feature Module Settings