- First, close wsl:
wsl --shutdown
- Second, export wsl:
wsl --export Debian D:\WSL\Debian.tar
- Third, unregister wsl:
wsl --unregister Debian
- Lastly, we import the system:
wsl --import Debian D:\WSL\Debian D:\WSL\Debian.tar
- (optionly: change the default login user:
debian config --default-user Zhang
)
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)