Windows8|8.1|10启用Administrator帐户无人值守通用应答文件Unat
安装WINDOWS8/8/8.1/10操作系统时,并没有可以启用Administrator账户的选项,而我们经常需要高权限操作,或者有一些操作只能在Administrator账户进行。安装完系统再去启用Administrator账户看着非常不舒服。因此我用Windows ADK制作了安装系统时可以直接启用Administrator账户的应答文件Unattend.xml。在这里共享文件代码如下:
64位版本:
<?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://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>
32位版本:
<?xml version="1.0" encoding="utf-8"?>
< unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://www.w3.org/2001/XMLSchema-instance">
- 专题推荐
- 深度技术系统推荐
- 1深度技术 Ghost Win10 x86 装机版 2016年05月
- 2深度技术Ghost Win10 x64位 完美纯净版2019年05月(无需激活)
- 3深度技术Ghost Win10 (64位) 经典装机版V2017.07月(免激活)
- 4深度技术Ghost Win10 x64位 特别纯净版v2018.01(绝对激活)
- 5深度技术Ghost Win10 X64 精选纯净版2021v03(激活版)
- 6萝卜家园Windows11 体验装机版64位 2021.09
- 7深度技术Ghost Win10 X32增强修正版2017V01(绝对激活)
- 8深度技术Ghost Win10 x64位 多驱动纯净版2019V08(绝对激活)
- 9深度技术 Ghost Win10 32位 装机版 V2016.09(免激活)
- 10深度技术Ghost Win10 X32位 完美装机版2017.09月(免激活)
- 深度技术系统教程推荐