-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
Windows Version
Microsoft Windows [Version 10.0.26100.2033]
WSL Version
2.4.4.0
Are you using WSL 1 or WSL 2?
- WSL 2
- WSL 1
Kernel Version
No response
Distro Version
No response
Other Software
No response
Repro Steps
PS > wsl echo '$WSL_DISTRO_NAME'
MyPengwin
PS > wsl --set-default WLinux
The operation completed successfully.
PS > wsl echo '$WSL_DISTRO_NAME'
WLinux
PS > wsl --list --verbose
NAME STATE VERSION
MyPengwin Running 2
WLinux Running 2
docker-desktop Stopped 2
docker-desktop-data Stopped 2
PS > wsl --status
Default Version: 1Expected Behavior
wsl --list --verbose should show an asterisk next the name of the default distro
wsl --status should say the name of the default distro
Actual Behavior
The default distro does not show neither --list or --status commands
Diagnostic Logs
No response
Reactions are currently unavailable