WindowsUpdateエラー0x800703e3を修正する方法
Windows Updateは一般的であり、さまざまなタイプの相互に関連する要因によって引き起こされます。そのようなエラーコードの1つは、主にオペレーティングシステムの更新を試みているときに発生するWindows10ユーザーによって報告されています。このエラーコードは、 WindowsUpdateエラー(Windows Update Error) 0x800703e3が(0x800703e3)Windows10に付属しているという名前です。このエラーコードに悩まされてその解決策を見つけようとしている場合は、この投稿で問題が解決する可能性があります。
Error Code 0x800703E3 – Error_Operation_Aborted The I/O operation has been aborted because of either a thread exit or an application request.
WindowsUpdateエラー0x800703e3
Windows Updateエラー0x800703e3(Windows Update Error 0x800703e3)を修正するには、以下の提案に従ってください。
- WindowsUpdateのトラブルシューティングを実行する
- WindowsUpdateコンポーネント(Reset Windows Update Components)を手動でリセットする
- WindowsUpdateを手動でインストールします。
ここでそれらを詳細に見てみましょうが、その前に必ず最初に復元ポイントを作成してください。
1] WindowsUpdateトラブルシューティングを実行する(Run Windows Update Troubleshooter)
Windows Updateトラブルシューティングを実行し、画面の指示に従います。トラブルシューティングが実行され、コンピューターがWindowsUpdateをダウンロードしてインストールするのを妨げる問題が存在するかどうかを特定しようとします(Windows Updates)。
Windows Update関連の一時ファイルのクリア、SoftwareDistributionフォルダーの内容のクリア、Windows Update(SoftwareDistribution)関連(Windows Update-related) サービス(Services)のステータスの確認、Windows Updateコンポーネントの修復とリセット、保留中の更新の確認などが行われます。
これが役に立ったかどうかを確認してください。そうでない場合は、コンポーネントを手動でリセットして、を参照してください。
2] WindowsUpdateコンポーネント(Reset Windows Update Components)を手動でリセットする
システムファイルに何らかの破損があるために、このような問題が発生する場合があります。したがって、 Windows Update(Windows)を手動でインストールした後も問題が発生する場合は、次の手順に従ってWindowsコンポーネント(Windows Components)をリセットしてください。
開始するには、最初に管理者特権のコマンドプロンプトを開きます(open an elevated command prompt)。
次に、次のコマンドを入力し、各コマンドを入力した後にEnterキーを押して、WindowsUpdateおよびその他の関連サービスの実行を停止します。
net stop bits net stop wuauserv net stop appidsvc net stop cryptsvc
次に、すべてのqmgr*.dat ファイルをデバイスから削除します。これを行うには、コマンドプロンプトに以下のテキストコードを入力し、 Enterキーを押して実行します。
Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat"
このとき、システムが確認を求める場合があります。Yと入力して確認してください。
次に、 SoftwareDistribution(SoftwareDistribution)フォルダー と catroot2フォルダーの名前を変更する必要があります。したがって、コマンドプロンプトウィンドウに次のコマンドを入力し、以下のコマンドを入力してからEnterキーを押します。
Ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak Ren %systemroot%\system32\catroot2 catroot2.bak
BITSサービスとWindowsUpdateサービスをデフォルトのセキュリティ記述子にリセットするには、管理者特権のコマンドプロンプトウィンドウに次のコマンドを入力します。また、各コマンドの後にEnterキーを押して、コマンドを実行します。
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;;CCLCSWRPWPDTLOCRRC;;;PU)
その後、以下のコマンドを実行してSystem32ディレクトリに移動します。
cd /d %windir%\system32
この時点で、BITS(バックグラウンドインテリジェント転送(Background Intelligent Transfer) サービス(Services))ファイルとWindowsUpdate関連のDLLファイルを再登録する必要があります。これを行うには、以下のコマンドを1つずつ入力し、各コマンドの後にEnterキーを押します。
regsvr32.exe atl.dll regsvr32.exe urlmon.dll regsvr32.exe mshtml.dll regsvr32.exe shdocvw.dll regsvr32.exe browseui.dll regsvr32.exe jscript.dll regsvr32.exe vbscript.dll regsvr32.exe scrrun.dll regsvr32.exe msxml.dll regsvr32.exe msxml3.dll regsvr32.exe msxml6.dll regsvr32.exe actxprxy.dll regsvr32.exe softpub.dll regsvr32.exe wintrust.dll regsvr32.exe dssenh.dll regsvr32.exe rsaenh.dll regsvr32.exe gpkcsp.dll regsvr32.exe sccbase.dll regsvr32.exe slbcsp.dll regsvr32.exe cryptdlg.dll regsvr32.exe oleaut32.dll regsvr32.exe ole32.dll regsvr32.exe shell32.dll regsvr32.exe initpki.dll regsvr32.exe wuapi.dll regsvr32.exe wuaueng.dll regsvr32.exe wuaueng1.dll regsvr32.exe wucltui.dll regsvr32.exe wups.dll regsvr32.exe wups2.dll regsvr32.exe wuweb.dll regsvr32.exe qmgr.dll regsvr32.exe qmgrprxy.dll regsvr32.exe wucltux.dll regsvr32.exe muweb.dll regsvr32.exe wuwebv.dll
BITSファイルとWindowsUpdate関連のDLLファイルを正常に再登録したら、ネットワーク構成をリセットする必要があります。
したがって、以下のコマンドラインを入力し、それぞれの後にEnterキーを押します。
netsh winsock reset netsh winsock reset proxy
次に、バックグラウンドインテリジェント転送サービス(Background Intelligent Transfer Service)、Windows Update、暗号化(Cryptographic)サービスなどの停止したサービスを再起動します。
したがって、コマンドプロンプトウィンドウに以下のテキストコードを入力し、各コマンドの後にEnterキーを押します。
net start bits net start wuauserv net start appidsvc net start cryptsvc Exit
ここで、 Exitコマンドは、他のコマンドを実行した後、ウィンドウを自動的に閉じます。
上記の手順を正しく完了したら、コンピュータを再起動して、行った変更を保存します。
Windowsコンポーネントをリセットした後も同じエラーコードが表示される場合は、以下の次の方法に進んでください。
ヒント(TIP): WindowsUpdateコンポーネントのリセットツール(Reset Windows Update Components Tool)を使用することもできます。
3]WindowsUpdateを手動でインストールする
このタイプのエラーコードは、 WindowsUpdate(Windows Update)サーバーの一時的な問題が原因で発生する場合があります。このような問題を回避するには、ダウンロードに失敗する更新があるかどうかを確認してください。以下の手順に従って、更新を手動でダウンロードしてインストールします。
まず、Win+Iキーボードショートカットを使用してWindows設定を開きます。(open Windows Settings)
次に、[Update & Security > Windows Updatesを選択します。
次に、右ペインに移動して、[更新履歴の表示(View update history)]をクリックします。
次のページには、PCに正常にインストールされたアップデートのリストが表示されますが、一部のアップデートはインストールに失敗する可能性があります。
(Note)最近失敗したWindowsUpdateについて記載されているKB番号を書き留めてから、 MicrosoftUpdate(Windows)カタログ(Microsoft Update Catalog)ページに移動します。
次の画面で、検索ボックスにKB番号を入力し、Enterキーを押して結果を検索します。
検索結果リストから、適切なバージョンのWindowsをダウンロードします。
ダウンロードしたら、ダウンロードしたアップデートをダブルクリックしてインストールします。
次に、コンピュータを再起動して、この方法が問題の解決に役立つかどうかを確認します。
WindowsUpdateエラーを修正できたと思います。(I hope you were able to fix the Windows Update Error.)
Related posts
Fix Windows 10 Update Error 0x800703F1
Windows Update Error Code 0x80070012を修正する方法
Windows Updateダウンロードまたはインストールされていない、Error 0x80070543
Fix Windows Update Error C8000266?
Fix Windows Update Error 0x80070005
Windows 10のWindows Update error 80072EFE
Fix Feature UpdateをインストールするときにWindows 10 Update Error 0xc1900104
Windows 10 Update AssistantのFix Error 0x80072efe
Fix Windows Update Error 0x800F0825
Windows 10のFix Windows Update error 0x80070422
Fix Windows Update Error 0x8007010b
Windows 10 Feature Updateはインストールに失敗しました、Error 0x8007371b
Fix Windows Update Error 0x80240035
Fix Windows Update Error Code 0x80080008
Windows Update Error 0X80073BC3,0X8007002、0x80073B92 - 0x20009
WindowsのUpdate Error 0X800B0101、Installerでエラーが発生しました
Windows 10 Update Error 0x800f0988または0x800F08A
Fix Windows Update Error 0x8007065e; Feature Updateのインストールに失敗しました
Windows Update Error Code 0x8024004aでインストールできませんでした
Windows Update Error 0x800f0990の修正方法