Skip to content

Instantly share code, notes, and snippets.

@enpitsuLin
Created August 2, 2023 02:23
Show Gist options
  • Save enpitsuLin/f8c914ef31f7caae2aafefbff898c945 to your computer and use it in GitHub Desktop.
Save enpitsuLin/f8c914ef31f7caae2aafefbff898c945 to your computer and use it in GitHub Desktop.
export wsl images
# check name
wsl --list -v
wsl --export ${NAME_FROM_LIST} "D:\\Whereever"
# unregister it which will totally remove your file
wsl --unregister ${NAME_FROM_LIST}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment