Did you know that in addition to updating Windows through the built-in update tools, you can also update via the command line? This is a common workaround when one fails, but what do you do when both fail?
This is the latest headache for Windows users when trying to update Windows Subsystem for Linux. You will receive error 0x80070661 through Windows Update and an error message through the command line stating 0x80070661, This installation package is not supported for this processor type.
WSL software is a critical update, especially for those who like to test other operating systems on Windows, so here's a breakdown of how to fix this error.
This processor type does not support this installation package. What is the error 0x80070661?
Error 0x80070661 is related to the Windows Subsystem for Linux application, which allows you to run other operating systems in Windows without the need for a virtual machine. While you can download it from the Microsoft Store, it requires additional components to run.
For example, after downloading from the Microsoft Store, you need to run Windows Update to install the necessary bug fixes and updates. In short, the two go hand in hand, so you may get the error 0x80070661.
Currently, this installation package does not support this processor type message. This indicates that the WSL system and processor are incompatible. The program might be working fine, but suddenly, it's no longer supported.
This should not be a cause for alarm. As some programs are updated, they become incompatible with older software.
For example, your WSL may have been upgraded to a newer version, but if Windows is outdated, there may be communication errors between the two software.
How to fix error 0x80070661?
Some preliminary checks to perform before undertaking any technical troubleshooting include:
- Verify that your computer meets the minimum system requirements to run WSL.
- Make sure you have the correct WSL version. Windows 11 supports x64 versions, so make sure you're not running any other version.
- Check for Windows Updates in Safe Mode.
- Verify that the latest version of WSL is running from the Microsoft Store.
1. Run the Windows Update Troubleshooter
- Tap the key and click Settings. Windows
- Click "System" and then select "Troubleshooting".
- Select another troubleshooter.
- Find the Windows Update option and click the Run button.
2. Run the Program Installation and Uninstallation Troubleshooter
- Download the Program Installation and Uninstallation Troubleshooter and install it.
- Open it and click Next.
- You will be asked if you are having trouble installing or uninstalling the program. Choose an option.
- Next, you will be asked to select a program that is not installed. Select the problematic program from the list.
- The troubleshooter will start scanning for problems.
- Once completed, you will see two options. Select one of them and wait for the troubleshooter to recommend a fix.
3. Reset the window update component
- button, type cmd in the search box, and click Run as administrator. Windows
- Type the following commands and click after each command: Enter
<strong>net stop bits</strong>
<strong>net stop wuauserv</strong>
<strong>net stop appidsvc</strong>
<strong>net stop cryptsvc</strong>
<strong> Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"</strong>
<strong>rmdir %systemroot%\SoftwareDistribution /S /Q</strong>
<strong>rmdir %systemroot%\system32\catroot2 /S /Q</strong>
<strong>regsvr32.exe /s atl.dll</strong>
<strong>regsvr32.exe /s urlmon.dll</strong>
<strong>regsvr32.exe /s mshtml.dll</strong>
<strong>netsh winsock reset</strong>
<strong>netsh winsock reset proxy</strong>
<strong>net start bits</strong>
<strong>net start wuauserv</strong>
<strong>net start appidsvc</strong>
<strong>net start cryptsv</strong>
4. Reinstall WSL
- Click key and click set up. Windows
- Click Applications and select Apps & Features.
- Type Ubuntu in the search box, then click the three ellipses and select Uninstall.
- Now type Linux and click the three ellipsis next to Windows Subsystem for Linux WSLg Preview version and click Uninstall.
- Linux Update for Windows SubsystemRepeat this step.
- Now go back and access the Optional Features in the Applications section.
- Click More Windows Features under the Related Settings section.
- Now, uncheck Virtual Machines Platform and Windows Subsystem for Linux . That's it! Restart your computer to apply the changes.
- Install WSL from the Microsoft store again and see if the problem persists.
You can also download updates manually from the Microsoft Update Catalog. Some users have reported a success story after going this route, so if all the above steps fail, this might be for you.
We also recommend that you get one of the Windows Update Repair Tools, which can fix errors like 0x80070661 slightly faster.
The above is the detailed content of How to Fix Windows Update Error 0x80070661. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

Dreamweaver Mac version
Visual web development tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software