您好,登录后才能下订单哦!
密码登录
登录注册
点击 登录注册 即表示同意《亿速云用户服务条款》
在安装 Windows 10 1903 版本时,系统通常会要求用户创建一个 Microsoft 账户或本地账户。然而,有些用户可能希望跳过这一步骤,直接进入系统。本文将介绍如何在安装 Windows 10 1903 时跳过创建账户的步骤。
Shift + F10
打开命令提示符。
OOBE\BYPASSNRO
autounattend.xml
)。
<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">
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value>your_password</Value>
<PlainText>true</PlainText>
</Password>
<Description>Local User</Description>
<DisplayName>LocalUser</DisplayName>
<Group>Administrators</Group>
<Name>LocalUser</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
</component>
通过以上方法,你可以在安装 Windows 10 1903 时跳过创建 Microsoft 账户的步骤,直接创建一个本地账户并进入系统。希望本文对你有所帮助!
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。