Wsl: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
(Created page with " dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart")
 
No edit summary
 
Line 3: Line 3:


  dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
  dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
wsl --install

Latest revision as of 19:58, 2 January 2023

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart 
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart


wsl --install