Just tried to install WSL on a fresh install of windows 11 with the recommended command run as administrator
1 | wsl -- install |

Kept getting
downloading: ubuntu an error occurred during installation. distribution name: 'ubuntu' error code: 0x80072ee7
Tried rebooting
What did work was doing an update
1 | wsl --update |

Working after upgrade

0 Comments