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
Next revision
Previous revision
windows:notes:wsl [2025/10/13 13:32] Sean Rhonewindows:notes:wsl [2026/03/11 19:06] (current) Sean Rhone
Line 1: Line 1:
 ====== Information ====== ====== Information ======
  
-  * Windows Subsystem for Linux+  * Windows Subsystem for Linux ((https://learn.microsoft.com/en-us/windows/wsl/about))
  
 ===== Prerequisites ===== ===== Prerequisites =====
  
-  * [[windows;11_ltsc_server|Windows 11 (24H2)]]+  * [[windows;10_ltsc_server|Windows 10 (21H2)]]
  
 ====== Install ====== ====== Install ======
  
-  * Admin Command Prompt+  "%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
  
-====== Other ======+====== openSUSE Tumbleweed ======
  
-  "wsl.exe" --list --online+  * [[windows;opensuse_tumbleweed_wsl|Notes]]
  
-  "wsl.exe" --list --all --verbose +====== Other ======
- +
-  "wsl.exe" --status +
- +
-  "wsl.exe" --unregister x +
- +
-====== Windows Terminal ====== +
- +
-===== VCLibs ===== +
- +
-  * https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/cpp/libraries/c-runtime-packages-desktop-bridge+
  
-  "powershell.exe" -Command "Add-AppxPackage 'https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx'"+  "%SystemRoot%\System32\wsl.exe" --list --online
  
-===== Windows Terminal =====+  "%SystemRoot%\System32\wsl.exe" --list --all --verbose
  
-  * https://github.com/microsoft/terminal/releases+  "%SystemRoot%\System32\wsl.exe" --status
  
-  "powershell.exe" -Command "Add-AppxPackage 'https://github.com/microsoft/terminal/releases/download/v1.23.12681.0/Microsoft.WindowsTerminal_1.23.12681.0_8wekyb3d8bbwe.msixbundle'"+  "%SystemRoot%\System32\wsl.exe" --unregister x
  
/var/www/wiki/data/attic/windows/notes/wsl.1760376720.txt.gz · 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