EnablePrefetcher (Standard 8 Module Reference)

7/8/2014

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

This setting contains an integer that specifies how to run Prefetch, a tool that can load application data into memory before it is demanded.

The following table shows the possible values.

Value

Description

0

Disables Prefetch.

1

Enables Prefetch when the application starts.

2

Enables Prefetch when the device starts up.

3

Enables Prefetch 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/EnablePrefetcher

File Based Write Filter

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

Unified Write Filter (UWF)

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

DisablePrefetchSuperfetch

Products/Embedded Core/DisablePrefetchSuperfetch/EnablePrefetcher

XML Example

The following XML example shows how to disable Prefetch.

<EnablePrefetcher>0</EnablePrefetcher>

See Also

Concepts

Embedded Core Settings
Feature Module Settings