User Tools

Site Tools


windows:notes:wsl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
windows:notes:wsl [2026/01/20 13:34] – [Prerequisites] Sean Rhonewindows:notes:wsl [2026/03/11 19:06] (current) Sean Rhone
Line 9: Line 9:
 ====== Install ====== ====== Install ======
  
-  "DISM.exe" /Online /Enable-Feature /FeatureName:"VirtualMachinePlatform" /All /NoRestart+  "%SystemRoot%\System32\Dism.exe" /Online /Enable-Feature /FeatureName:"VirtualMachinePlatform" /All /NoRestart
  
-  "DISM.exe" /Online /Enable-Feature /FeatureName:"Microsoft-Windows-Subsystem-Linux" /All /NoRestart+  "%SystemRoot%\System32\Dism.exe" /Online /Enable-Feature /FeatureName:"Microsoft-Windows-Subsystem-Linux" /All /NoRestart
  
 ====== WSL2 ====== ====== WSL2 ======
Line 17: Line 17:
   * https://learn.microsoft.com/en-us/windows/wsl/compare-versions#whats-new-in-wsl-2   * https://learn.microsoft.com/en-us/windows/wsl/compare-versions#whats-new-in-wsl-2
  
-  "wsl.exe" --set-default-version 2+  "%SystemRoot%\System32\wsl.exe" --set-default-version 2
  
 ====== Update ====== ====== Update ======
Line 23: Line 23:
 **** ****
  
-  "wsl.exe" --update+  "%SystemRoot%\System32\wsl.exe" --update
  
 ====== openSUSE Tumbleweed ====== ====== openSUSE Tumbleweed ======
Line 31: Line 31:
 ====== Other ====== ====== Other ======
  
-  "wsl.exe" --list --online+  "%SystemRoot%\System32\wsl.exe" --list --online
  
-  "wsl.exe" --list --all --verbose+  "%SystemRoot%\System32\wsl.exe" --list --all --verbose
  
-  "wsl.exe" --status+  "%SystemRoot%\System32\wsl.exe" --status
  
-  "wsl.exe" --unregister x+  "%SystemRoot%\System32\wsl.exe" --unregister x
  
/usr/local/www/wiki/data/pages/windows/notes/wsl.txt · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki