Windows下重启Linux子系统(WSL)
2021-07-07 本文已影响0人
心似风雨
Linux子系统(WSL )是基于 LxssManager 服务运行的。
重启WSL的话只需要将 LxssManager 重启即可。
命令重启
以管理员权限运行cmd命令即可
#停止LxssManager服务
net stop LxssManager
#启动LxssManager服务
net start LxssManager
Linux子系统(WSL )是基于 LxssManager 服务运行的。
重启WSL的话只需要将 LxssManager 重启即可。
命令重启
以管理员权限运行cmd命令即可
#停止LxssManager服务
net stop LxssManager
#启动LxssManager服务
net start LxssManager