You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
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.
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 —...
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...
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...
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)...