Microsoft-Windows-SecureStartup-FilterDriver

Microsoft-Windows-SecureStartup-FilterDriver 元件包含設定,可針對具有硬體架構的電腦優化 BitLocker 設定,例如晶片上的系統 (SoC) 。

這些設定僅適用于 OEM 製造。 如需使用這些設定的特定指引,請連絡 Microsoft。

警告

請勿將這些設定用於標準 32 位或 64 位硬體架構。

這些設定僅適用于Windows 8。

本節內容

BytesDecryptedInDiskRequestOverhead

MaxCryptoRequestsPerIo

MaxDecryptRequests

MaxEncryptRequests

PreventDeviceEncryption

SlicedEncryptionInPlace

SlicedEncryptionMinSize

SlicedEncryptionRequestsMax

WriteIoAggregateMaxSize

WriteIoAggregateMinSize

WriteSubrequestLength

套用至

若要判斷元件是否適用於您要建置的映像,請將您的映像載入 Windows SIM,並搜尋元件或設定名稱。 如需如何檢視元件和設定的資訊,請參閱 在回應檔案中設定元件和設定

注意

雖然此元件可在 x86 硬體架構中使用,但這些設定不應該用於標準 x86 硬體架構。

XML 範例

下列範例指定 Chip 上 x86 系統上 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>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>

Components