Skip to content

Instantly share code, notes, and snippets.

@alexx855
Created May 15, 2024 08:41
Show Gist options
  • Save alexx855/f0865aaa26aeed731af1da239bab6d14 to your computer and use it in GitHub Desktop.
Save alexx855/f0865aaa26aeed731af1da239bab6d14 to your computer and use it in GitHub Desktop.
Move WSL 2 to another drive win 11
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