Windows 1903 更新至 20H2

Windows 1903 更新至 20H2

我收到了一本已经使用过的旧笔记本,我将把它捐赠给贫困儿童学校。

他的系统是 Windows 1903 OS build 18362.900
笔记本电脑型号:
HP Pavilion 11 x360 PC
4GB 内存,
系统驱动器有 46GB 可用空间

当我运行 Windows 更新时,出现了适用于 Windows 20H2 的更新,但在 100% 安装后,在完成之前显示错误 0xc1900101。

我正在尝试通过 Windows 目录逐步进行更新,但没有成功。

在安装下载的 KB 之前,我运行了 Windows 更新中的疑难解答程序,一切顺利。

首先,我尝试使用笔记本电脑前任所有者未安装的累积更新来更新 1903 版本本身。

通过 Windows 目录更新:
我能够安装的唯一 KB 是服务堆栈:
KB4520390 and KB4598479

以下 KB 在安装过程中达到 100%,然后在完成之前显示消息失败:
KB4517389, KB4594443 and KB4592449

注意:
我能够在日志中检查,KB4592449由于错误 0x80073701和 KB而取消KB4517389 and KB4594443,我看不到取消代码是什么,但它一定是相同的。

然后我尝试下载更新至版本 1909 的 KB,但在 Windows 目录中未找到它:
KB4517245

此版本的 Windows 1903 是否会因为支持到期而无法再更新?

SetupDiag 日志:

报告设置错误行:

2022-06-15 03:14:53, Error                 SYSPRP SPPNP: Failed to enumerate primitive driver packages. Err = 0x13[gle=0x00000013]
2022-06-15 03:14:53, Error                 SYSPRP SPPNP: Unable to install primitive drivers. Err = 0x13[gle=0x00000013]
2022-06-15 03:14:53, Error                 SYSPRP ActionPlatform::DeleteValue: Error from RegOpenKeyExW on key HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup\Sysprep\OfflineState\Specialize; dwRet = 0x13
2022-06-15 03:14:53, Error                 SYSPRP SysprepSession::Execute: Win32 error (19), could not execute actions
2022-06-15 03:14:53, Error                 SYSPRP RunPlatformActions:Failed while executing Sysprep session actions; dwRet = 0x13
2022-06-15 03:14:53, Error      [0x0f0435] SYSPRP Callback_Specialize: An error occurred while either deciding if we need to specialize or while specializing; dwRet = 0x13[gle=0x00000013]
2022-06-15 03:14:53, Info       [0x0640ae] IBSLIB PublishMessage: Publishing message [Windows Setup was unable to configure Windows to run on computer hardware.]                                                                                      

报告 SetupDiagResults:

Matching Profile found: FindRollbackFailure - 3A43C9B5-05B3-4F7C-A955-88F991BB5A48
SetupDiag version: 1.6.2107.27002
System Information:
    Machine Name = NOTEBOOK
    Manufacturer = Hewlett-Packard
    Model = HP Pavilion 11 x360 PC
    HostOSArchitecture = 1046
    FirmwareType = PCAT
    BiosReleaseDate = 20140509000000.000000+000
    BiosVendor = Default System BIOS
    BiosVersion = F.08
    HostOSVersion = 10.0.18362
    HostOSBuildString = 18362.1.amd64fre.19h1_release.190318-1202
    TargetOSBuildString = 10.0.19041.1766 (vb_release_svc_prod1.220607-1938)
    HostOSLanguageId = 
    HostOSEdition = Professional
    RegisteredAV = 
    FilterDrivers = FileInfo
    UpgradeStartTime = 14/06/2022 23:14:30
    UpgradeEndTime = 15/06/2022 03:14:53
    UpgradeElapsedTime = 04:00:23
    CV = 9TJyo1GMl0ubuPwC
    ReportId = 2F285C59-E8B3-49C3-BC83-BED2F4498B75


Error: SetupDiag reports rollback failure found.
Last Phase = Pre SysPrep
Last Operation = Upgrade security
Error = 0xC1900101-0x30018
LogEntry: 

Refer to "https://docs.microsoft.com/en-us/windows/desktop/Debug/system-error-codes" for error information.

答案1

就我的具体情况而言,这是有效的:

  1. 下载Windows 10 21H1版本的安装工具并创建安装闪存驱动器。
  2. 在 BIOS 中进行更改,以便在启动时加载 Pendrive。
  3. 更新后,系统安装为Windows 10 Home。
  4. 在计算机属性中,验证产品 ID 是否在数字许可证 AAAOEM 或 OEM 中。
  5. 在 Windows 更新屏幕上,有一个链接Update to Pro Version,要求您输入密钥以启动更新。只需输入通用 Windows 密钥即可启动该过程。

查看链接:
升级为专业版 如何升级 Windows 10 家庭版

通用密钥:
VK7JG-NPHTM-C97JM-9MPGT-3V66T

系统可能会发出一条Update could not be performed at this time, please try later...消息。在这种情况下,只需继续正常使用您的计算机,系统本身会在适当的时间进行更新。

经过上述步骤,系统已更新至Windows Pro版本21H1。

Note
仅当您的硬件已经购买了 Pro 许可证时,此通用产品密钥才会起作用。

相关内容