我正在尝试安装更新版本的 Windows 10,但我尝试的所有操作都失败了。我不知道 和 的问题是否sfc /scannow
相关DISM
,但后者也有问题。我chkdsk /f /r
在尝试sfc
和之前跑了DISM
。
我试过的
- 来自 Windows 更新,版本 1803
- 来自 Windows 更新,版本 1903
- 来自 Windows 更新,版本 21H2
- 从 Windows Media Creator 创建的 USB,版本 22H2
Windows 映像修复尝试
SFC /scannow
返回错误:Windows 资源保护发现了损坏的文件,但无法修复其中的一些文件。详细信息包含在 CBS.Log windir\Logs\CBS\CBS.log 中。例如 C:\Windows\Logs\CBS\CBS.log。请注意,离线服务方案目前不支持日志记录。
DISM /online /cleanup-image /restorehealth
返回错误:错误:0x800f081f
找不到源文件。使用“源”选项指定恢复该功能所需的文件的位置。有关指定源位置的详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkId=243077。
DISM 日志文件位于 C:\Windows\Logs\DISM\dism.log
DISM /online /cleanup-image /restorehealth /source:D:\install.wim
(来自 22H2 iso)返回错误:错误:0x800f081f
找不到源文件。使用“源”选项指定恢复该功能所需的文件的位置。有关指定源位置的详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkId=243077。
DISM 日志文件位于 C:\Windows\Logs\DISM\dism.log
Dism.exe /Online /Cleanup-Image /AnalyzeComponentStore
回报组件存储 (WinSxS) 信息:
Windows 资源管理器报告的组件存储大小:9.42 GB
组件商店的实际大小:9.09 GB
Shared with Windows : 6.42 GB Backups and Disabled Features : 2.41 GB Cache and Temporary Data : 252.40 MB
上次清理日期:2023-04-29 09:57:40
可回收包的数量:0 推荐的组件存储清理:否
操作成功完成。
附加信息
我尝试使用以下指南 ( guide ) 来解决我的问题:
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"
rmdir %systemroot%\SoftwareDistribution /S /Q
rmdir %systemroot%\system32\catroot2 /S /Q
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
netsh winsock reset
netsh winsock reset proxy
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
在这样做的过程中,我发现appidsvc
由于数字签名错误,它没有运行,也不会运行。我不确定这是否会导致问题
此外,在 CBS 日志中,我发现以下内容多次出现(似乎是不同的sfc /scannow
会话):
00005f53 [SR] Repairing 4 components
00005f54 [SR] Beginning Verify and Repair transaction
00005f57 [SR] Cannot verify component files for Microsoft-Hyper-V-Drivers-Hypervisor, version 10.0.16299.1087, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}, manifest is damaged (true)
00005f5a [SR] Cannot verify component files for Microsoft-Hyper-V-3dVideo, version 10.0.16299.726, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}, manifest is damaged (true)
00005f5d [SR] Cannot verify component files for Microsoft-OneCore-IsolatedUserMode-Common, version 10.0.16299.1059, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}, manifest is damaged (true)
00005f60 [SR] Cannot verify component files for Microsoft-OneCore-IsolatedUserMode-Kernel, version 10.0.16299.699, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}, manifest is damaged (true)
00005f61 [SR] Repair complete
00005f76 [SR] Committing transaction
00005f7b [SR] Verify and Repair Transaction completed. All files and registry keys listed in this transaction have been successfully repaired
看到这一点,我想我会尝试删除 Hyper-V,看看它会产生什么不同。我在尝试这样做时收到以下错误:The component store has been corrupted. Error 0x80073712
附加信息
在尝试使用相同版本的就地“升级”进行修复后,我收到以下错误。我目前正在尝试使用我在网上找到的指南进行故障排除。我会及时报告任何新信息。
0x80070004 – 0x3000D
The installation failed in the FIRST_BOOT phase with an error during
MIGRATE_DATE operation.
更新
我setuperr.log
在C:\$WINDOWS.~BT\Sources\Rollback
. 以下是它的内容:
Error SP CSetupPlatformOSSwitchCheckpoint::Rollback: Deleting of "C:\Windows.old" directory failed.[gle=0x00000091]
Error IBSLIB OSRollbackService::CBootFilesRestoreCheckpoint::Rollback: Failed to create WinPE rollback directory: C:\$WINDOWS.~BT\Sources\Rollback\WinPE[gle=0x000000b7]
该文件setupact.log
有很多类似于以下内容的条目:
Warning SP SPMoveFileWithShortName: Failed to move \\?\c:\Windows\INF\3ware.PNF to \\?\c:\Windows.old\Windows\INF\3ware.PNF, error: 0x00000002
我当时没有意识到的信息很重要
我已将Expandable String Value
ProfilesDirectory
in更改Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
为默认位置以外的位置。
首先,确保将
ProfilesDirectory
中的值更改Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
为默认值%SystemRoot%\Users
。接下来,尝试对您当前的 Windows 版本(显然是 Windows 10 1709)进行就地修复安装。
您应该下载此版本的 ISO,打开它并运行
setup.exe
. 这在文章 如何使用就地升级修复安装 Windows 10中有详细描述。如果失败,则说明你的设置太糟糕而无法恢复,因此你需要从头开始安装最新版本的 Windows 10。
获得 1709 版的 ISO 并不容易,因为微软不合作。我在下面列出了我找到的一个来源。请记住,此 ISO 的大小约为 4 GB,因此您应该寻求快速下载。
Rufus可以创建可启动 USB,但也有旧 ISO 版本的存储库。请参阅文章
如何下载 Windows 10 的旧 ISO 版本。Rufus 是一个安全的网站。