administrator로 클린설치를 하면 기존에 사용했던 바탕화면을 온라인 백업으로 불러오기, 패스키 등을 사용하지 못함.

 

 

1. UltraISO를 다운로드하고 설치

    https://www.ultraiso.com/download.html

 

 

2. 아래 파일을 다운로드.

$OEM$.zip
0.00MB

 

$OEM$\$$\Panther\unattend.xml 파일 내용은 아래와 같음.

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="windowsPE">
    </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>
                    <Path>cmd /c net user administrator /active:yes 1234!#</Path>
                    <Description>Enable Admin</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">
	<OOBE>
		<HideEULAPage>true</HideEULAPage>
		<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
		<NetworkLocation>Work</NetworkLocation>
		<ProtectYourPC>3</ProtectYourPC>
		<SkipMachineOOBE>true</SkipMachineOOBE>
		<SkipUserOOBE>true</SkipUserOOBE>
	</OOBE>
        </component>
    </settings>
    <cpi:offlineImage cpi:source="" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

위에서 10번째 줄에 /active:yes 1234!# 이 있는데 1234!# 이 administrator 초기 비밀번호이며 설치 후 변경하면 됨.

 

위 방법은 중간에 뭔가 물어보는 창들을 많이 안뜨게 하는 방법인데 

administrator로 설치를 하지만 중간 창들은 보고 싶다면

<settings pass="oobeSystem">부터 </settings>까지 삭제하고 저장하면 됨.

 

 

3. UltraISO를 실행하고 메뉴에서 설치하고 싶은 윈도우 이미지 파일을 불러오기 하고

    위에 다운로드 한 파일을 압축을 풀고 sources 폴더에 아래와 같이 이미지에 넣고 저장. 끝.

 

'PC' 카테고리의 다른 글

DLSS 최신 버전 사용하기  (0) 2025.04.11
NVCleanstall 사용법  (0) 2025.04.02
ASUS 메인보드 비프음 길게 1번 짧게 3번  (0) 2024.11.29
레드데빌 6800XT BIOS  (0) 2024.02.12
LEOBOG Hi75 키보드  (2) 2023.11.28

+ Recent posts