How to update from WSL to WSL 2 in Windows 10
How to update from WSL to WSL 2 in Windows 10
Step 1. Open PowerShell as admin.
Step 2. Copy and paste the below command into PowerShell, and then press Enter to enable the WSL optional feature.
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
Step 3. Copy and paste the below command into PowerShell, and then press Enter to enable the Virtual Machine Platform option .
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
Step 4. Restart the computer to apply the change.
Step 5. Open PowerShell as admin.
Step 6. Copy and paste the following command into PowerShell, and then press Enter to set WSL 2 as the default version used when installing new Linux distributions.
wsl --set-default-version 2
You can see this message after running the above command:
WSL 2 requires an update to its kernel component. For information please visit https://aka.ms/wsl2kernel.
(WSL 2 requires kernel component update. For information please visit link here).
If you want, click on the link here and install MSI from that page on the Microsoft documentation to install the Linux kernel on your machine and use WSL 2. After you have installed kernel, please run the command again: wsl --set-default-version 2 and it should complete successfully without displaying a message.
Updating from WSL 1 to WSL 2 may take several minutes to complete, depending on the size of the targeted distribution. If you are running an old WSL 1 installation from the Windows 10 Anniversary Update or the Creators Update, you may encounter an update error.
Step 7. Now you can install and set WSL distro apps from the Microsoft Store to use WSL 2 by default.
You should read it
- How are Linux kernel updates distributed on Windows Update?
- How to update Win 7, update Windows 7 to the latest version
- Turn off the Win 10 update, stop Windows 10 from updating automatically
- Windows Update Blocker 1.6 - Download Windows Update Blocker here
- Windows Update crashes, this is what you need to do
- How to hide Windows Update on Windows 10
- 3 ways to update Windows 10 to the latest update 2023
- How to download Windows 10 Anniversary Update update?
- How to change, prolong the delay of updating on Windows 10?
- How to update the Discord app on all operating systems
- How to fix Windows Update error 0xC1900101 - 0x4000D
- Instructions for updating on Windows 11
Maybe you are interested
How to resolve WSL error 4294967295 on Windows
How to update or downgrade WSL kernel on Windows 11
How to completely uninstall WSL on Windows 10/11
You Don't Need Microsoft Windows Subsystem for Linux (WSL): Here's Why!
How to set up Python to program on WSL
How to set up VS Code with WSL 2 on Windows 10/11