1.安装WSL
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
wget https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi && ./wsl_update_x64.msi
wsl -v
wsl -l -o
wsl --install kali-linux
wsl -l
wsl -d Kali