Windows 11: How to Fix Install Error 0x80070103

尊渡假赌尊渡假赌尊渡假赌
Freigeben: 2024-09-18 15:57:39
Original
929 Leute haben es durchsucht

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
Nach dem Login kopieren

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
Nach dem Login kopieren

Windows 11: How to Fix Install Error 0x80070103

Das obige ist der detaillierte Inhalt vonWindows 11: How to Fix Install Error 0x80070103. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!

Quelle:guidingtech.com
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage
Über uns Haftungsausschluss Sitemap
Chinesische PHP-Website:Online-PHP-Schulung für das Gemeinwohl,Helfen Sie PHP-Lernenden, sich schnell weiterzuentwickeln!