windows安装Ubuntu虚拟机

博主推特:https://twitter.com/tepaiyuan001

基础条件:

1. windows版本必须大于或者等于10

2.其次开启虚拟化

     在任务管理器>性能>cpu查看

post image

2.管理员打开cmd

post image

3.输入

wsl --install

post image

按照提示输入用户名以及密码,密码输入不可见

重启后打开ubuntu

post image

更新

sudo apt update && sudo apt upgrade -y

post image

温馨提示:该版本ubuntu最大识别64线程,大于64推荐使用原生ubuntu。