windows11 系统wsl的安装 配置目录挂载 驱动NVIDIA 安装DockerDesktop
0. 开启运行脚本。 PowerShell: set-ExecutionPolicy RemoteSigned 键入Y或者A,同意执行get-executionpolicy查看是否更改成功显示RemoteSigned,表示成功 1. 启用WSL PowerShell: dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart dism.exe