EnableCompression specifies whether the Microsoft® ReadyBoost™ cache uses compression.

Disabling compression can improve CPU usage and decrease battery consumption.

Enabling compression may be necessary for systems with a low amount of RAM or cache space, to ensure that the necessary pages can be stored.

Values

true

Specifies that the ReadyBoost cache uses compression.

This is the default value.

false

Specifies that the ReadyBoost cache does not use compression.

Parent Hierarchy

Valid Configuration Passes

specialize

Applies To

For a list of the supported Windows® editions and architectures that this component supports, see Microsoft-Windows-SystemMaintenanceService.

XML Example

The following XML output example shows a configuration of two ReadyBoost devices. On this sample system, the first device does not use compression, while the second device uses compression.

  Copy Code
<CacheList>
  <Cache>
	<CacheID>ReadyBoostCache1</CacheID>
	<DiskID>1</DiskID>
	<PartitionID>1</PartitionID>
	<CacheSizeMB>1024</CacheSizeMB>
	<EnableCompression>false</EnableCompression>
	<EnableEncryption>false</EnableEncryption>
  </Cache>
  <Cache>
	<CacheID>ReadyBoostCache2</CacheID>
	<DiskID>2</DiskID>
	<PartitionID>1</PartitionID>
	<EnableCompression>true</EnableCompression>
	<EnableEncryption>true</EnableEncryption>
  </Cache>
</CacheList>

See Also

Concepts

Cache