무인 Windows 설치 설정 구현
이 항목에서는 무인 Windows 설치 구성 요소 설정을 설정하는 방법을 설명합니다.
Windows 시스템 이미지 관리자를 사용하여 Windows 설치 무인 파일을 편집하는 것이 좋습니다.
다음은 샘플 출력 파일입니다.
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="specialize">
<component
name="Microsoft-Windows-GPIOButtons"
processorArchitecture="x86"> <!-- ... Additional component attributes-->
<ConvertibleSlateMode>1</ConvertibleSlateMode> <!-- Values: {0 (slate); 1 (laptop)}-->
</component>
</settings>
</unattend>