win10 운영 체제를 사용하는 경우 일부 친구는 운영 체제를 업그레이드할 때 몇 가지 문제에 직면할 수 있습니다. 따라서 win101809 업그레이드 1909 오류 코드 0x8007042b의 문제에 대해 편집자는 우리 시스템 내부에 일부 손상이 있기 때문일 수 있다고 생각합니다. 컴퓨터의 명령 프롬프트에서 관련 코드 작업을 수행해 볼 수 있습니다. Xiaobian이 어떻게했는지 살펴 보겠습니다 ~
win101809 업그레이드 1909 오류 코드 0x8007042B
1. 다음과 같은 방법을 얻을 수 있습니다. "Diagpackage.Diagpkg"
C : Wind .diagpkg
2 위 방법으로 실행되지 않으면 검색>Powershell(ISE 선택)>마우스 오른쪽 버튼 클릭>관리자 권한으로 실행>다음 항목 복사
실행>실행 후 컴퓨터 다시 시작>다시 시도해보세요
$arch = Get-WMIObject -Class Win32_Processor -ComputerName LocalHost | Select-Object AddressWidth
Write-Host "1. Windows 업데이트 서비스를 중지하는 중..."
Stop-Service -Name BITS
Stop-Service -이름 wuauserv
Stop-Service -이름 appidsvc
Stop-Service -이름 cryptsvc
Write-Host "2. QMGR 데이터 파일 제거..."
Remove-Item "$env:allusersprofileApplication DataMicrosoftNetworkDownloaderqmgr *.dat" -ErrorAction SilentlyContinue
Write-Host "3. 소프트웨어 배포 및 CatRoot 폴더 이름 바꾸기..."
Rename-Item $env:systemrootSoftwareDistribution SoftwareDistribution.bak -ErrorAction SilentlyContinue
Rename-Item $env:systemrootSystem32Catroot2 catroot2.bak - ErrorAction SilentlyContinue
Write-Host "4. 이전 Windows 업데이트 로그 제거 중..."
Remove-Item $env:systemrootWindowsUpdate.log -ErrorAction SilentlyContinue
Write-Host "5. Windows 업데이트 서비스를 기본 설정으로 재설정합니다. .."
"sc.exe sdset 비트 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. 일부 DLL을 등록하는 중..."
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
regsvr32.exe /s shdocvw.dll
regsvr32.exe /s browserui.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
regsvr3 2.exe /s actxprxy.dll
regsvr32.exe /s Softpub.dll
regsvr32.exe /s wintrust.dll
regsvr32.exe /s dssenh.dll
regsvr32.exe /s rsaenh.dll
regsvr 32.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. dll
regsvr32.exe /s qmgrprxy.dll
regsvr32.exe /s wucltux.dll
regsvr32.exe /s muweb.dll
regsvr32.exe /s wuwebv.dll
Write-rite 호스트 "7 ) WSUS 클라이언트 설정 제거 중..."
REG DELETE "HKLMSOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdate" /v AccountDomainSid /f
REG DELETE "HKLMSOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdate" /v PingID /f
REG DELETE "HKLMSOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdate" /v Su s 클라이언트 ID /f
Write-Host "8) WinSock 재설정 중..."
netsh Winsock 재설정
netsh winhttp 재설정 프록시
Write-Host "9) 모든 BITS 작업 삭제..."
Get-BitsTransfer Remove-BitsTransfer
Write- 호스트 "10) Windows 업데이트 에이전트 설치 시도 중..."
if($arch -eq 64){
wusa Windows8-RT-KB2937636-x64 /quiet
}
else{
wusa Windows8- RT-KB2937636-x86 /quiet
}
Write-Host "11) Windows 업데이트 서비스 시작 중..."
Start-Service -Name BITS
Start-Service -Name wuauserv
Start-Service -Name appidsvc
Start-Service -Name cryptsvc
Write-Host "12) 강제 검색 중..."
wuauclt /resetauthorization /Detectnow
🎜Write-Host "프로세스가 완료되었습니다. 컴퓨터를 재부팅하세요."🎜위 내용은 Win10 업그레이드 실패 오류 코드 0x8007042b에 대한 해결 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!