WSL基本命令
安装
1 | wsl --install |
查看已安装版本
1 | wsl -l -v |
更改版本
1 | wsl --set-version <distribution name> <versionNumber> |
设置默认版本
1 | wsl --set-default-version <Version> |
立即终止所有正在运行的发行版
1 | wsl --shutdown |
终止指定的发行版
1 | wsl --terminate <Distribution Name> |
运行指定发行版本
1 | wsl -d <Distribution Name> |
在linux子系统中挂载window上指定目录
1 | sudo mount -t drvfs E:/wsl-file/ /mnt/e |
使用LxRunOffline管理发行版
1 | LxRunOffline d -n <Distribution Name> -d <Path> -N <New Distribution Name> |
迁移
1 | LxRunOffline m -n <Distribution Name> -d <Path> |
给迁移后的目录授权
1 | icacls <Path> /grant "<Windows User Name>:(OI)(CI)(F)" |
附LxRunOffline项目地址安装方式:
GitHub项目地址:
https://github.com/DDoSolitary/LxRunOffline
下载链接:
https://github.com/Andy1208-lee/LxRunOffline/raw/main/LxRunOffline-v3.5.0-11-gfdab71a-msvc.zip
下载解压后放到C:\Windows\System32
目录
添加到注册表
1 regsvr32 LxRunOfflineShellExt.dll
或直接cmd命令行安装
1 scoop install lxrunoffline