WSL
默认使用root登录
# 来到C:\Users\administer\AppData\Local\Microsoft\WindowsApps路径下边 找到wls的ubuntu程序,可能是ubuntu2204.exe也可能是别的
win + x --> windows终端[管理员]
第一步:cd C:\Users\administer\AppData\Local\Microsoft\WindowsApps
第二步 修改为默认root:.\ubuntu.exe config --default-user root
第二步 修改为默认别的用户: .\ubuntu.exe config --default-user admin
WSL切换到VM虚拟机
WSL依赖于hyper-v必须开启,而VMware不依赖这个,必须关闭
CMD管理员模式启动,输入bcdedit /set hypervisorlaunchtype auto开启,则可以使用WSL
CMD管理员模式启动,输入bcdedit /set hypervisorlaunchtype off关闭,则可以使用VMware
注意:不管是开还是关都需要重启电脑