윈 도 우 무인설치시 키보드 레이아웃 설정방법
2019.01.14 19:45
제가현제 사용하기 있는 무인설치입니다 윈10이고요
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SetupUILanguage>
<UILanguage>ko-KR</UILanguage>
</SetupUILanguage>
<UILanguage>ko-KR</UILanguage>
<LayeredDriver>5</LayeredDriver>
</component>
<component name="Microsoft-Windows-International-Core-WinPE" 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">
<SetupUILanguage>
<UILanguage>ko-KR</UILanguage>
</SetupUILanguage>
<UILanguage>ko-KR</UILanguage>
<LayeredDriver>5</LayeredDriver>
</component>
<component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<UserData>
<AcceptEula>true</AcceptEula>
</UserData>
</component>
<component name="Microsoft-Windows-Setup" 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">
<UserData>
<AcceptEula>true</AcceptEula>
</UserData>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<AutoLogon>
<Enabled>true</Enabled>
<LogonCount>1</LogonCount>
<Username>Administrator</Username>
</AutoLogon>
<OOBE>
<SkipMachineOOBE>true</SkipMachineOOBE>
</OOBE>
</component>
<component name="Microsoft-Windows-Shell-Setup" 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">
<AutoLogon>
<Enabled>true</Enabled>
<LogonCount>1</LogonCount>
<Username>Administrator</Username>
</AutoLogon>
<OOBE>
<SkipMachineOOBE>true</SkipMachineOOBE>
</OOBE>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<RunSynchronous>
<RunSynchronousCommand wcm:action="add">
<Order>1</Order>
<Path>%Windir%\Setup\Scripts\EasyDrv_Run.bat</Path>
<Description>EasyDrv Install</Description>
</RunSynchronousCommand>
</RunSynchronous>
</component>
<component name="Microsoft-Windows-Deployment" 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">
<RunSynchronous>
<RunSynchronousCommand wcm:action="add">
<Order>1</Order>
<Path>%Windir%\Setup\Scripts\EasyDrv_Run.bat</Path>
<Description>EasyDrv Install</Description>
</RunSynchronousCommand>
</RunSynchronous>
</component>
</settings>
<cpi:offlineImage cpi:source="" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
이건데 키보드 설정이 자동으로 103키106키 설정이 되더군요 근데 이걸 101키 1번설정으로 어떻게 설정하지요 자동으로 설정되게 하는것좀 알려 주세요
댓글 [1]
-
현토리 2019.01.14 20:03
번호 | 제목 | 글쓴이 | 조회 | 등록일 |
---|---|---|---|---|
[공지] | 질문과 답변 게시판 이용간 유의사항 | gooddew | - | - |
77543 | 윈 도 우| 태블릿에 윈도우xp설치할수 있는분 [2] | 센스돌이 | 611 | 01-16 |
77542 | 소프트웨어| 크롬 주소창 검색엔진 문제입니다. [5] | 준이오빠 | 305 | 01-16 |
77541 | 윈 도 우| 윈10 RS5나 2019 LTSC는 자동업데이트 어떻게 끄나요? [2] | 메리아 | 913 | 01-16 |
77540 | 하드웨어| 스피커 1개로 2군데 연결 [6] | 엉클퍼커 | 663 | 01-16 |
77539 | 소프트웨어| 아웃룩 2016 에러 아시는분.. | 뚜릅 | 298 | 01-16 |
77538 | 기 타| 인텔 코어i7-8세대 8700 (커피레이크) 에 맞는 아수스 보드... [8] | 평화 | 698 | 01-16 |
77537 | 윈 도 우| 윈도우설치 급 질문 2번째. [6] | 코나 | 718 | 01-15 |
77536 | 기 타| 하드가 1테라인데 내용 크기가 [11] | aqz | 536 | 01-15 |
77535 | 윈 도 우| 윈도우설치 급질문좀 할게요 ㅠ [2] | 코나 | 376 | 01-15 |
77534 | 윈 도 우| 이거 피싱 아닌가요? [8] | 현민지 | 713 | 01-15 |
77533 | 윈 도 우| 엣지브라우저, 컴퓨터 다시시작시 이전작업 불러오지않게. [2] | HeoKing | 380 | 01-15 |
77532 | 하드웨어| i7-2600과 i5-4570 비교? [6] | pinnk | 2489 | 01-15 |
77531 | 소프트웨어| 레인미터 테마 저장위치 변경 | WinMa | 298 | 01-15 |
77530 | 윈 도 우| 부팅시 WMI Provider Host | WinMa | 187 | 01-15 |
77529 | 기 타| 혹시 JIRA 를 사용하시거나 잘 아시는 분이 계실까요 ?,, | 촌꼬마 | 160 | 01-15 |
77528 | 소프트웨어| MS 오피스 2019 정품인증이 안됩니다. [4] | lakefog | 2084 | 01-15 |
77527 | 윈 도 우| 작없케줄러의 새 동작 만들기에서 mp4를 실행시키는 방법을... [2] | brucex | 227 | 01-15 |
77526 | 윈 도 우| 2009년 테크넷 구독자인 경우 그 내역을 지금 볼수있나요? [1] | 너구리세상 | 203 | 01-15 |
77525 | 윈 도 우| 이게 뭔지 아시는분? [12] | 늘 지금처 | 1725 | 01-15 |
77524 | 기 타| 이파일 다운로드 할수 있는 사람 부탁드려요? [8] | 구운고구마 | 912 | 01-15 |
https://www.snoopybox.co.kr/1275
흠.. 스누피님 글에도 자세히 나와있지만 전 이렇게까지는 안해봐서 테스트는 못해봤네요. 101키가 없어서요
<LayeredDriver>5</LayeredDriver> 이부분값을 변경하시면 됩니다.
1 - Specifies the PC/AT Enhanced Keyboard (101/102-Key).
2 - Specifies the Korean PC/AT 101-Key Compatible Keyboard/MS Natural Keyboard (Type 1).
3 - Specifies the Korean PC/AT 101-Key Compatible Keyboard/MS Natural Keyboard (Type 2).
4 - Specifies the Korean PC/AT 101-Key Compatible Keyboard/MS Natural Keyboard (Type 3).
5 - Specifies the Korean Keyboard (103/106 Key).
6 - Specifies the Japanese Keyboard (106/109 Key).
101키 종류 1인듯 하니 5를 2로 바꾸면 될듯요. 테스트는 본인이...