Created
May 15, 2024 08:41
-
-
Save alexx855/f0865aaa26aeed731af1da239bab6d14 to your computer and use it in GitHub Desktop.
Move WSL 2 to another drive win 11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wsl --export Ubuntu 'E:\wsl_backup_file.tar' | |
wsl --unregister Ubuntu | |
wsl --import-in-place 'E:\wsl' 'E:\wsl_backup_file.tar' | |
cd $env:USERPROFILE\AppData\Local\Microsoft\WindowsApps | |
.\ubuntu.exe config --default-user $USER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment