질문과 답변

윈 도 우 윈11설치 할때요

2024.02.12 12:43

우와윈도 조회:757

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 - -
99078 소프트웨어| partition expert 볼륨 리사이즈.. [4] 실시간 170 02-13
99077 소프트웨어| Notepad ++ 에서.. [2] 솔하 217 02-13
99076 윈 도 우| 탐색기에서 파일 선택하면 파일명 클립보드에 복사? 번개 156 02-13
99075 서버 / IT| 2019 서버 문의 [1] 부산전문가 186 02-13
99074 윈 도 우| 빠른 시작 켜기 설정 해제 방법 [1] 윈포우도럼 203 02-13
99073 소프트웨어| wim 파일 설치 방법 문의 드립니다. [6] 컬렉 625 02-12
99072 윈 도 우| rundll32.exe 오류로 인하여 파일을 교체하고 싶습니다. [2] 노키86 241 02-12
» 윈 도 우| 윈11설치 할때요 [3] 우와윈도 757 02-12
99070 윈 도 우| Asus x670-p 윈도우 진입불가 고수님 조언을 부탁드립니다 [5] JWL 295 02-12
99069 소프트웨어| 다음과 같은 방식으로 증분,차분 백업/동기화가 가능한 프... 메리아 211 02-12
99068 윈 도 우| 윈도우 10 PE에서 PE 네트워크 접속시에 뜨는 창... 알리아스 228 02-11
99067 윈 도 우| 모니터 하단 중앙에 이상한 게 뜹니다. [3] 그래요네 704 02-11
99066 윈 도 우| 10대 이상의 PC 특정 폴더에 같은 파일을 넣어주는 법(같은망) [5] 핑펑 579 02-11
99065 소프트웨어| 크룸 램 용량 적게 먹는 버전 [7] jgbyuk 648 02-11
99064 윈 도 우| 순정 윈도우를 깔았을 때 OneDrive 의 작동? [2] ton3d 540 02-11
99063 윈 도 우| 작업표시줄에 엣지가 제대로 표시되지 않습니다. [10] 사가르마타 412 02-10
99062 소프트웨어| 엑셀파일 복구방법에대해서 도움 부탁드림니다, [11] 좋은데이 517 02-10
99061 하드웨어| NVME 장착 에러 문의입니다. [6] 파풍초 700 02-10
99060 윈 도 우| 꼬져님 궁금한 게... [2] 라랑 597 02-09
99059 하드웨어| kt모뎀 OPT에서 가끔 깜박이는데요,, [5] 알겠습니다 543 02-09
XE1.11.6 Layout1.4.8