시스프렙

윈도우 시스프렙 sysprep /generalize /oobe /shutdown /unattend:Unattend.xml

by KOREA posted Mar 20, 2016
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

윈도우 시스프렙

 

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>