Windows8|8.1|10啟用Administrator帳戶無人值守通用應(yīng)答文件Unat
安裝WINDOWS8/8/8.1/10操作系統(tǒng)時,并沒有可以啟用Administrator賬戶的選項,而我們經(jīng)常需要高權(quán)限操作,或者有一些操作只能在Administrator賬戶進行。安裝完系統(tǒng)再去啟用Administrator賬戶看著非常不舒服。因此我用Windows ADK制作了安裝系統(tǒng)時可以直接啟用Administrator賬戶的應(yīng)答文件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">
- 專題推薦
- 深度技術(shù)系統(tǒng)推薦
- 1深度技術(shù) Ghost Win10 x86 裝機版 2016年05月
- 2深度技術(shù)Ghost Win10 x64位 完美純凈版2019年05月(無需激活)
- 3深度技術(shù)Ghost Win10 (64位) 經(jīng)典裝機版V2017.07月(免激活)
- 4深度技術(shù)Ghost Win10 x64位 特別純凈版v2018.01(絕對激活)
- 5深度技術(shù)Ghost Win10 X64 精選純凈版2021v03(激活版)
- 6蘿卜家園Windows11 體驗裝機版64位 2021.09
- 7深度技術(shù)Ghost Win10 X32增強修正版2017V01(絕對激活)
- 8深度技術(shù)Ghost Win10 x64位 多驅(qū)動純凈版2019V08(絕對激活)
- 9深度技術(shù) Ghost Win10 32位 裝機版 V2016.09(免激活)
- 10深度技術(shù)Ghost Win10 X32位 完美裝機版2017.09月(免激活)
- 深度技術(shù)系統(tǒng)教程推薦
- 1老毛桃W10每次開機都彈出證書導(dǎo)入向?qū)г趺崔k?
- 2win10 20H1 Build 18970和19H2 Build 18363.327 ISO鏡像發(fā)布
- 3曝微軟OneDrive windows 10版大改:UwP變成PwA
- 4設(shè)置win10系統(tǒng)qq截圖快捷鍵的方法
- 5Win10系統(tǒng)配置Tomcat服務(wù)器環(huán)境需要怎么操作
- 6電腦elnet服務(wù)客戶端的怎么開啟?如何開啟elnet服務(wù)客戶端的步驟
- 7怎么使用聚生網(wǎng)管對局域網(wǎng)進行限速?
- 8Win8.1系統(tǒng)卸載微軟拼音輸入法的技巧【圖文】
- 9WIN10系統(tǒng)電腦ie安全設(shè)置怎么如何更改?
- 10win8系統(tǒng)卸載輸入法的處理方法