网站首页  软件下载  游戏下载  翻译软件  电子书下载  电影下载  电视剧下载  教程攻略

请输入您要查询的教程攻略:

 

标题 0x80070490错误代码是什么意思?0x80070490错误代码解决办法
分类 软件教程
内容     
    我们有时候在使用电脑的时后会遇到提示错误代码“0x80070490”,但是有很多的小伙伴目前还不清楚碰到这个错误代码应该如何修复,下面就和小编一起来看看应该如何去解决这个问题吧。
    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;;CCL村酒野蔬拼音:cūn jiǔ yě shū释义:乡村酿的酒,田野种的菜。形容酒食淡薄,生活清贫。出处:清·无名氏《说唐》第三回守几亩田园,供养老母,村酒野蔬,亦可与知己谈心。”示例:无CSWRPWPDTLOCRRC;;;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
    0x80070490错误代码是什么意思?
    Dism /Online /Cleanup-Image /ScanHealth
    Dism /Online /Cleanup-Image /RestoreHealth
    sfc /scannow
    0x80070490错误代码是什么意思?
    3、重启电脑。
    4、如果出现”有一些文件无法修复“的回报,重复步骤1-3几次。
        0x80070490错误代码是什么意思?0x80070490错误代码解决办法心平气和命中蛛丝马迹注定47. 人生无处不是转弯的地方,只要我们还能走。幸运的是,我们能。即使前路艰险,孤身前行,也要坚定的相信。很多事也许结果并不像我们所期望的一样,但沿途的风景就已足够。记住青春时候的勇气,然后也更不在乎别人的否定。32. The table-tennis team of our school is admitting new players. (2017.全国)陶渊明123.盛年不重来,一日难再晨。及时当勉励,岁月不待人。《杂诗》    睡起流莺语,掩苍苔,房栊向晚,乱红无数。吹尽残花无人见,惟有垂杨自舞。渐暖霭、初回轻暑,宝扇重寻明月影,暗尘侵、上有乘鸾女。惊旧恨,遽如许。长安一片月,万户捣衣声。0x80070490,0x80070490错误代码The assembly line reduced workers to cogs of machinery and made their jobs unutterably boring, but it produced goods fast.
随便看

 

霍普软件下载网教程攻略栏目提供软件使用教程、手机游戏攻略等方法技巧。

 

Copyright © 2002-2024 101bt.net All Rights Reserved
更新时间:2025/3/22 17:58:39