システムwiki

Windowsストアダウンロードエラーコード: 0x8007000d.....

LiuPeiT 解決済 最終更新日:2020-08-19 14:47

たくさん試す

使用できる方法はありません.解決策はありますか?

返信リスト(回答:7)

1 #
JarlLee
0x8007000Dエラーは、システムファイルの欠落に関連している可能性があります...
現在、どの方法を試したかわからないため、次の方法を試してみてください.
(1)システムコンポーネントを再登録する:
1.スタートメニューで[CMD]と入力して[コマンドプロンプト]を見つけ、[管理者として開く]を右クリックします
2.[コマンドプロンプト]で次のコマンドを入力してEnterキーを押します:
%1in(%Windir%\system32\*.dll)の場合、regsvr32.exe/s%1
3.コンピューターを再起動します
(2)自動システムScan:
1.タスクバーのWindowsアイコンを右クリックし、[microsoft Powershell(Manage员)]
2.次の手順を1つずつ入力します:
Dism/Online/Cleanup-Image/CheckHealth
Dism/Online/Cleanup-Image/ScanHealth
Dism/Online/Cleanup-Image/RestoreHealth
sfc/scannow
3.コンピューターを再起動します
4.「一部のファイルを修復できません」というレポートが表示された場合は、手順を繰り返します1-3数回
(3)Windows更新サービスを再起動します:
1.[スタート]メニューを起動して[cmd]と入力し、[コマンドプロンプト]を右クリックして[管理者]実行
2.次のコマンドを1つずつ入力します(注意してコピーして貼り付けることができます):
SC config wuauserv start=auto
SC config bits start=autoSC config cryptsvc start=auto
SC config trustedinstaller start=auto
SC config wuauserv type=share
net stop wuauserv
net stop cr yptSvc
net stopビット
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.oldold
ren C:\Windows\System32\catroot2 catroot2.oldold
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
netsh Winsock reset
3.マシンを再起動して、効果を確認します
応答1# ->にスキップ
2 #
LiuPeiT

機能しない場合、またはダウンロードが失敗した場合は、アクセス拒否のようなプロンプトが表示されます...

応答1# ->にスキップ
3 #
LiuPeiT

i(3)(2)ステップでは関係ありません、

4 #
JarlLee
この場合、次の方法でWindows Updateコンポーネントを手動で登録してください.
1.同時に[Win + X]を押し、[Windows PowerShell(Administrator)]
2.以下のプログラムコードを新しく開いたPowerShellにコピーしてEnterキーを押します
3.赤い文字のエラーを無視してコンピューターを再起動します
4.Windows Updateを実行します

$arch=Get-WMIObject-Class Win32_Processor-computerName LocalHost|Select-Object AddressWidth Write-Host "1.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.ソフトウェア配布とCatRootフォルダの名前を変更..." Rename-Item $ env:systemroot\SoftwareDistribution SoftwareDistribution.bak-ErrorAction SilentlyContinue Rename-Item $ env:systemroot\System32\Catroot2 catroot2.bak-ErrorAction SilentlyContinue Write-Host "4.古いWindows Updateログを削除しています..." Remove-Item $ env:systemroot\WindowsUpdate.log-ErrorAction SilentlyContinue Write-Host "5.Windows Update Servicesをデフォルトの設定にリセット..."
"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:systemroot\system32 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 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)WSUSクライアント設定を削除しています..." REG DELETE "HKLM\SOFjpARE\microsoft\Windows\CurrentVersion\WindowsUpdate"/v AccountDomainSid/f REG DELETE "HKLM\SOFjpARE\microsoft\Windows\CurrentVersion\WindowsUpdate"/v PingID/f REG DELETE "HKLM\SOFjpARE\microsoft\Windows\CurrentVersion\WindowsUpdate"/v SusClientId/f Write-Host "8)WinSockのリセット..." netsh Winsockリセット netsh Winhttpリセットプロキシ Write-Host "9)すべてのBITSジョブを削除..." 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)Windows Update Servicesを開始しています..." Start-Service-Name BITS Start-Service-Name wuauserv Start-Service-Name appidsvc Start-Service-Name cryptsvc Write-Host "12)強制検出..." wuauclt/resetauthorization/detectnow 書き込みホスト「処理が完了しました.コンピューターを再起動してください.」

応答4# ->にスキップ
5 #
LiuPeiT

Windows updateをインフレートした後、赤い単語はすでに開いています

結果はまだ元のエラーです...

応答5# ->にスキップ
6 #
LiuPeiT
..................
7 #
JarlLee 1
を使用することができます.状況に応じて、システムファイルが見つからない...
windows 10メディア作成ツール、SOLVEWindows 10を使用することができます.システムの質問:★操作を行う前に、必ず重要なファイルを必ずバックアップしてください.★ケース★必要に応じて、「システムの復元ポイントの作成」を参照できます.->:>:
https://support.microsoft.com/ja-jp/help/402753... **//
(1)ダウンロード[メディアクリエイティブツール]:
[ダウンロードリンク]メディア作成ツールメディア作成ツール:
https://www.microsoft.com/ja-jp/software-downloadl...
(2)参照[方法A]から[メソッドA]の方法を開始します...修復効果を押して、次の方法の方法を試してください.
---------------
[メソッドA]カバーアップデートシステム
通常状況、個人データファイルなし
(ティーチング) "Windows 10インストール手順を上書きします->(青い画面をクリックしてビデオを再生する):
Windows 10のオーバーレイのインストール方法
-------------------
[方法B]スタートアップUディスク、修復システムを作成する
↓通常の状況、個人を削除しないでください.情報✓
下のリンクから[Part II:use use use use user use insure-a disking]を開始するには、次の手順で説明します.
(ティーチング) "Windows 10生産システムの修理ディスクUとUディスク修理システムを使用する具体的な手順-> windows ズ...