질문과 답변

윈 도 우 윈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 - -
49280 윈 도 우| 윈도우 가상화로 정부 사이트들 이용이라던지 가능하겠죠? [2] 요즈음 237 03-10
49279 윈 도 우| 구글 로그인 시 2차인증 문제 [10] 부산전문가 416 03-09
49278 윈 도 우| 윈도우 설치 했는데? 아래 처럼 일부 드라이브가 안보이고 ... [2] 맹물 401 03-09
49277 윈 도 우| 나만의 복원 솔루션 만들기 -5부- (UEFI) winlib 백업시 ... [4] 수리수리 407 03-09
49276 윈 도 우| 무월님 SetupComplete.cmd 파일에다가... [4] 추추추 166 03-09
49275 윈 도 우| 윈도우11 바탕화면 아이콘을 작업표시줄 추가 [4] 부산전문가 218 03-09
49274 윈 도 우| 사용자가 작업을 취소 했습니다. [1] 아부지뭐하 255 03-08
49273 윈 도 우| 디펜더 제외도구 [5] 아이디비번 410 03-08
49272 윈 도 우| 무월님 런처바를 실컴에서 사용하는 방법이?? [2] 마로94 270 03-08
49271 윈 도 우| install.wim에서 winre,wim 업데이트 통합시 버전이 틀린것... [4] 마로94 169 03-08
49270 윈 도 우| 윈도우 설치시 오피스 + 한글 자동설치 [3] 마로94 724 03-08
49269 윈 도 우| 업데이트가 9%에서 다시시도하라면서... [3] ccosmos 224 03-08
49268 윈 도 우| Windows PE 추천해 주세요... [7] 어리버리힙 574 03-07
49267 윈 도 우| 자식vhd 클린시 수동 복사 [12] 민트러브 293 03-07
49266 윈 도 우| 윈도우11에서 서드파티 백신 쓰시는 분들 질문 드립니다. [4] 마린블루 308 03-07
49265 윈 도 우| 드라이브마다 폴더가 생겨요 [2] 화랑이 566 03-06
49264 윈 도 우| Win7_UltimateK_x64.GHO -> VHD 변환? [5] 햇님 407 03-06
49263 윈 도 우| 탐색기 미리보기 사진 문의 [2] 에로스타 205 03-06
49262 윈 도 우| 윈도우10 디펜더 실시간 보호 활성화 안되는 문제 [13] magoo 619 03-05
49261 윈 도 우| 노트북 와이파이가 안되고 비행기모드인데 어떡하나요? [3] 『ⓖⓤⓝ』 381 03-05
XE1.11.6 Layout1.4.8