📜  为 wsl linux 添加功能 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:09.607000             🧑  作者: Mango

代码示例1
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart