run linux on windows

  • Easy Guide: Ubuntu 24 04 LTS on Windows WSL 2

    00:00 Enable WSL via the Control Panel Virtual machine platform Windows Subsystem for Linux 00:20 list available distributions ws -l -o 00:36 install ubuntu 22.04 wsl2 wsl -install -d ubuntu-24.04 00:51 fix error WslRegisterDistribution failed with error: 0x800701bc 00:59 Set WSL 2 as your default version wsl –set-default-version 2 01:06 update wsl 2 wsl –update 01:26 run ubuntu on wsl2…

    Read More »
Back to top button