PartitionID (microsoft-windows-systemmaintenanceservice-cachelist-cache-partitionid)
PartitionID
specifies the Partition ID that identifies the Microsoft ReadyBoost™ device. This value is used with DiskID.
Values
ID |
Specifies the partition ID of the ReadyBoost device. |
Parent Hierarchy
microsoft-windows-systemmaintenanceservice- | CacheList | Cache | PartitionID
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 primary hard drive is disk 0 (which is not listed in the XML example), and the two ReadyBoost devices are on Disk 1, Partition 1, and Disk 2, Partition 1.
<CacheList>
<Cache>
<CacheID>ReadyBoostCache1</CacheID>
<DiskID>1</DiskID>
<PartitionID>1</PartitionID>
<CacheSizeMB>1024</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>