wsl -u root
bcdedit /set hypervisorlaunchtype auto
bcdedit /set hypervisorlaunchtype off
wt <nom_du_profil>
Source : [cmd | Microsoft Docs](https://docs.microsoft.com/fr-fr/windows-server/administration/windows-commands/cmd) |
cmd /c commande
cmd /k commande
Lancez “Exécuter” : Win
+ R
Puis entrez :
shell:AppsFolder
PATH
Dans le Powershell
echo $env:PATH
Dans le CMD
echo %PATH%