目 录CONTENT

文章目录

Windows使用WSL子Linux系统

陌念
2022-11-24 / 0 评论 / 0 点赞 / 15 阅读 / 0 字
温馨提示:
本文最后更新于2024-06-07,若内容或图片失效,请留言反馈。 部分素材来自网络,若不小心影响到您的利益,请联系我们删除。

 使用如下命令,需要先下载Linux发行版系统压缩包

# 导出
wsl --export Ubuntu-22.04 E:\MyVM\wsl\Ubuntu\Ubuntu-22.04_v2.tar
# 注销
wsl --unregister Ubuntu-22.04
# 导入(注册)
wsl --import Ubuntu-22.04 E:\MyVM\wsl\Ubuntu\Ubuntu-22.04 E:\MyVM\wsl\Ubuntu\Ubuntu-22.04_v2.tar

 

0
  1. 支付宝打赏

    qrcode alipay
  2. 微信打赏

    qrcode weixin
  3. QQ打赏

    qrcode qq

评论区