dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
Please enable the Virtual Machine Platform Windows feature and ensure virtualization is enabled in the BIOS.
为此,需要进入BIOS开启虚拟化。cd D:\WSL
ls
.\LxRunOffline-v3.5.0-msvc\LxRunOffline.exe list !查看子系统版本
.\LxRunOffline-v3.5.0-msvc\LxRunOffline.exe move -n Ubuntu-20.04 -d D:\WSL !移动安装位置
ifconfig
ssh-keygen -A
/etc/init.d/ssh start
本文章使用limfx的vscode插件快速发布