09-01-2024, 03:05 PM
Je voulais revenir sur le sujet.
Oui c'est évident qu'il y a une machine virtuel qui tourne en tâche de fond dans Windows.
Pour confirmation, voici un extrait de la documentation de Microsoft
Voici la liste des Linux supportés
PS C:\Windows\system32> wsl --list --online
The following is a list of valid distributions that can be installed.
Install using 'wsl.exe --install <Distro>'.
NAME FRIENDLY NAME
Ubuntu Ubuntu
Debian Debian GNU/Linux
kali-linux Kali Linux Rolling
Ubuntu-18.04 Ubuntu 18.04 LTS
Ubuntu-20.04 Ubuntu 20.04 LTS
Ubuntu-22.04 Ubuntu 22.04 LTS
OracleLinux_7_9 Oracle Linux 7.9
OracleLinux_8_7 Oracle Linux 8.7
OracleLinux_9_1 Oracle Linux 9.1
openSUSE-Leap-15.5 openSUSE Leap 15.5
SUSE-Linux-Enterprise-Server-15-SP4 SUSE Linux Enterprise Server 15 SP4
SUSE-Linux-Enterprise-15-SP5 SUSE Linux Enterprise 15 SP5
openSUSE-Tumbleweed openSUSE Tumbleweed
et la version que j'ai par exemple sur ma machine.
Cette virtual Linux n'est démarrée visiblement que lorsque l'on va en avoir besoin
PS C:\Windows\system32> wsl --list --verbose
NAME STATE VERSION
* Ubuntu Stopped 2
Après utilisation elle est dans l'état "running"
PS C:\Windows\system32> wsl --list --verbose
NAME STATE VERSION
* Ubuntu Running 2
Oui c'est évident qu'il y a une machine virtuel qui tourne en tâche de fond dans Windows.
Pour confirmation, voici un extrait de la documentation de Microsoft
Voici la liste des Linux supportés
PS C:\Windows\system32> wsl --list --online
The following is a list of valid distributions that can be installed.
Install using 'wsl.exe --install <Distro>'.
NAME FRIENDLY NAME
Ubuntu Ubuntu
Debian Debian GNU/Linux
kali-linux Kali Linux Rolling
Ubuntu-18.04 Ubuntu 18.04 LTS
Ubuntu-20.04 Ubuntu 20.04 LTS
Ubuntu-22.04 Ubuntu 22.04 LTS
OracleLinux_7_9 Oracle Linux 7.9
OracleLinux_8_7 Oracle Linux 8.7
OracleLinux_9_1 Oracle Linux 9.1
openSUSE-Leap-15.5 openSUSE Leap 15.5
SUSE-Linux-Enterprise-Server-15-SP4 SUSE Linux Enterprise Server 15 SP4
SUSE-Linux-Enterprise-15-SP5 SUSE Linux Enterprise 15 SP5
openSUSE-Tumbleweed openSUSE Tumbleweed
et la version que j'ai par exemple sur ma machine.
Cette virtual Linux n'est démarrée visiblement que lorsque l'on va en avoir besoin
PS C:\Windows\system32> wsl --list --verbose
NAME STATE VERSION
* Ubuntu Stopped 2
Après utilisation elle est dans l'état "running"
PS C:\Windows\system32> wsl --list --verbose
NAME STATE VERSION
* Ubuntu Running 2
Jean-Luc