0x80070490错误代码是什么意思?0x80070490错误代码解决办法
发布时间:2023-10-09 19:15:41
我们有时候在使用电脑的时后会遇到提示错误代码“0x80070490”,但是有很多的小伙伴目前还不清楚碰到这个错误代码应该如何修复,下面就和小编一起来看看应该如何去解决这个问题吧。
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:allusersprofile\Application Data\Microsoft\Network\Downloader\qmgr*.dat" -ErrorAction SilentlyContinue
Write-Host "3. Renaming the Software Distribution and CatRoot Folder..."
Rename-Item $env:systemroot\SoftwareDistribution SoftwareDistribution.bak -ErrorAction SilentlyContinue
Rename-Item $env:systemroot\System32\Catroot2 catroot2.bak -ErrorAction SilentlyContinue
Write-Host "4. Removing old Windows Update log..."
Remove-Item $env:systemroot\WindowsUpdate.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:systemroot\system32
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 "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v AccountDomainSid /f
REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v PingID /f
REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /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几次。


猜你喜欢
- 从我使用XP开始,我就非常不喜欢桌面快捷方式的小箭头,无论是后来的vista还是windows7,可以通过安装windows优化大师类似的优
- win10更改账户名称选项没了怎么办?在系统的默认使用中,用户想要更改账户名称的话可以通过用户面板中的更改账户名称进行操作,但是有的用户反映
- 随着电脑的普及使用,越来越多人出现了各种各样的问题,现在最普遍使用的主流系统有两个,Win10和Win7。很多小伙伴是因为游戏喜欢上win7
- 出现这样的情况是由于excel最多仅支持15位的数字。因此在输入的数字超过15位时,会自动将其转换为科学计数法进行显示。且将15位后的数字赋
- 打印机是我们经常要使用的工具,但是最近有很多小伙伴在共享打印机的时候,发现找不到网络路径,这是怎么一回事呢?这个时候不要慌,打开电脑看看是否
- 1、在Cortana搜索栏输入“事件查看器”然后敲击回车,也可以在开始按钮点右键,选择“事件查看器”2、在左边栏展开“Windows日志”,
- 微软公司今天推出了windows 10电脑和平板电脑在windows 10周年纪念版更新中的新更新。将windows 10 AU更新到PC和
- 鼠标是电脑非常重要输入设备,鼠标的灵敏度影响到我们的使用效率和手感。那么鼠标灵敏度多少合适呢?一起来看看。Win10鼠标灵敏度多少合适?现在
- 文章介绍excel繁简体转换方法,2010版使用简体繁体转换内置命令完成,2003版使用微软官方推出的繁简体转换加载项实现。excel简体繁
- Win10玩游戏和shift键有冲突怎么办?很多用户反馈,在Win10系统下玩游戏时,有时候不小心按下shift键就会呼出输入法,甚至还会出
- 最近一部分电脑用户反映,自己的电脑用的时间久了,里面的内存响度会减少,不够用,想给自己的台式电脑添加第二块硬盘,不知道怎么操作,下面小编就为
- 在平常,我们只知道U盘、移动硬盘等存储设备,但大家是否有听说过固态硬盘呢?它也是一种存储介质,由固态电子存储芯片阵列而制成的硬盘,而根据不同
- 每个装机人员对于bios设置都很熟悉,但是不同品牌的bios设置对于新手来说太过陌生,比如msi主板,今天给大家分享下对于msi主板来说,怎
- 有的时候我们会需要这样的设定,将excel文档中自己的工作表隐藏起来,不让别人看到,那么EXCEL表格怎么快速设置隐藏行、列?下面就为大家详
- 我们在使用电脑的时候,最最最离不开的就是鼠标了,主要的就是鼠标的左键了,鼠标左键要是不能用了,那就废了一大半了,那么这个问题怎么解决呢,快来
- 不知道大家在使用 macOS 时是否遇到过这样的场景:有两台电脑,想把旧电脑中的系统偏好设置原封不动地迁移(导入)到新电脑中,只关心这些设置
- 现在已经有不少小伙伴都在使用Win11系统了,但是有一些小伙伴在Win11系统中使用雷电模拟器时候,却遇到了雷电模拟器打不开的问题,那么遇到
- ADSafe是一款非常专业的净网软件,ADSafe可以免费过滤很多软件推送的垃圾广告,那么,ADSafe无法拦截广告怎么处理呢?下面就是就是
- 在制作wps表格的时候,要怎么制作一个柱形图呢?下面小编就为你介绍wps表格怎么制作柱形图的方法啦!wps表格制作柱形图的方法:1.打开从网
- PDF Squeezer for Mac是一个易于使用的PDF压缩工具。pdf squeezer通过压缩图像和删除不相关的信息来减小大型PD