Share via


SystemMaintenanceService XML Example (Standard 8 Module Reference)

7/8/2014

Review an XML example of how to configure ReadyBoost devices in the Embedded Core module in the Windows Embedded 8 Standard (Standard 8) module catalog.

The following XML example shows how to configure two ReadyBoost devices. The primary hard disk drive is disk 0 (which is not shown in this XML example), and the two ReadyBoost devices are on Disk 1, Partition 1, and Disk 2, Partition 1.

The following list shows the settings:

  • The first device has the CacheID as ReadyBoostCache1, and the second device has the CacheID as ReadyBoostCache2.
  • The first device has a cache size of 1 GB, and cache on the second device is configured to fill the entire device.
  • The first device does not use compression, and the second device does.
  • The first device does not use encryption, and the second device does.
<CacheList>
  <Cache>
    <CacheID>ReadyBoostCache1</CacheID>
    <DiskID>1</DiskID>
    <PartitionID>1</PartitionID>
    <CacheSizeMB>500</CacheSizeMB>
    <EnableCompression>false</EnableCompression>
    <EnableEncryption>true</EnableEncryption>
  </Cache>
  <Cache>
    <CacheID>ReadyBoostCache2</CacheID>
    <DiskID>2</DiskID>
    <PartitionID>1</PartitionID>
    <EnableCompression>true</EnableCompression>
    <EnableEncryption>true</EnableEncryption>
  </Cache>
</CacheList>

See Also

Reference

SystemMaintenanceService
CacheID
DiskID
PartitionID
CacheSizeMB
EnableCompression
EnableEncryption