윈도우 시스프렙 (윈도우7 엔터프라이즈)
cd\Windows\System32\Sysprep
sysprep /generalize /oobe /shutdown /unattend:Unattend.xml
Unattend.xml 내용 (코드 작성 참고용)
<?xml version="1.0" encoding="utf-8" ?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="generalize">
<component name="Microsoft-Windows-PnpSysprep" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
</component>
</settings>
<cpi:offlineImage cpi:source="catalog:e:/sources/install.windows 7 ENTERPRISEK.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
※ 프로필 유지시 <CopyProfile>true</CopyProfile>
'컴퓨터 Computer > 시스프렙' 카테고리의 다른 글
시스프렙 Sysprep 횟수 초기화 배치파일 (윈도우7, 2008 전용) (0) | 2021.05.13 |
---|---|
윈도우10 감사모드 안하고 이미지 봉인 실패 / 시스프렙 Sysprep 일반화 작업 오류 (0) | 2021.05.01 |
Windows Insatll sources ESD to WIM convert / DISM 명령어 (0) | 2021.04.24 |
윈도우 시스프렙(Sysprep) 응답 파일 Unattend xml (0) | 2021.04.24 |
댓글