fanwen2099 发表于 2019-7-13 12:50:16

停止讨论

本帖最后由 fanwen2099 于 2024-3-2 10:46 编辑

停止讨论

fanwen2099 发表于 2019-7-13 16:07:41

预览高通用性的自动应答安装配置文件.
求大神指点

chishingchan 发表于 2019-7-13 16:23:13

本帖最后由 chishingchan 于 2019-7-13 16:24 编辑

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

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
        <settings pass="specialize">
                <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">
                        <DisableSR>1</DisableSR>
                </component>
                <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">
                        <Home_Page>https://www.baidu.com/</Home_Page>
                        <DisableFirstRunWizard>true</DisableFirstRunWizard>
                </component>
                <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">
                                        <Description>RunOnce</Description>
                                        <Order>1</Order>
                                        <Path>reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" /f /v "CMD" /t REG_SZ /d "%SystemRoot%\Setup\Complete.cmd"</Path>
                                </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>
                        <AutoLogon>
                                <Username>Administrator</Username>
                                <Enabled>true</Enabled>
                                <LogonCount>1</LogonCount>
                        </AutoLogon>
                        <LogonCommands>
                                <AsynchronousCommand wcm:action="add">
                                        <Description>Active</Description>
                                        <Order>1</Order>
                                </AsynchronousCommand>
                        </LogonCommands>
                        <VisualEffects>
                                <FontSmoothing>ClearType</FontSmoothing>
                        </VisualEffects>
                </component>
        </settings>
</unattend>

chishingchan 发表于 2019-7-13 16:26:19

本帖最后由 chishingchan 于 2019-7-13 16:27 编辑

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

通用 Win7 8 8.1 10

zyccb 发表于 2019-7-13 16:47:27

这个适合我等懒人装系统。谢谢大神提供{:1_192:}

fanwen2099 发表于 2019-7-13 16:52:57

chishingchan 发表于 2019-7-13 16:23
将我在用的给你参考,评分+5 哦!

关键是怎么用啊老大

fanwen2099 发表于 2019-7-13 17:18:09

C大的自动应答安装配置下载了求指点怎么用

fanwen2099 发表于 2019-7-13 22:41:48

chishingchan 发表于 2019-7-13 16:26
脚本里的 amd64 是针对ISO中 boot.wim 版本架构的。如果是32位版,请查找替换为:x86

通用 Win7 8 8.1 1 ...

看不懂啊老大

joinlidong 发表于 2019-7-14 06:06:56

fanwen2099 发表于 2019-7-13 22:41
看不懂啊老大

WinNT setup可加载使用

guies 发表于 2019-7-14 11:24:53

.xml 那個是通用的,Win7~Win10皆可用。但 x86 x64 不可混用。
.xml 文件放到 Windows\System32\Sysprep 裏就可以了

fanwen2099 发表于 2019-7-14 12:15:35

guies 发表于 2019-7-14 11:24
.xml 那個是通用的,Win7~Win10皆可用。但 x86 x64 不可混用。
.xml 文件放到 Windows\System32\Sysprep ...

非常感谢我去试试

pleasez 发表于 2019-7-15 06:49:51

他发的帖子已经说的很明白了,替换就可以了

hanbing0532 发表于 2019-7-21 15:33:06

谢谢
页: [1]
查看完整版本: 停止讨论