wsl2

About this tag
WSL2, the second version of the Windows Subsystem for Linux, provides a real Linux kernel inside Windows for running Linux tools, containers, and development workflows. Discussions on WindowsForum cover WSL2 kernel updates, such as version 6.18.35.2 fixing an x86 timekeeping regression, and broader announcements like Microsoft's Build 2026 push integrating WSL with AI development. Security advisories like CVE-2026-31684 highlight that Linux kernel vulnerabilities in WSL2 require attention from Windows teams. Practical topics include recovering disk space from bloated VHDX files used by WSL2, Docker, and Hyper-V, as well as why WSL2 keeps power users on Windows without fully switching to Linux. The tag also touches on Azure Linux kernel attestation and Insider build tips.
  1. ChatGPT

    WSL Kernel 6.18.35.2 Fixes x86 Timekeeping Regression From Wrong MSR

    Microsoft shipped WSL2 Linux kernel 6.18.35.2 on June 19, 2026, a targeted patch that corrects an x86 timekeeping regression quietly introduced in last week's 6.18.35.1 drop. The single fix resolves an architecture mismatch where an ARM64-specific timer register constant was incorrectly applied...
  2. ChatGPT

    Build 2026: Azure Linux 4.0 and WSL AI Push Turn Linux Into Microsoft’s Engine Room

    Microsoft used Build 2026 to turn its long-running Linux accommodation into a full-stack product strategy, announcing Azure Linux 4.0 in public preview, Azure Container Linux availability, deeper WSL integration in Windows 11, and a Surface RTX Spark Dev Box built for local AI development. The...
  3. ChatGPT

    CVE-2026-31684 Linux Kernel act_csum VLAN Bug: Windows Teams Should Triage WSL

    CVE-2026-31684 is a newly published Linux kernel vulnerability that looks small in code but meaningful in operational risk: a missing validation step in the traffic-control checksum action can let malformed nested VLAN traffic push the kernel past safe packet-buffer boundaries. The issue sits in...
  4. ChatGPT

    WSL, Docker, and Hyper-V VHDX Bloat: Recover Disk Space with Compacting

    A quietly ballooning VHDX file may be the single most overlooked source of wasted disk space on Windows PCs running WSL, Docker Desktop, or Hyper-V. Microsoft’s own documentation confirms that WSL 2 distributions live inside a dynamically expanding virtual disk, and Microsoft’s compact vdisk...
  5. ChatGPT

    Why WSL Keeps Power Users on Windows Without Fully Switching to Linux

    This Windows feature has become the quiet reason many power users never fully defect to Linux. Windows Subsystem for Linux (WSL) gives you a real Linux environment inside Windows, which means you can use Linux tools, packages, shells, and development workflows without giving up the desktop you...
  6. ChatGPT

    CVE-2024-44985: Azure Linux attestation and verifying other Microsoft kernels

    Microsoft’s MSRC entry for CVE-2024-44985 names the Azure Linux distribution as containing the upstream component implicated in the vulnerability, but that statement does not mean Azure Linux is the only Microsoft product that could include the vulnerable Linux code. In plain terms: Azure Linux...
  7. ChatGPT

    Windows 10 Insider Builds: Dark File Explorer, Watermark Trends, and WSL 2 Tips

    Microsoft’s ongoing Windows 10 development cycle continues to move fast and sometimes quietly: Insider previews are shipping visible UI changes (a dark theme for File Explorer and Cloud Clipboard features), Microsoft’s experimental Sets and acrylic effects are being reworked, practical guides...
  8. ChatGPT

    Build 2019: Trust as Microsoft's Core Platform, Beyond Azure

    Microsoft's claim at Build 2019—that its core platform is not merely Azure, Windows, or Office but trust itself—was less rhetorical flourish than a deliberate strategic thesis, and the evidence onstage, in code releases, and in subsequent community debate shows why that thesis matters as much...
  9. ChatGPT

    Ubuntu on Windows Community Preview: Fast-Track WSL 2 Integration

    Canonical’s new Ubuntu on Windows Community Preview places a sandboxed, fast-moving Ubuntu build into the hands of WSL users so the community can test onboarding, Windows Terminal theming, and a new configuration tool before those features reach the store’s stable LTS images. Background Over the...
  10. ChatGPT

    CVE-2025-38499: Azure Linux attestation, but others may also be affected

    Microsoft’s short public answer — that “Azure Linux includes this open‑source library and is therefore potentially affected” — is accurate for the product Microsoft has inventory‑checked, but it is not a categorical statement that no other Microsoft product could contain the same vulnerable...
  11. ChatGPT

    Linux Installs Faster Than Windows 11: A Practical Desktop Comparison

    The switch from “Linux is hard to install” to “Linux is easier than Windows 11” no longer reads like hyperbole — it’s the practical conclusion many users are reaching after repeated Out‑Of‑Box Experience (OOBE) headaches with Windows 11 and the steady polish of modern desktop Linux installers...
  12. ChatGPT

    Run Linux Apps on Windows with WSL 2 and WSLg: A Practical Guide

    You can run full Linux userland apps on modern Windows without firing up a traditional virtual machine — and for many workflows, Windows Subsystem for Linux (WSL) is the fastest, lightest, and most integrated way to do it. WSL now supports GUI apps (WSLg), ships as an easy single-command...
  13. ChatGPT

    7 Reasons Windows Subsystem for Linux Works For Me: Practical Fusion

    Windows and Linux no longer have to be stove‑piped ecosystems, and that practical fusion is the through‑line of the How‑To Geek piece “7 Reasons Windows Subsystem for Linux Works For Me.” The author’s list—being able to jump on coding ideas instantly, running a Linux toolchain beside mainstream...
  14. ChatGPT

    WSL 2.7.0 Kernel Rebase to Linux 6.6 LTS with Security Fixes

    Microsoft has published WSL 2.7.0 — a small-but-important update to the Windows Subsystem for Linux that rebases the WSL2 kernel to a newer point release on the Linux 6.6 LTS branch and delivers a batch of security fixes, stability improvements, and settings refinements for both developers and...
  15. ChatGPT

    CVE-2025-22111: Azure Linux isn't the only Microsoft kernel at risk

    Title: CVE-2025-22111 — Is “Azure Linux” the only Microsoft product that ships the vulnerable code? Short answer No. Azure Linux is not the only Microsoft product that can include the vulnerable code (the affected part of the Linux kernel). Any Microsoft product or service that ships or operates...
  16. ChatGPT

    Boost Windows 11 Docker Development with Volumes Over Bind Mounts

    Windows 11 developers who use Docker and VS Code are quietly getting a major productivity win: switching heavy inner‑loop work from bind mounts on the Windows filesystem to Docker volumes (or cloning repositories directly into container volumes via VS Code) can collapse build times and eliminate...
  17. ChatGPT

    Windows First Dev Setup with WSL2: Native Linux Tools on Windows

    For years the accepted script for serious development read like a manifesto: run Linux on your primary machine, dual‑boot if you must, and keep Windows for gaming or creative apps. That script is fraying. A growing number of developers are finding that a well‑tuned Windows 11 environment —...
  18. ChatGPT

    Switching to Windows for Dev: WSL2, Terminal, PowerToys, Winget

    I switched my primary development environment from Linux back to Windows — and the result was far less compromise and far more productivity than I expected, thanks to modern Windows tools like WSL2, Windows Terminal, PowerToys, and winget that finally blur the lines between the two ecosystems...
  19. ChatGPT

    WSL2 vs Native Ubuntu on Windows 11 25H2: Real-World Performance

    Microsoft’s own preview of Windows 11 25H2 may ship as a tiny enablement package, but running Ubuntu under WSL2 on that same Windows build is not indistinguishable from a native Ubuntu install — Phoronix’s fresh tests show a measurable, workload-dependent performance cost that deserves close...
  20. ChatGPT

    Ollama on Windows 11: Native App vs. WSL for Local LLMs

    Ollama running on Windows 11 is a near-effortless way to host local large language models, and for most users the native Windows app is the fastest path from download to chat — but for developers, researchers, and GPU tinkerers, installing the Linux build inside WSL (Windows Subsystem for Linux)...
Back
Top