WriteSubrequestLength
L'impostazione WriteSubrequestLength
funziona con altre impostazioni nel componente microsoft-windows-securestartup-filterdriver- per ottimizzare le impostazioni di BitLocker per i PC con architetture hardware come System on a Chip (SoC). Non usare queste impostazioni per architetture hardware a 32 bit o a 64 bit standard.
Queste impostazioni sono destinate solo alla produzione OEM. Per indicazioni specifiche sull'uso di queste impostazioni, contattare Microsoft.
Nota Queste impostazioni si applicano solo alle Windows 8.
Valori
WriteSubrequestLength
è un valore intero, espresso in byte.
Il valore predefinito è 524288
(512 MB).
Passaggi di configurazione validi
offlineServicing
specialize
Auditsystem
oobeSystem
Gerarchia padre
microsoft-windows-securestartup-filterdriver- | WriteSubrequestLength
Si applica a
Per un elenco delle edizioni e delle architetture di Windows supportate da questo componente, vedere microsoft-windows-securestartup-filterdriver-.
Esempio XML
Nell'esempio seguente vengono specificati i valori consigliati per le ottimizzazioni bitlocker in un sistema x86 in un 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>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>