无忧启动论坛

标题: 求大神帮忙看一下,这个应答文件有没有错误? [打印本页]

作者: iruanmi    时间: 2020-4-3 12:45
标题: 求大神帮忙看一下,这个应答文件有没有错误?
我需要的就是在安装 Windows 10 系统的时候,自动以原始的 Administrator 账户登录。

请问大佬们:这个自动应答文件的内容有没有错误?

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  3.     <settings pass="windowsPE">
  4.         <component name="Microsoft-Windows-International-Core-WinPE" 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.             <SetupUILanguage>
  6.                 <UILanguage>zh-CN</UILanguage>
  7.             </SetupUILanguage>
  8.             <InputLocale>zh-CN</InputLocale>
  9.             <SystemLocale>zh-CN</SystemLocale>
  10.             <UILanguage>zh-CN</UILanguage>
  11.             <UserLocale>zh-CN</UserLocale>
  12.         </component>
  13.         <component name="Microsoft-Windows-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">
  14.             <ImageInstall>
  15.                 <OSImage>
  16.                     <InstallToAvailablePartition>false</InstallToAvailablePartition>
  17.                     <WillShowUI>OnError</WillShowUI>
  18.                 </OSImage>
  19.             </ImageInstall>
  20.             <UserData>
  21.                 <AcceptEula>true</AcceptEula>
  22.                 <FullName>XiongPC</FullName>
  23.                 <Organization>XiongOrg</Organization>
  24.             </UserData>
  25.         </component>
  26.     </settings>
  27.     <settings pass="specialize">
  28.         <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">
  29.             <RunSynchronous>
  30.                 <RunSynchronousCommand wcm:action="add">
  31.                     <Order>1</Order>
  32.                     <Path>cmd /c net user Administrator /active:yes</Path>
  33.                     <Description>EnableDefaultAdmin</Description>
  34.                 </RunSynchronousCommand>
  35.             </RunSynchronous>
  36.         </component>
  37.         <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">
  38.             <ComputerName>*</ComputerName>
  39.             <TimeZone>China Standard Time</TimeZone>
  40.         </component>
  41.         <component name="Microsoft-Windows-Security-SPP-UX" 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">
  42.             <SkipAutoActivation>true</SkipAutoActivation>
  43.         </component>
  44.     </settings>
  45.     <settings pass="oobeSystem">
  46.         <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">
  47.             <OOBE>
  48.                 <SkipMachineOOBE>true</SkipMachineOOBE>
  49.                 <SkipUserOOBE>true</SkipUserOOBE>
  50.             </OOBE>
  51.             <UserAccounts>
  52.                 <LocalAccounts>
  53.                     <LocalAccount wcm:action="add">
  54.                         <Description>Local Administrator</Description>
  55.                         <DisplayName>Administrator</DisplayName>
  56.                         <Group>Administrators</Group>
  57.                         <Name>Administrator</Name>
  58.                     </LocalAccount>
  59.                 </LocalAccounts>
  60.             </UserAccounts>
  61.             <AutoLogon>
  62.                 <Username>Administrator</Username>
  63.                 <Enabled>true</Enabled>
  64.                 <LogonCount>1</LogonCount>
  65.             </AutoLogon>
  66.         </component>
  67.     </settings>
  68. </unattend>
复制代码




作者: jiangxu2012    时间: 2020-4-3 12:57
不需要配置那么多处吧,除了那个命令开启管理员账户,还有oobe过程跳过系统设置,跳过用户设置,就可以啦
作者: 我是小青蛙    时间: 2020-4-3 13:22
拿去

Win10.7z

1.33 KB, 下载次数: 16, 下载积分: 无忧币 -2


作者: 2012胡言乱语    时间: 2020-4-3 22:02
本帖最后由 2012胡言乱语 于 2020-4-3 22:03 编辑

恢复映像后 已win10x64系统为例,把下面内容复制到文本文档,改名为 Unattend.xml  把 Unattend.xml 放到 C:\windows\Panther文件夹里 没有Panther文件夹就新建一个
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <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>
           <SkipMachineOOBE>true</SkipMachineOOBE>
           <SkipUserOOBE>false</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>
      </component>
    </settings>
</unattend>


不需要那么多,有的内容是光盘安装用的


作者: listen_run    时间: 2020-4-4 03:05
2012胡言乱语 发表于 2020-4-3 22:02
恢复映像后 已win10x64系统为例,把下面内容复制到文本文档,改名为 Unattend.xml  把 Unattend.xml 放到 C ...

学到了
作者: listen_run    时间: 2020-4-4 03:10
2012胡言乱语 发表于 2020-4-3 22:02
恢复映像后 已win10x64系统为例,把下面内容复制到文本文档,改名为 Unattend.xml  把 Unattend.xml 放到 C ...

想问下大佬,有没有不带光盘部分的,只跳过oobe的win7到win10通用应答文件?
作者: qingyi78    时间: 2020-4-4 03:23
listen_run 发表于 2020-4-4 03:10
想问下大佬,有没有不带光盘部分的,只跳过oobe的win7到win10通用应答文件?

http://wuyou.net/forum.php?mod=viewthread&tid=419563
解压软件可得到UNATTEND文件夹,里边什么都有
作者: listen_run    时间: 2020-4-4 14:52
qingyi78 发表于 2020-4-4 03:23
http://wuyou.net/forum.php?mod=viewthread&tid=419563
解压软件可得到UNATTEND文件夹,里边什么都有

行,谢谢了
作者: wenbieba    时间: 2020-5-23 20:41
2012胡言乱语 发表于 2020-4-3 22:02
恢复映像后 已win10x64系统为例,把下面内容复制到文本文档,改名为 Unattend.xml  把 Unattend.xml 放到 C ...

求大神帮忙只跳过语言,基础,网络,紧接可以像原版一样手动创建用户的自应答怎么写




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