DJaringanQ

1. Prepare

2. Install WSL1

Open your PowerShell at administrator user

wsl --update
wsl --set-default-version 1
wsl -l -o
wsl --install -d Ubuntu  --enable-wsl1    # waiting to install complate and setup upto you can run command `pwd`
wsl --set-version Ubuntu 1
wsl -l -v

3. Turn off Hypervisor

bcdedit /set hypervisorlaunchtype off
Reload

4. Verify

Check your vm and wsl1

Noted

Only support on WSL1 if WSL2 you can choose one of them WSL or Hypervisor

Back