在PE内使用CGI或DISM++写入原版镜像,或手动安装原版镜像都会需要连网设置,注册账号等,直接跳过OOBE,使用Administrator账号,可免去麻烦的设置。
镜像释放完成之后,进入系统盘Windows目录,创建一个“panther”文件夹,在此文件夹新建文本文档,命名为“unattend.xml”,复制粘贴如下代码即可。两个可随便选一个,都经过测试可用。
<?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>true</SkipUserOOBE> </OOBE> <UserAccounts> <AdministratorPassword> <Value></Value> <PlainText>true</PlainText> </AdministratorPassword> </UserAccounts> <AutoLogon> <Password> <Value></Value> <PlainText>true</PlainText> </Password> <Enabled>true</Enabled> <LogonCount>9999999</LogonCount> <Username>Administrator</Username> </AutoLogon> <TimeZone>China Standard Time</TimeZone> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" 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>true</SkipUserOOBE> </OOBE> <UserAccounts> <AdministratorPassword> <Value></Value> <PlainText>true</PlainText> </AdministratorPassword> </UserAccounts> <AutoLogon> <Password> <Value></Value> <PlainText>true</PlainText> </Password> <Enabled>true</Enabled> <LogonCount>9999999</LogonCount> <Username>Administrator</Username> </AutoLogon> <TimeZone>China Standard Time</TimeZone> </component> </settings> </unattend>
<?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <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"> <UserData> <AcceptEula>true</AcceptEula> </UserData> </component> </settings> <settings pass="specialize"> <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"> <Order>1</Order> <Path>net user Administrator /active:yes</Path> <Description>Enable Admin Account</Description> </RunSynchronousCommand> </RunSynchronous> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" 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"> <InputLocale>zh-CN</InputLocale> <SystemLocale>zh-CN</SystemLocale> <UserLocale>zh-CN</UserLocale> </component> <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"> <TimeZone>China Standard Time</TimeZone> <AutoLogon> <Enabled>true</Enabled> <Username>Administrator</Username> <LogonCount>1</LogonCount> </AutoLogon> <OOBE> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> </component> </settings> <cpi:offlineImage cpi:source="wim:e:/sources/install.wim#Windows 10 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
年纪大了,经常忘东忘西,特别是对于系统的一些设置,操作步骤多而比较繁琐,一时脑袋懵圈找不到位置,现分享Windows系统几个小技巧,小工具来实现快速关机、快速关闭屏幕、快速更改刷新率、快速DPI缩放,...
相同的显卡、相同的配置游戏FPS都会有所差异,区别在于操作系统、驱动版本和显卡控制面板的设置等,现在这里说说如何设置显卡控制面板,提升游戏帧率。对于中低端显卡,调整下显卡设置对游戏帧率提升会比较明显。...
系统管理任务管理器:taskmgr,查看和管理当前运行的进程、应用程序以及系统性能等信息,还可结束无响应的程序。注册表:regedit,查看和编辑 Windows 系统的注册表,注册表存储了系统和应用...
一、含义对勾 “√”:表示该文件夹被明确设置为只读状态,意味着用户对这个文件夹只有读取的权限,理论上不能对文件夹本身及其内部的文件和子文件夹进行修改、删除或重命名等写操...
小哥电脑连上校园网不弹出认证界面,按照校园网提供的教程卸载无线网卡驱动后,导致连接到手机热点也无法上网了,找到我们看如何视频指导操作解决。检查后,发现如下情况:一,网络和共享中心显示“你目前没有连接到...
小姐姐折腾公司电脑,不知道要在安全模式做什么操作,使用msconfig对“安全引导”进行勾选后重启电脑,确确实实进入了安全模式,但提示“安全模式已被锁定,请输入密码”,有意思的是这密码与系统密码不一样...
客户电脑断电导致系统文件丢失,大部分应用程序无法打开,提示“无法启动此程序,因为计算机中丢失RPCRT4.dll。尝试重新安装该程序以解决此问题。”1、每次开机都会检查磁盘错误,使用命令CHKDSK...
一个办公OA系统,没有部署SSL证书,但开启了HTTPS,在浏览器中访问时会提示“您的连接不是私密连接”。IE可添加信任,360浏览器、360极速浏览器可在高级设置中取消“拦截证书风险”的勾选即可。C...
网友评论