KB4541335无法安装如何维修?KB4541335无法安装解决教程 (kb5003214无法安装)
整理分享KB4541335无法安装如何维修?KB4541335无法安装解决教程 (kb5003214无法安装),希望有所帮助,仅作参考,欢迎阅读内容。
内容相关其他词:kb4592449无法安装,kb4474419无法安装,kb4503269无法安装,kb4598242无法安装,kb4503269无法安装,kb4534310无法安装,kb4592449无法安装,kb4534310无法安装,内容如对您有帮助,希望把内容链接给更多的朋友!
KB无法安装如何维修 方法一: “干净启动”,排除第三方软体的影响: 1.停止非核心的程序运作(包括第三方杀毒、优化软体) 2.情况允许的话,卸载设备中的第三方杀毒、管家、优化软件 3.同时按【Windows徽标键+R】,输入【msconfig】,按回车(Enter) 4.点击【服务】>【隐藏所有Microsoft服务】>【全部禁用】(若您启用了指纹识别功能,请不要关闭相关服务) 5.启动【任务管理器】,点击【启动】选项卡,将所有启动项都禁用 6.重启设备 方法二: 自动*扫描: 1.右键点击任务栏上的Windows图标,选择【MicrosoftPowershell(管理员)】 2.逐一输入以下指令: Di*/Online/Cleanup-Image/CheckHealth Di*/Online/Cleanup-Image/ScanHealth Di*/Online/Cleanup-Image/RestoreHealth sfc/scannow 3.重启电脑 4.如果出现”有一些文件无法修复“的回报,重复步骤1-3几次 方法三: 1.同时按【Win+X】键,点选【WindowsPowerShell(管理员)】 2.拷贝下方的程序码到刚打开的PowerShell里面,按回车 3.忽略红字错误,重启电脑 4.运行WindowsUpdate $arch=Get-WMIObject-ClassWin_Processor-ComputerNameLocalHost|Select-ObjectAddressWidth Write-Host"1.StoppingWindowsUpdateServices..." Stop-Service-NameBITS Stop-Service-Namewuauserv Stop-Service-Nameappidsvc Stop-Service-Namecryptsvc Write-Host"2.RemoveQMGRDatafile..." Remove-Item"$env:allusersprofileApplicationDataMicrosoftNetworkDownloaderqmgr*.dat"-ErrorActionSilentlyContinue Write-Host"3.RenamingtheSoftwareDistributionandCatRootFolder..." Rename-Item$env:systemrootSoftwareDistributionSoftwareDistribution.bak-ErrorActionSilentlyContinue Rename-Item$env:systemrootSystemCatroot2catroot2.bak-ErrorActionSilentlyContinue Write-Host"4.RemovingoldWindowsUpdatelog..." Remove-Item$env:systemrootWindowsUpdate.log-ErrorActionSilentlyContinue Write-Host"5.ResettingtheWindowsUpdateServicestodefualtsettings..." "sc.exesdsetbitsD:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)" "sc.exesdsetwuauservD:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)" Set-Location$env:systemrootsystem Write-Host"6.RegisteringsomeDLLs..." regsvr.exe/satl.dll regsvr.exe/s*mon.dll regsvr.exe/*shtml.dll regsvr.exe/sshdocvw.dll regsvr.exe/*rowseui.dll regsvr.exe/sjscript.dll regsvr.exe/svbscript.dll regsvr.exe/sscrrun.dll regsvr.exe/*sxml.dll regsvr.exe/*sxml3.dll regsvr.exe/*sxml6.dll regsvr.exe/sactxprxy.dll regsvr.exe/ssoftpub.dll regsvr.exe/swintrust.dll regsvr.exe/sdssenh.dll regsvr.exe/srsaenh.dll regsvr.exe/sgpkcsp.dll regsvr.exe/ssccbase.dll regsvr.exe/sslbcsp.dll regsvr.exe/scryptdlg.dll regsvr.exe/soleaut.dll regsvr.exe/sole.dll regsvr.exe/sshell.dll regsvr.exe/sinitpki.dll regsvr.exe/swuapi.dll regsvr.exe/swuaueng.dll regsvr.exe/swuaueng1.dll regsvr.exe/swucltui.dll regsvr.exe/swups.dll regsvr.exe/swups2.dll regsvr.exe/swuweb.dll regsvr.exe/sqmgr.dll regsvr.exe/sqmgrprxy.dll regsvr.exe/swucltux.dll regsvr.exe/*uweb.dll regsvr.exe/swuwebv.dll Write-Host"7)RemovingWSUSclientsettings..." REGDELETE"HKLMSOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdate"/vAccountDomainSid/f REGDELETE"HKLMSOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdate"/vPingID/f REGDELETE"HKLMSOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdate"/vSusClientId/f Write-Host"8)ResettingtheWinSock..." netshwinsockreset netshwinhttpresetproxy Write-Host"9)DeleteallBITSjobs..." Get-BitsTransfer|Remove-BitsTransfer Write-Host")AttemptingtoinstalltheWindowsUpdateAgent..." if($arch-eq){ wusaWindows8-RT-KB-x/quiet } else{ wusaWindows8-RT-KB-x/quiet } Write-Host")StartingWindowsUpdateServices..." Start-Service-NameBITS Start-Service-Namewuauserv Start-Service-Nameappidsvc Start-Service-Namecryptsvc Write-Host")Forcingdiscovery..." wuauclt/resetauthorization/detectnow Write-Host"Processcomplete.Pleaserebootyourcomputer."