|
|
Windows ltsc 应答文件 装系统启动后会卡在是什么原因呢 unattend.xml 文件已经设置
- <OOBE>
- <HideEULAPage>true</HideEULAPage>
- <HideLocalAccountScreen>true</HideLocalAccountScreen>
- <HideOEMRegistrationScreen>false</HideOEMRegistrationScreen>
- <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
- <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
- <NetworkLocation>Work</NetworkLocation>
- <ProtectYourPC>1</ProtectYourPC>
- <SkipMachineOOBE>true</SkipMachineOOBE>
- <SkipUserOOBE>true</SkipUserOOBE>
- </OOBE>
复制代码- <UserData>
- <AcceptEula>true</AcceptEula>
- </UserData>
复制代码
是需要在wim镜像里面优化什么吗
 |
|