질문과 답변

윈 도 우 윈11설치 할때요

2024.02.12 12:43

우와윈도 조회:737

23b006faade0933ba19274d60b9af179.jpg

 

윈도우10 설치할땐 괜찮은데 윈도우11 설치할때

계속 에러뜨네여

무인설치할때 에러 뜨는데 무인설치 파일을 사용 안하면

괜찮아요 원인을 머르겠어요

 

 

<?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>
            <UILanguageFallback>en-US</UILanguageFallback>
            <InputLocale>ko-KR</InputLocale>
            <SystemLocale>ko-KR</SystemLocale>
        </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">
            <DiskConfiguration>
                <Disk wcm:action="add">
                    <CreatePartitions>
                        <CreatePartition wcm:action="add">
                            <Order>1</Order>
                            <Size>100</Size>
                            <Type>EFI</Type>
                        </CreatePartition>
                        <CreatePartition wcm:action="add">
                            <Order>2</Order>
                            <Extend>true</Extend>
                            <Type>Primary</Type>
                        </CreatePartition>
                    </CreatePartitions>
                    <ModifyPartitions>
                        <ModifyPartition wcm:action="add">
                            <Order>1</Order>
                            <PartitionID>1</PartitionID>
                            <Label>System</Label>
                            <Format>FAT32</Format>
                        </ModifyPartition>
                        <ModifyPartition wcm:action="add">
                            <Order>2</Order>
                            <PartitionID>2</PartitionID>
                            <Letter>C</Letter>
                            <Label>Windows</Label>
                            <Format>NTFS</Format>
                        </ModifyPartition>
                    </ModifyPartitions>
                    <WillWipeDisk>true</WillWipeDisk>
                    <DiskID>0</DiskID>
                </Disk>
            </DiskConfiguration>
            <ImageInstall>
                <OSImage>
                    <InstallFrom>
                        <MetaData wcm:action="add">
                          <Key>/IMAGE/INDEX</Key>
                          <Value>2</Value>
                        </MetaData>
                    </InstallFrom>
                    <InstallTo>
                        <DiskID>0</DiskID>
                        <PartitionID>2</PartitionID>
                    </InstallTo>
                    <WillShowUI>OnError</WillShowUI>
                    <InstallToAvailablePartition>false</InstallToAvailablePartition>
                </OSImage>
            </ImageInstall>
            <UserData>
                <ProductKey>
                    <Key />
                    <WillShowUI>OnError</WillShowUI>
                    </ProductKey>
                <AcceptEula>true</AcceptEula>
            </UserData>
            <ComplianceCheck>
                <DisplayReport>OnError</DisplayReport>
            </ComplianceCheck>
        </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>
                    <!-- x64 WanDrv7 ?곗쿂 -->
                    <Path>%Windir%\Setup\Scripts\EDLauncher.bat</Path>
                    <Description>Auto Driver Launcher</Description>
                </RunSynchronousCommand>
            </RunSynchronous>
        </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>
            <FirstLogonCommands>
                <!-- ?ъ슜??怨꾩젙 而⑦듃濡??ㅼ젙 蹂寃?OFF -->
                <SynchronousCommand wcm:action="add">
                    <RequiresUserInput>false</RequiresUserInput>
                    <Order>1</Order>
                    <Description>UACOff</Description>
                    <CommandLine>%windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f</CommandLine>
                </SynchronousCommand>
                <!-- ⑤뱺 怨꾩젙 ?뷀샇 뚮즺湲곌컙 ?쒗븳 ?놁쓬 -->
                <SynchronousCommand wcm:action="add">
                    <RequiresUserInput>false</RequiresUserInput>
                    <Order>2</Order>
                    <Description>UserAccount</Description>
                    <CommandLine>cmd /c wmic UserAccount set PasswordExpires=False</CommandLine>
                </SynchronousCommand>
            </FirstLogonCommands>
            <Display>
                <!-- ?댁긽???ㅼ젙 -->
                <HorizontalResolution>1024</HorizontalResolution>
                <VerticalResolution>768</VerticalResolution>
                <ColorDepth>32</ColorDepth>
            </Display>
            <OOBE>
                <HideEULAPage>true</HideEULAPage>
                <HideLocalAccountScreen>true</HideLocalAccountScreen>
                <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
                <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
                <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
                <NetworkLocation>Home</NetworkLocation>
                <ProtectYourPC>1</ProtectYourPC>
                <SkipMachineOOBE>true</SkipMachineOOBE>
            </OOBE>
        </component>
    </settings>
    <cpi:offlineImage cpi:source="" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

번호 제목 글쓴이 조회 등록일
[공지] 질문과 답변 게시판 이용간 유의사항 gooddew - -
99191 소프트웨어| 삼성 복원 솔루션7 을 찾습니다. [17] Roke~! 867 02-23
99190 윈 도 우| 윈도우11에서 리얼텍오디오 드라이버 문제 있나요? [13] 코리아클랜 334 02-23
99189 소프트웨어| 포토샵 2024한글파일 부탁드립니다 [2] brucex 607 02-23
99188 기 타| 무월님 자료중에 첨부된 Prince_PE_Multi-BRPE_v3.6 수정가... [2] 수리수리 593 02-23
99187 모 바 일| 안드로이드에서 삼성인터넷에 크롬 북마크를 가져올 수는 ... [3] 사가르마타 262 02-22
99186 윈 도 우| PE 작업표시줄 우클릭 메뉴의 'Search' 삭제방법 문의 [14] 동백66 262 02-22
99185 기 타| 노트북 critical process died 블루스크린 도움 부탁드려요 [6] 루시드림 204 02-22
99184 윈 도 우| 윈도우11 현황 문의 [7] runningsto 810 02-22
99183 기 타| TV문제일까요? [3] magoo 452 02-22
99182 윈 도 우| 윈도우11 가상데스탑마다 배경화면 설정이 안됩니다. [3] 멋진이 245 02-22
99181 하드웨어| 메인보드 사설수리? [10] 개골동자 890 02-21
99180 소프트웨어| 다운로드 저장 위치 문의 [4] 자비 476 02-21
99179 윈 도 우| XBOX 게임 바로 녹화하려는데... 에러가 뜹니다. [3] 사가르마타 153 02-21
99178 하드웨어| 알리 그래픽카드 [5] Ease 763 02-21
99177 윈 도 우| 윈도우 10에서 11로 업데이트는 더 이상 지원 안 하나요? [1] 사가르마타 590 02-21
99176 모 바 일| 일본어인식 잘 되는 OCR 앱이 뭐가 있나요? [2] nadaeri 229 02-21
99175 윈 도 우| 크롬 탭 닫을때 나 메세지 뜰때 창이 옆으로 늘어납니다 MSTSC 91 02-21
99174 윈 도 우| 윈도우 11 처음 부팅 로그인 문제 도움을 부탁드립니다. [3] 파풍초 210 02-21
99173 윈 도 우| WindowsXPE147 빌드중 크롬 스크립트 부분에서 에러 진행이... [5] 마로94 217 02-20
99172 윈 도 우| 당근에서 판매하는 윈도우11 인증키 여쭙니다 [8] 배추장사 877 02-20
XE1.11.6 Layout1.4.8