Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
DiskID specifies the Disk ID that identifies the Microsoft ReadyBoost⢠device. This value is used with PartitionID.
Values
ID |
Specifies the disk ID of the ReadyBoost device. |
Parent Hierarchy
microsoft-windows-systemmaintenanceservice- | CacheList | Cache | DiskID
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 example XML output 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>