MaxCryptoRequestsPerIo

Pengaturan MaxCryptoRequestsPerIo ini berfungsi dengan pengaturan lain di komponen microsoft-windows-securestartup-filterdriver- untuk mengoptimalkan pengaturan BitLocker untuk PC dengan arsitektur perangkat keras seperti System on a Chip (SoC). Jangan gunakan pengaturan ini untuk arsitektur perangkat keras standar 32-bit atau 64-bit.

Pengaturan ini hanya ditujukan untuk manufaktur OEM. Untuk panduan khusus tentang penggunaan pengaturan ini, hubungi Microsoft.

Catatan Pengaturan ini hanya berlaku untuk Windows 8.

Nilai

MaxCryptoRequestsPerIo adalah bilangan bulat.

Nilai defaultnya adalah 5.

Kode Konfigurasi yang Valid

offlineServicing

specialize

auditSystem

oobeSystem

Hierarki Induk

microsoft-windows-securestartup-filterdriver- | MaxCryptoRequestsPerIo

Berlaku Untuk

Untuk daftar edisi dan arsitektur Windows yang didukung komponen ini, lihat microsoft-windows-securestartup-filterdriver-.

Contoh XML

Contoh berikut menentukan nilai yang direkomendasikan untuk pengoptimalan Bitlocker pada Sistem x86 pada Chip.

<component name="microsoft-windows-securestartup-filterdriver-" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <BytesDecryptedInDiskRequestOverhead>524288</BytesDecryptedInDiskRequestOverhead>
  <InPlaceCrypto>0</InPlaceCrypto>
  <MaxCryptoRequestsPerIo>5</MaxCryptoRequestsPerIo>
  <MaxDecryptRequests>0</MaxDecryptRequests>
  <MaxEncryptRequests>2</MaxEncryptRequests>
  <ModifiedWriteMaximum>4</ModifiedWriteMaximum>
  <ReadDoubleBuffering>0</ReadDoubleBuffering>
  <SlicedEncryptionInPlace>1</SlicedEncryptionInPlace>
  <SlicedEncryptionMinSize>524288</SlicedEncryptionMinSize>
  <SlicedEncryptionRequestsMax>1</SlicedEncryptionRequestsMax>
  <WriteIoAggregateMaxSize>1048576</WriteIoAggregateMaxSize>
  <WriteIoAggregateMinSize>1048576</WriteIoAggregateMinSize>
  <WriteSubrequestLength>524288</WriteSubrequestLength>
 </component>

microsoft-windows-securestartup-filterdriver-