Windows 11: How to Fix Install Error 0x80070103

尊渡假赌尊渡假赌尊渡假赌
發布: 2024-09-18 15:57:39
原創
926 人瀏覽過

Fix 1: Pause and Resume Windows Updates

Windows update install error 0x80070103 arises during the installation of updates when your system detects incompatible drivers or conflicting software. To fix it, pause and resume the Windows update, forcing a fresh download of the update files.

Step 1: Press the Windows + I shortcut to open Settings, select Windows Update from the left sidebar, and click Pause for 1 week next to ‘Pause updates’.

Windows 11: How to Fix Install Error 0x80070103

Step 2: Wait a few seconds and click Resume updates.

Windows 11: How to Fix Install Error 0x80070103

Fix 2: Manually Install the Update

Manually downloading and installing the Windows update package ensures all necessary files are correctly placed and configured. This resolves any compatibility issues that may have caused the 0x80070103 install error.

Step 1: Open Settings using the Windows + I shortcut, select Windows Update from the sidebar, and click Update history. Look for the failed installed update and copy its update number.

Windows 11: How to Fix Install Error 0x80070103

Step 2: Head to the Microsoft Update Catalog, paste the copied number in the search bar, and download the Windows update package to install it.

Windows 11: How to Fix Install Error 0x80070103

Fix 3: Run the Windows Update Troubleshooter

Windows 11 comes with an in-built Windows Update troubleshooter to resolve common issues hindering the update process such as the 0x80070103 installation error. Here’s how to run it:

Step 1: Open Windows Settings (check the above steps), select System from the sidebar, and click Troubleshoot.

Windows 11: How to Fix Install Error 0x80070103

Step 2: Select Other troubleshooters.

Windows 11: How to Fix Install Error 0x80070103

Step 3: Click Run next to Windows Update to launch the Windows Update troubleshooter.

Windows 11: How to Fix Install Error 0x80070103

Fix 4: Repair System Files With SFC and DISM Scans

Running the SFC (System File Checker) and DISM (Deployment Image Servicing and Management) scans are effective in resolving the 0x80070103 install error. The former scans crucial Windows system files for corruption while the latter repairs the overall system image.

Step 1: Press the Windows key, search Command Prompt, and click Run as administrator.

Windows 11: How to Fix Install Error 0x80070103

Step 2: Type sfc /scannow in the console and press Enter.

Windows 11: How to Fix Install Error 0x80070103

Step 3: Finally, paste the following DISM command and hit enter to repair the Windows image.

DISM /Online /Cleanup-Image /RestoreHealth
登入後複製

Windows 11: How to Fix Install Error 0x80070103

Fix 5: Flush the SoftwareDistribution Folder

The SoftwareDistribution folder stores temporary files related to Windows update installations. If you’re getting the install error 0x80070103 repeatedly, flushing all contents of the SoftwareDistribution folder should refresh the repository and fix the error.

Step 1: Press the Windows key, search Command Prompt, and click Run as administrator.

Windows 11: How to Fix Install Error 0x80070103

Step 2: Type ‘net stop wuauserv‘ in the console and press Enter to stop the Windows Update service.

Windows 11: How to Fix Install Error 0x80070103

Step 3: Next, halt the Background Intelligent Transfer Service by executing ‘net stop bits‘ in the Command Prompt window.

Windows 11: How to Fix Install Error 0x80070103

Step 4: Press the Windows + E shortcut to open File Explorer, paste C:\Windows in the address bar, and hit Enter.

Windows 11: How to Fix Install Error 0x80070103

Step 5: Select the SoftwareDistribution folder and click the Trash icon in the toolbar to delete it.

Windows 11: How to Fix Install Error 0x80070103

Step 6: Reopen the Command Prompt with administrative permissions and execute the following commands sequentially to restart the Windows Update and Background Intelligent Transfer services.

net start wuauserv<br>net start bits
登入後複製

Windows 11: How to Fix Install Error 0x80070103

以上是Windows 11: How to Fix Install Error 0x80070103的詳細內容。更多資訊請關注PHP中文網其他相關文章!

來源:guidingtech.com
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!