질문과 답변

윈 도 우 윈11설치 할때요

2024.02.12 12:43

우와윈도 조회:736

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 - -
99346 기 타| 크롬,엣지 브라우저 닫히지 않게 하는 방법 [4] Anonymous 191 03-10
99345 윈 도 우| 윈도우 서비스 사용안함 고정 방법 있나요? [2] 치토스 206 03-10
99344 소프트웨어| MS오피스 파일 연결 문제 [1] 초심겸손 232 03-10
99343 소프트웨어| 256G SSD를 이미지 떠서 512G SSD 복구시 용량 안잡히는 문제 [7] 개골동자 400 03-10
99342 소프트웨어| 대학교 학부생 한컴오피스 비정품 사용 관련 문제 질문드립... [10] 짭짤한소금 834 03-10
99341 윈 도 우| Win10 22H2(19045.4123) PE빌드되나요? [9] 라랑 363 03-10
99340 하드웨어| 하드가 정상 사용 중 증발 하는 경우가 있나요? [8] 빠송 390 03-10
99339 기 타| 유튜브 메인 화면이 안돌아 오고 있습니다.. [4] 테츠로 339 03-10
99338 기 타| 배치파일 부탁드립니다. [3] 사랑해요™ 386 03-10
99337 기 타| YouTube 연결 [3] dragon4488 326 03-10
99336 윈 도 우| 윈도우 가상화로 정부 사이트들 이용이라던지 가능하겠죠? [2] 요즈음 237 03-10
99335 기 타| Edge 실행시 창이 여러개 [2] ahha 171 03-10
99334 소프트웨어| 사진에서 글자 없애는 프로그램 이름이 뭐에요? [2] 소소생 566 03-09
99333 윈 도 우| 구글 로그인 시 2차인증 문제 [10] 부산전문가 416 03-09
99332 기 타| 제 유튜브 메인 화면이 왜 이럴까요? [5] 테츠로 490 03-09
99331 윈 도 우| 윈도우 설치 했는데? 아래 처럼 일부 드라이브가 안보이고 ... [2] 맹물 401 03-09
99330 소프트웨어| Microsoft .NET Framework 간편하게 설치하는 방법 없을까... [4] 어리버리힙 292 03-09
99329 소프트웨어| Windows XP TRIM [4] 삼사일언 369 03-09
99328 윈 도 우| 나만의 복원 솔루션 만들기 -5부- (UEFI) winlib 백업시 ... [4] 수리수리 407 03-09
99327 윈 도 우| 무월님 SetupComplete.cmd 파일에다가... [4] 추추추 166 03-09
XE1.11.6 Layout1.4.8