move-wsl icon indicating copy to clipboard operation
move-wsl copied to clipboard

Easily move your WSL distros VHDX file to a new location.

Results 8 move-wsl issues
Sort by recently updated
recently updated
newest added

**Describe the bug** After this: ![image](https://user-images.githubusercontent.com/53520949/179506969-27673e8b-24a8-4efd-84ee-fb6c76e2c2aa.png) There was E:\wsl\ext4.vhdx When I issued `wsl`, a window flashed out and I could not get into ubuntu. I issued `wsl --list --verbose` and...

bug

**Describe the bug** If the destination import directory is marked as "compressed", the import stage will fail due to `.vhdx` files not being compressable. **Please add terminal output if possible:**...

enhancement
help wanted
good first issue

Firstly, I'd like to thank you for your work on this good script. However, it'd be better if it can automatically set the moved distro as default if it was...

enhancement
help wanted

Hi just wondering if there's a reason that the script doesn't just add the `wsl --shutdown` before proceeding with the rest, to make sure it is shutdown, both for conversation...

bug

**Bug** WSL stores information about distros in the registry under `HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Lxss\{your-distro-uuid}`; however, `wsl --import` and `wsl --export` do not save/restore these keys. Can `move-wsl` preserve this information? **Example** After running...

enhancement
help wanted

**Describe the bug** A clear and concise description of what the bug is. Batch util results in default vdisk size when importing. (not tested: bash/PowerShell versions) **Please add terminal output...

bug

**Describe the bug** A clear and concise description of what the bug is. When one distro, variable distroList seems can not parse success. **Please add terminal output if possible:** Getting...

bug

When ran in powershell this error is encountered, the docs may want to specify how to work around this with something like `Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass`

bug