질문과 답변

윈 도 우 윈11설치 할때요

2024.02.12 12:43

우와윈도 조회:741

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 - -
99374 윈 도 우| 윈도우 업데이트 중 KB976902이 설치해도 되는지요 [4] 큰바다 11695 10-28
99373 하드웨어| HDMI to D-SUB(VGA) 젠더 파는 곳 아시는 분... [3] 통나무 11656 09-28
99372 윈 도 우| win7 설치 dvd에 프로그램 넣어 인스톨하는 방법은? [5] asura0602 11655 12-18
99371 소프트웨어| Super Mp3 Download에서 한글이 [3] 유체이탈 11645 03-26
99370 하드웨어| 녹음프로그램중에서 ~김민~ 11637 12-27
99369 윈 도 우| 런타임에러 가난한사람 11625 12-21
99368 윈 도 우| WMP12, 트레이로 옮기는 방법이 없을까요? 연후 11624 02-21
99367 하드웨어| 외장하드에 이상한 폴더가 생성이 됩니다. [2] 찰스 11617 09-21
99366 소프트웨어| 한글오피스 2013 인증 받기가 힘드네요. [4] 비상하는날 11613 10-28
99365 윈 도 우| 윈도우 부팅 중 부팅화면에서 멈춤 현상 [1] 하솔 11611 01-07
99364 윈 도 우| 인터넷 끊김 오류는 무슨 원인이 있을까요? [1] Sketic 11601 07-27
99363 윈 도 우| 윈도우 7 버전별 속도 차이 있나요 ?? [6] sam230eh 11598 11-12
99362 하드웨어| 버츄어 박스 속의 가상os에서 폴더 연동하는 방법 [3] 김치와라면 11597 11-17
99361 bios 가상화 설정에 대해서...(xp 모드 설치 했는데 실행이... [7] Mr.플라워 11594 08-07
99360 KB915597 핫픽스 업데이트 뜨신분 [2] 키스의향기 11590 11-07
99359 기본 메모리 관련 질문입니다. [2] 이수원 11586 09-13
99358 소프트웨어| 개요를 무한대로 늘릴 수 있는 문서편집 툴 있나요? [2] snsnn 11562 03-25
99357 윈 도 우| 노트북 복원시스템 관련.. (LG X-Note) [5] IceMan 11551 04-16
99356 윈 도 우| WIN XP HOME SP3 OEM 구해봅니다... [7] 미치겠트라 11543 08-08
99355 윈 도 우| 최적화잘되서 빠릿한 트윅윈도우7 추천좀요 [22] dlarygs 11532 09-25
XE1.11.6 Layout1.4.8