我正在尝试安装更新版本的 Windows 10,但我尝试过的所有方法都失败了。我不知道和的问题是否sfc /scannow
相关DISM
,但后者也有问题。我chkdsk /f /r
在尝试sfc
和之前运行过DISM
。
我尝试过的
- 来自 Windows 更新版本 1803
- 来自 Windows 更新版本 1903
- 来自 Windows 更新版本 21H2
- 通过 Windows Media Creator 版本 22H2 创建的 USB
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 组件存储清理建议:否
操作成功完成。
附加信息
我尝试使用以下指南来解决我的问题(指导):
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
为Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
默认位置以外的位置。
答案1
首先,确保将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 并不容易,因为 Microsoft 不合作。我在下面列出了我找到的一个来源。请记住,此 ISO 的大小约为 4 GB,因此您应该寻找快速下载。
鲁弗斯可以创建可启动的 USB,但也有旧 ISO 版本的存储库。请参阅文章
如何下载 Windows 10 的旧 ISO 版本。Rufus 是一个安全的网站。