0x80004005错误代码的五种解决方法

721
2023/9/5 2:38:34
栏目: 编程语言
开发者测试专用服务器限时活动,0元免费领,库存有限,领完即止! 点击查看>>

  1. 检查并修复文件系统错误:运行命令提示符或PowerShell作为管理员,然后运行命令"chkdsk /f"来扫描并修复文件系统错误。

  2. 禁用防火墙或杀毒软件:临时禁用防火墙或杀毒软件,然后尝试重新运行引发错误的操作。

  3. 清除临时文件:运行命令提示符或PowerShell作为管理员,然后运行命令“%temp%”来打开临时文件夹,删除其中的所有文件和文件夹。

  4. 重置Windows Update组件:运行命令提示符或PowerShell作为管理员,然后运行命令“net stop wuauserv”、“net stop cryptSvc”、“net stop bits”和“net stop msiserver”来停止相关服务。接下来,运行命令“ren C:\Windows\SoftwareDistribution SoftwareDistribution.old”、“ren C:\Windows\System32\catroot2 catroot2.old”和“net start wuauserv”、“net start cryptSvc”、“net start bits”和“net start msiserver”来重置Windows Update组件。

  5. 重新注册Windows Store应用:运行命令提示符或PowerShell作为管理员,然后运行命令“Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}”来重新注册Windows Store应用。

辰迅云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>

推荐阅读: Rsync ERROR: auth failed on module解决方法