MaxDecryptRequests
L'impostazione MaxDecryptRequests
funziona con altre impostazioni nel componente microsoft-windows-securestartup-filterdriver- per ottimizzare le impostazioni di BitLocker per PC con architetture hardware come System on a Chip (SoC). Non usare queste impostazioni per architetture hardware standard a 32 bit o a 64 bit.
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
MaxDecryptRequests
è un valore intero.
Il valore predefinito è 0
la decrittografia delle richieste.
Passaggi di configurazione validi
offlineServicing
specialize
Auditsystem
oobeSystem
Gerarchia padre
microsoft-windows-securestartup-filterdriver- | MaxDecryptRequests
Si applica a
Per un elenco delle edizioni e delle architetture di Windows supportate da questo componente, vedere microsoft-windows-securestartup-filterdriver-.
Esempio XML
L'esempio seguente specifica i valori consigliati per le ottimizzazioni di Bitlocker in un sistema x86 su 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>