win7 1903升级安装失败提示0x8007000e的处理方法
发布日期:2017-04-07 作者:电脑公司 来源:http://www.086111.com
$arch = Get-wMiobject -Class win32_processor -Computername LocalHost | select-object Addresswidth
write-Host "1. stopping win uxiazaimapdate 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 win uxiazaimapdate log..."
Remove-item $env:systemroot\winuxiazaimapdate.log -ErrorAction silentlyContinue
write-Host "5. Resetting the win uxiazaimapdate services to defualt settings..."
"sc.exe sdset bits d:(A;;CCLCswRpwpdTLoCRRC;;;sY)(A;;CCdCLCswRpwpdTLoCRsdRCwdwo;;;BA)(A;;CCLCswLoCRRC;;;Auxiazaima)(A;;CCLCswRpwpdTLoCRRC;;;puxiazaima)"
"sc.exe sdset wuauserv d:(A;;CCLCswRpwpdTLoCRRC;;;sY)(A;;CCdCLCswRpwpdTLoCRsdRCwdwo;;;BA)(A;;CCLCswLoCRRC;;;Auxiazaima)(A;;CCLCswRpwpdTLoCRRC;;;puxiazaima)"
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 wsuxiazaimas client settings..."
REG dELETE "HKLM\soFTwARE\Microsoft\win\CurrentVersion\winuxiazaimapdate" /v Accountdomainsid /f
REG dELETE "HKLM\soFTwARE\Microsoft\win\CurrentVersion\winuxiazaimapdate" /v pingid /f
REG dELETE "HKLM\soFTwARE\Microsoft\win\CurrentVersion\winuxiazaimapdate" /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 win uxiazaimapdate Agent..."
if($arch -eq 64){
wusa winxp-RT-KB2937636-x64 /quiet
}
else{
wusa winxp-RT-KB2937636-x86 /quiet
}
write-Host "11) starting win uxiazaimapdate 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."
上述内容,便是相关win7 1903版本升级安装失败,提示错误代码0x8007000e的处理方法,有出现类似问题的用户,可以参考一下本篇介绍处理,但愿此篇共享内容能够助大家成功升级好win7 1903版本。
栏目专题推荐
系统下载推荐
系统教程推荐
友情链接