PartitionIDPartitionID
PartitionID
指定識別 Microsoft ReadyBoost™ 裝置的資料分割識別碼。PartitionID
specifies the Partition ID that identifies the Microsoft ReadyBoost™ device. 此值可用於搭配DiskID。This value is used with DiskID.
值Values
IDID |
指定資料分割識別碼的 ReadyBoost 裝置。Specifies the partition ID of the ReadyBoost device. |
父階層Parent Hierarchy
microsoft-windows-systemmaintenanceservice- | CacheList | Cache | PartitionIDmicrosoft-windows-systemmaintenanceservice- | CacheList | Cache | PartitionID
有效的設定階段Valid Configuration Passes
特製化specialize
套用至Applies To
如需支援的 Windows 版本與此元件支援的架構,請參閱microsoft-windows-systemmaintenanceservice-。For a list of the supported Windows editions and architectures that this component supports, see microsoft-windows-systemmaintenanceservice-.
XML 範例XML Example
下列的 XML 輸出範例顯示兩個 ReadyBoost 裝置組態。The following XML output example shows a configuration of two ReadyBoost devices. 此範例在系統上,主要的硬碟機是磁碟 0 (未列於 XML 範例),並且兩個 ReadyBoost 裝置磁碟 1、 資料分割 1 和磁碟 2,資料分割 1。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>