질문과 답변

윈 도 우 무인 설치오류

2021.09.09 03:32

사이버해결사 조회:278

<?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">       

            <UserData>

                <AcceptEula>true</AcceptEula>

            </UserData>

        </component>

           

    <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">

                    <!-- x64 관리자계정 활성화 -->

                    <Order>1</Order>

                    <Path>cmd /c net user administrator /active:yes</Path>

                    <Description>Enable Admin</Description>

                </RunSynchronousCommand>

                <RunSynchronousCommand wcm:action="add">

                    <Order>2</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>

                </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 - -
90686 모 바 일| QR코드 인식할 때마다 저장도 해주는 앱 찾습니다. [2] ton3d 313 09-10
90685 소프트웨어| 윈도우 11에서 카카오톡 자주 오류납니다. [9] 토니림 1282 09-10
90684 소프트웨어| 메인보드 부팅키를 눌렀을때, ventoy USB의 선택 옵션이 2개 가시광선 451 09-10
90683 윈 도 우| usb안에 윈도우설치 문의입니다.. [5] 미스터k 633 09-09
90682 기 타| 발난로 쓰시는 분 계신가요? 추천 좀 부탁드립니다. [2] 현민지 324 09-09
90681 기 타| 후라이팬 가운데가 볼록 올라온 건 고칠 수 없나요? [2] brucex 2795 09-09
90680 소프트웨어| 윈도우 자체 백업 에러 함번 봐 주시겠사옵미까~ [3] file 258 09-09
90679 윈 도 우| ventoy 설치 오류가 납니다 ㅠㅠ [1] kargan 542 09-09
90678 윈 도 우| 배치파일 레지값 가져오기 중에서 [8] 슈머슈마 202 09-09
90677 기 타| 우리나라 고궁 또는 한국적인 고화질 바탕화면 [2] 번개 647 09-09
90676 기 타| 자료요청 잠못드는밤바지내리고 273 09-09
90675 소프트웨어| Edge 브라우저와 이미지미리보기파일 저장파일위치 컴알못러 131 09-09
90674 하드웨어| USB 이용시 에러증상 문의 및 USB 오류점검 프로그램 추천 [1] 컴알못러 197 09-09
90673 소프트웨어| winrar 압축시 폴더제외 방법? [6] 번개 260 09-09
90672 모 바 일| 구글계정 2개 등록해서 사용하는 방법좀 알려 주세요 [2] 놋지미 677 09-09
90671 윈 도 우| 잠금화면에 대하여 질문 드립니다. [2] 갠지스의잔 137 09-09
90670 소프트웨어| ms오피스 해마다 상위버전ㅈ나오는거 엑셀 같은 단축키가 ... [2] 치국평천하 529 09-09
» 윈 도 우| 무인 설치오류 [1] 사이버해결 278 09-09
90668 윈 도 우| sysprep 봉인완료 후 wim이미지 부팅하면 다시 봉인화면으... [2] 직구중독 373 09-08
90667 윈 도 우| 윈도우 업데이트 때 다시시작하고 화면 깜빡일때는 [1] 치국평천하 318 09-08
XE1.11.6 Layout1.4.8