EnableLazyWrites (Standard 8 Module Reference)

7/8/2014

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

This setting specifies whether to enable lazy write mode, which writes data in the background instead of at the time of the write.

Set to true to enable lazy write mode; otherwise, set to false. The default value is false.

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 Management Tool

Features/Lockdown/Compatibility Write Filters/Enhanced Write Filter Management Tool/ProtectedVolumes/Volume/EnableLazyWrites

Enhanced Write Filter

Features/Lockdown/Compatibility Write Filters/Enhanced Write Filter/ProtectedVolumes/Volume/EnableLazyWrites

XML Example

The following XML example shows how to write data in the background instead of at the time of the write.

<Volume wcm:action="add">
   <EnableLazyWrites>true</EnableLazyWrites>
</Volume>

See Also

Concepts

Feature Module Settings