From 8b770f0a572ac3c0261988a54adc38f1d8c48c16 Mon Sep 17 00:00:00 2001 From: Dennis Koch Date: Sun, 24 Apr 2022 13:49:42 +0200 Subject: [PATCH] Update README.md --- README.md | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/README.md b/README.md index 65866d2..02ca002 100644 --- a/README.md +++ b/README.md @@ -1,43 +1,17 @@ -*⚠️ This project is no longer maintained as the owner moved to a different OS. If you'd like to take over ownership [please contact me](info@pixelarbeit.de).* - # Move WSL -Bash, batch and PowerShell script to move WSL 1 and WSL 2 distros VHDX file to a different location. +PowerShell script to move WSL 1 and WSL 2 distros VHDX file to a different location. ![Interactive Example](screencast.gif) ## Usage -### Bash -Use with git bash for Windows or similiar. - -#### Interactive way -1) `./move-wsl` -2) Select your distro -3) Enter your target (i.e. `/d/wsl target/ubuntu`) - -#### Explicit way -1) Get a list of WSL distros: `wsl -l` -2) Move your image: `./move-wsl [NAME] [LOCATION]` - -__Example:__ `./move-wsl docker-desktop /d/docker` - - -### PowerShell Interactive way of moving wsl for Windows PowerShell. 1) `./move-wsl.ps1` 2) Select your distro 3) Enter your target (i.e. `D:\wsl target\ubuntu`) -### Batch -_This is a lightweight version_ which can also be used from Windows CMD. - -1) Get a list of WSL distros: `wsl -l` -2) Move your image: `move-wsl.bat [NAME] [LOCATION]` - -__Example:__ `move-wsl.bat docker-desktop "D:\wsl files\docker"` - ## Moving Docker WSL Before moving Docker WSL make sure to stop the Docker service. Otherwise Docker will crash and you may need to reset it to factory defaults.