windows10错误代码0x80070490_windows10错误代码0x80070490解决办法
发布时间:2022-09-21 23:37:04
当我们在使用安装了win10操作系统电脑的时候,对于使用的过程中系统出现的windows10错误代码0x80070490,如果不知道是怎么回事需要怎样解决的话,小编觉得我们可以尝试一下在管理员权限下打开命令提示符,手动注册Windows Update组件即可。详细步骤就来看下小编是怎么做的吧~
windows10错误代码0x80070490
方法一:
手动注册Windows Update组件:
1. 同时按【Win+X】键,点选【Windows PowerShell(管理员)】
2. 拷贝下方的程序码到刚打开的PowerShell里面,按回车
3. 忽略红字错误,重启电脑
4. 运行Windows Update
$arch = Get-WMIObject -Class Win32_Processor -ComputerName LocalHost | Select-Object AddressWidth
Write-Host "1. Stopping Windows Update Services..."
Stop-Service -Name BITS
Stop-Service -Name wuauserv
Stop-Service -Name appidsvc
Stop-Service -Name cryptsvc
Write-Host "2. Remove QMGR Data file..."
Remove-Item "$env:allusersprofileApplication DataMicrosoftNetworkDownloaderqmgr*.dat" -ErrorAction SilentlyContinue
Write-Host "3. Renaming the Software Distribution and CatRoot Folder..."
Rename-Item $env:systemrootSoftwareDistribution SoftwareDistribution.bak -ErrorAction SilentlyContinue
Rename-Item $env:systemrootSystem32Catroot2 catroot2.bak -ErrorAction SilentlyContinue
Write-Host "4. Removing old Windows Update log..."
Remove-Item $env:systemrootWindowsUpdate.log -ErrorAction SilentlyContinue
Write-Host "5. Resetting the Windows Update Services to defualt settings..."
"sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)"
"sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)"
Set-Location $env:systemrootsystem32
Write-Host "6. Registering some DLLs..."
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
regsvr32.exe /s shdocvw.dll
regsvr32.exe /s browseui.dll
regsvr32.exe /s jscript.dll
regsvr32.exe /s vbscript.dll
regsvr32.exe /s scrrun.dll
regsvr32.exe /s msxml.dll
regsvr32.exe /s msxml3.dll
regsvr32.exe /s msxml6.dll
regsvr32.exe /s actxprxy.dll
regsvr32.exe /s softpub.dll
regsvr32.exe /s wintrust.dll
regsvr32.exe /s dssenh.dll
regsvr32.exe /s rsaenh.dll
regsvr32.exe /s gpkcsp.dll
regsvr32.exe /s sccbase.dll
regsvr32.exe /s slbcsp.dll
regsvr32.exe /s cryptdlg.dll
regsvr32.exe /s oleaut32.dll
regsvr32.exe /s ole32.dll
regsvr32.exe /s shell32.dll
regsvr32.exe /s initpki.dll
regsvr32.exe /s wuapi.dll
regsvr32.exe /s wuaueng.dll
regsvr32.exe /s wuaueng1.dll
regsvr32.exe /s wucltui.dll
regsvr32.exe /s wups.dll
regsvr32.exe /s wups2.dll
regsvr32.exe /s wuweb.dll
regsvr32.exe /s qmgr.dll
regsvr32.exe /s qmgrprxy.dll
regsvr32.exe /s wucltux.dll
regsvr32.exe /s muweb.dll
regsvr32.exe /s wuwebv.dll
Write-Host "7) Removing WSUS client settings..."
REG DELETE "HKLMSOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdate" /v AccountDomainSid /f
REG DELETE "HKLMSOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdate" /v PingID /f
REG DELETE "HKLMSOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdate" /v SusClientId /f
Write-Host "8) Resetting the WinSock..."
netsh winsock reset
netsh winhttp reset proxy
Write-Host "9) Delete all BITS jobs..."
Get-BitsTransfer | Remove-BitsTransfer
Write-Host "10) Attempting to install the Windows Update Agent..."
if($arch -eq 64){
wusa Windows8-RT-KB2937636-x64 /quiet
}
else{
wusa Windows8-RT-KB2937636-x86 /quiet
}
Write-Host "11) Starting Windows Update Services..."
Start-Service -Name BITS
Start-Service -Name wuauserv
Start-Service -Name appidsvc
Start-Service -Name cryptsvc
Write-Host "12) Forcing discovery..."
wuauclt /resetauthorization /detectnow
Write-Host "Process complete. Please reboot your computer."
方法二:
使用sfc /scannow和Dism自动扫描和修补系统档案,然後再重启电脑:
1.右键点击任务栏上的Windows图标,选择【Microsoft Powershell(管理员)】
2.逐一输入以下指令:
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /RestoreHealth
sfc /scannow
3.重启电脑
4.如果出现”有一些文件无法修复“的回报,重复步骤1-3几次
猜你喜欢
- 打印机是我们日常工作的办公用品,但是最近有小伙伴反馈自己Win7的电脑无法连接Win10打印机,那么遇到这种情况应该怎么办呢?下面就和小编一
- Win7电脑当中libcurl.dll文件丢失的解决方法是什么?相信有不少用户在使用电脑的过程中,经常会遇到文件丢失的问题,而其中libcu
- 有很多的小伙伴都在使用win10邮箱,大家都想让自己发的邮件更吸引人更有个性,这就可以设置一下电子签名,今天就给大家带来了设置签名的方法,一
- 今天,苹果悄悄发布了iOS 12.2 第四个开发者测试版,具体编译版本为16E5212f。距离上次的发布时间已经过去了两周,iOS 12.2
- Windows 10家庭版安装U盘售价为119.99美元,约合人民币745元。而专业版售价199.99美元,约合人民币1242元曝光过好几次
- 在进入电脑的BIOS界面进行相关设置的时候,对于其中的erp可能会不知道是做什么的,需要关闭还是开启。据小编所知erp是一项节能选项。更多详
- Win+S组合键打开的是OneNote屏幕剪辑功能,但升级之后此快捷键打开的是超级按钮中的搜索功能,下面教大家如何自己动手来更改OneNot
- Win10推出以来有不少用户遇到蓝屏的问题,很多用户都已经见怪不怪了。很多用户就会使用win10蓝屏修复软件来解决问题,最近就有用户问小编w
- 当用户要为写好的Word文稿添加目录时,如果一个个添加起来比较麻烦,有没有方法可以自动生成目录,今天,小编就教大家在Word中自动添加目录的
- 很多时候,我们在日常办公时,如果文档中的资料比较重要,我们一般都会选择使用文档的保护功能,对齐设置密码,进行保护。如果后续我们需要继续编辑该
- 我们平时在登录Windows7、Windows8/Windows 8.1和Windows10的时候,在登录画面可能会遇到密码输入框默认并非数
- 每台电脑都有着不一样的配置,当朋友问我们电脑配置是什么的时候,我们就需要去查看一下了,那么Windows8.1电脑配置怎么看呢?其实方法有很
- DevC++作为一款功能强大的C++集成开发环境,为用户很好的提供了进行编程学习与工作的环境,小编了解到很多初学用户不知道怎么建立头文件,如
- Mac系统怎么将视频转换为AVI格式?想要转换视频格式,但是mac系统中该使用哪些软件转换呢?下面我们就来看看mac系统转换视频格式的教程,
- 我们在使用电脑的过程中,如果电脑中有一些容量超大的文件或者文件夹需要删除,这些文件动辄都是好几十个GB容量,甚至上TB级容量,如果使用右键删
- 如何在倒带中导入歌单?现在越来越多的用户开始使用倒带这款软件,我们可以将自己的网易云音乐导入到倒带中,那么你知道要怎么进行导入吗?下面就给大
- 如果无法将 AirPods 与 iPhone 连接,或两边音量不一样、无法为它们充电或要解决其他问题,可以尝试重置 AirPods。以下是重
- win8没有声音怎么办?接下来小编为大家介绍win8系统没有声音解决方法教程,感兴趣的朋友可以看一下win8没有声音怎么办?下文将告诉大家w
- 有小伙伴经常会遇到想要删除文件却发现文件删除不了而且系统提示“操作无法完成,因为其中的文件夹已在另一程序中打开,请关闭该文件或文件夹,然后重
- 很多朋友使用电脑时也会用到里面自带的计算器,大家想知道win10系统里如何快速打开计算机应用,那么究竟Win10计算器在哪打开呢?下面跟着系