zjlee51 发表于 2024-2-26 14:02

2月升级造成WinRE失效

2月升级后准备重新备份系统,结果发现WinRE不正常,以前貌似没有出现过这种情况,好在命令行几个简单命令即可修复,参见下“设置 Windows RE 启动映像的位置”操作实录:

Microsoft Windows
(c) Microsoft Corporation. All rights reserved.

C:\windows\system32>Reagentc /setreimage /path C:\Recovery\WindowsRE
Directory set to: \\?\GLOBALROOT\device\harddisk0\partition1\Recovery\WindowsRE

REAGENTC.EXE: Operation Successful.

C:\windows\system32>reagentc /enable
REAGENTC.EXE: Operation Successful.

C:\windows\system32>reagentc /info
Windows Recovery Environment (Windows RE) and system reset configuration
Information:

    Windows RE status:         Enabled
    Windows RE location:       \\?\GLOBALROOT\device\harddisk0\partition1\Recovery\WindowsRE
    Boot Configuration Data (BCD) identifier: 1a6a04ea-fb8d-11ed-a902-f07959680aa2
    Recovery image location:
    Recovery image index:      0
    Custom image location:
    Custom image index:      0

REAGENTC.EXE: Operation Successful.

看来今后每次升级后要检查一下WinRE是否失效了。

chenmo0536 发表于 2024-2-26 14:55

谢谢楼主分享经验~~

Viking.Li 发表于 2024-2-26 15:15

没更新过、、、
页: [1]
查看完整版本: 2月升级造成WinRE失效