Forum Discussion
ammarjaved
Aug 31, 2021Iron Contributor
How to install the Linux Windows Subsystem in Windows 11
Install using Command Prompt Step 1: Start CMD with administrative privileges. Step 2:Execute "wsl --install" command. Step 3:Run "wsl -l -o" to list other Linux releases. Step 4:You can...
Barry_Bazza
Apr 27, 2024Brass Contributor
What do you get when you use wsl --status?
JaJangMeow
Apr 27, 2024Copper Contributor
same thing as the wsl --install result
Class not registered
Error code: Wsl/CallMsi/REGDB_E_CLASSNOTREG
Class not registered
Error code: Wsl/CallMsi/REGDB_E_CLASSNOTREG
- Barry_BazzaApr 27, 2024Brass Contributor
The problem you're having appears to be a bug caused by an update.
The latest version of WSL is 2.1.5.0.
If you are not running this version then enter wsl --update in PowerShell. A reboot might also be wise.
Once rebooted try wsl --install -d Ubuntu again.