DiskID
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2012 R2
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>