WriteSubrequestLength

この WriteSubrequestLength 設定は microsoft-windows-securestartup-filterdriver- コンポーネントの他の設定と動作し、System on a Chip (SoC) などのハードウェア アーキテクチャを備える PC の BitLocker 設定を最適化します。 標準の 32 ビットまたは 64 ビットのハードウェア アーキテクチャでは、これらの設定を使用しないでください。

これらの設定は、OEM 製造のみ用です。 これらの設定の使用に関する具体的なガイダンスについては、Microsoft にお問い合わせください。

これらの設定は、Windows 8 のみに該当します。

WriteSubrequestLength は整数値 (バイト単位) です。

既定値は 524288 (512 MB) です。

有効な構成パス

offlineServicing

specialize

auditSystem

oobeSystem

[親階層]

microsoft-windows-securestartup-filterdriver- | WriteSubrequestLength

適用対象

このコンポーネントがサポートしている Windows のエディションとアーキテクチャの一覧については、「microsoft-windows-securestartup-filterdriver-」を参照してください。

XML の例

次の例では、x86 の System on a Chip で Bitlocker の最適化に推奨値を指定しています。

<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>262144</BytesDecryptedInDiskRequestOverhead>
  <InPlaceCrypto>0</InPlaceCrypto>
  <MaxCryptoRequestsPerIo>4</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-