WriteIoAggregateMinSize

WriteIoAggregateMinSize 설정은 microsoft-windows-securestartup-filterdriver- 구성 요소의 다른 설정과 함께 작동하여 SoC(System on a Chip)와 같은 하드웨어 아키텍처를 사용하여 PC에 대한 BitLocker 설정을 최적화합니다. 표준 32비트 또는 64비트 하드웨어 아키텍처에는 이러한 설정을 사용하지 마세요.

이러한 설정은 OEM 제조 전용입니다. 이러한 설정 사용에 대한 구체적인 지침은 Microsoft에 문의하세요.

참고 이러한 설정은 Windows 8에만 적용됩니다.

WriteIoAggregateMaxSize는 정수 값(바이트)입니다.

기본값은 eMMC OS 볼륨의 경우 1048576(1GB)이고, 그렇지 않은 경우 0입니다.

유효한 구성 패스

offlineServicing

specialize

auditSystem

oobeSystem

부모 계층

microsoft-windows-securestartup-filterdriver- | WriteIoAggregateMinSize

적용 대상

이 구성 요소가 지원하는 Windows 버전 및 아키텍처 목록은 microsoft-windows-securestartup-filterdriver-를 참조하세요.

XML 예

다음 예제에서는 칩의 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>

microsoft-windows-securestartup-filterdriver-