无忧启动论坛

标题: 停止讨论 [打印本页]

作者: fanwen2099    时间: 2019-7-13 12:50
标题: 停止讨论
本帖最后由 fanwen2099 于 2024-3-2 10:46 编辑

停止讨论
作者: fanwen2099    时间: 2019-7-13 16:07
预览高通用性的自动应答安装配置文件.
求大神指点
作者: chishingchan    时间: 2019-7-13 16:23
本帖最后由 chishingchan 于 2019-7-13 16:24 编辑

将我在用的给你参考,评分+5 哦!

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  3.         <settings pass="specialize">
  4.                 <component name="Microsoft-Windows-SystemRestore-Main" 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">
  5.                         <DisableSR>1</DisableSR>
  6.                 </component>
  7.                 <component name="Microsoft-Windows-IE-InternetExplorer" 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">
  8.                         <Home_Page>https://www.baidu.com/</Home_Page>
  9.                         <DisableFirstRunWizard>true</DisableFirstRunWizard>
  10.                 </component>
  11.                 <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">
  12.                         <RunSynchronous>
  13.                                 <RunSynchronousCommand wcm:action="add">
  14.                                         <Description>RunOnce</Description>
  15.                                         <Order>1</Order>
  16.                                         <Path>reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" /f /v "CMD" /t REG_SZ /d "%SystemRoot%\Setup\Complete.cmd"</Path>
  17.                                 </RunSynchronousCommand>
  18.                         </RunSynchronous>
  19.                 </component>
  20.         </settings>
  21.         <settings pass="oobeSystem">
  22.                 <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">
  23.                         <OOBE>
  24.                                 <HideEULAPage>true</HideEULAPage>
  25.                                 <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  26.                                 <NetworkLocation>Work</NetworkLocation>
  27.                                 <ProtectYourPC>3</ProtectYourPC>
  28.                                 <SkipMachineOOBE>true</SkipMachineOOBE>
  29.                                 <SkipUserOOBE>true</SkipUserOOBE>
  30.                         </OOBE>
  31.                         <AutoLogon>
  32.                                 <Username>Administrator</Username>
  33.                                 <Enabled>true</Enabled>
  34.                                 <LogonCount>1</LogonCount>
  35.                         </AutoLogon>
  36.                         <LogonCommands>
  37.                                 <AsynchronousCommand wcm:action="add">
  38.                                         <Description>Active</Description>
  39.                                         <Order>1</Order>
  40.                                 </AsynchronousCommand>
  41.                         </LogonCommands>
  42.                         <VisualEffects>
  43.                                 <FontSmoothing>ClearType</FontSmoothing>
  44.                         </VisualEffects>
  45.                 </component>
  46.         </settings>
  47. </unattend>
复制代码

unattend.7z

943 Bytes, 下载次数: 52, 下载积分: 无忧币 -2


作者: chishingchan    时间: 2019-7-13 16:26
本帖最后由 chishingchan 于 2019-7-13 16:27 编辑

脚本里的 amd64 是针对ISO中 boot.wim 版本架构的。如果是32位版,请查找替换为:x86

通用 Win7 8 8.1 10
作者: zyccb    时间: 2019-7-13 16:47
这个适合我等懒人装系统。谢谢大神提供
作者: fanwen2099    时间: 2019-7-13 16:52
chishingchan 发表于 2019-7-13 16:23
将我在用的给你参考,评分+5 哦!

关键是怎么用啊老大
作者: fanwen2099    时间: 2019-7-13 17:18
C大的自动应答安装配置下载了求指点怎么用
作者: fanwen2099    时间: 2019-7-13 22:41
chishingchan 发表于 2019-7-13 16:26
脚本里的 amd64 是针对ISO中 boot.wim 版本架构的。如果是32位版,请查找替换为:x86

通用 Win7 8 8.1 1 ...

看不懂啊老大
作者: joinlidong    时间: 2019-7-14 06:06
fanwen2099 发表于 2019-7-13 22:41
看不懂啊老大

WinNT setup可加载使用
作者: guies    时间: 2019-7-14 11:24
.xml 那個是通用的,Win7~Win10皆可用。但 x86 x64 不可混用。
.xml 文件放到 Windows\System32\Sysprep 裏就可以了
作者: fanwen2099    时间: 2019-7-14 12:15
guies 发表于 2019-7-14 11:24
.xml 那個是通用的,Win7~Win10皆可用。但 x86 x64 不可混用。
.xml 文件放到 Windows\System32\Sysprep ...

非常感谢我去试试
作者: pleasez    时间: 2019-7-15 06:49
他发的帖子已经说的很明白了,替换就可以了
作者: hanbing0532    时间: 2019-7-21 15:33
谢谢




欢迎光临 无忧启动论坛 (http://bbs.wuyou.net./) Powered by Discuz! X3.3