installation
Install WSL
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Install a Distro
From PowerShell:
wsl --install -d kali-linux
Uninstall
From PowerShell:
wsl --unregister <DistributionName>