1.管理员模式下打开powershell,输入命令【wsl --install】;
powershell管理员模式打开方法:在powershell界面输入【Start-Process powershell -Verb runAs】
即可进入powershell的管理员模式;
2.设置linux用户信息【用户名+密码】;
3.powershell就进入了linux模式
(中途会遇到一些问题error,一般多是没有进入管理员模式造成的)
1.管理员模式下打开powershell,输入命令【wsl --install】;
powershell管理员模式打开方法:在powershell界面输入【Start-Process powershell -Verb runAs】
即可进入powershell的管理员模式;
2.设置linux用户信息【用户名+密码】;
3.powershell就进入了linux模式
(中途会遇到一些问题error,一般多是没有进入管理员模式造成的)