Situatie
Solutie
->Open PowerShell as Administrator
Run this command:
wsl –install
->Check if it worked
Run:
wsl –list –verbose
->Install a Different Linux Distro (Optional)
List available distros:
wsl –list –online
->Install one:
wsl –install -d Debian
Leave A Comment?