Liste des applications enregistrées sur la liste Windows

// Run the below in your powershell terminal to see installed Apps with WSL // 
wsl --list --all

// If you want to remove any packages. Examples: //
wslconfig /unregister Ubuntu
or
wslconfig /unregister Ubuntu-18.04
or
wslconfig /unregister Ubuntu-20.04
13Garth