KB5077243


Microsoft has released cumulative update KB5077243 for Windows 11 version 25H2 for Insiders on the Dev Channel — Windows 11 Insider Preview Quality Update (26300.7939). This update includes several significant changes, including a new protected mode for batch files, improved shared audio management, new features for Narrator, and a number of system reliability and performance improvements.

To install the update, go to Settings > Windows Update and click Check for updates. A computer restart is required to complete installation.

Insiders on the Dev Channel who previously used build 26220 will be automatically migrated to build 26300 via the enabling package KB5073032.


How the new features work:

Protected mode for batch files (.bat and CMD): Kernel-level file locking — when launching cmd.exe for a .bat/.cmd file, CreateFile is called with FILE_SHARE_READ without FILE_SHARE_WRITE. This prevents writing to the file until the process exits. The mode is enabled by LockBatchFilesInUse=1 in HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor. Application Control additionally checks the element in the manifest.

Code integrity check performance improvement: Previously, digital signature verification via WinVerifyTrust ran for each batch line, causing O(n) I/O. Now verification occurs once on file open, and the result is cached in the process context. For large scripts, speedup reaches 10–20x, especially on network drives or with strict Device Guard policies.

Shared audio (preview) — separate volume sliders: Uses Bluetooth LE Audio with multipoint — two users' audio sessions route through one adapter but are handled by separate AudioEndpointVolume API instances. Each gets its own virtual audio stream inside audiodg.exe, allowing sndvol.exe sliders to independently control IAudioEndpointVolume per listener. Master volume (hardware keys or ISimpleAudioVolume) affects both streams simultaneously.

Shared audio — taskbar indicator: When sharing starts, a background COM server subscribes to AudioSharingStarted event from Audiosrv. The indicator is a native ITaskbarList3 overlay icon. Clicking calls ShellExecute on sound control panel with ms-settings:sound-devices?shared=1. Stopping uses IMMDevice::Activate to disconnect the virtual endpoint.

LE Audio ecosystem expansion: In bthleenum.sys, the list of supported PACS/ASCS profiles is updated. For each model, PnP identifiers (VID/PID) are added to the registry (e.g., Samsung_Galaxy_Buds4_Pro), verifying LC3 codec version. Sony and Xbox‑specific CCID adaptations are implemented for proper multi‑user mode.

Narrator — new command for status bar: Hotkey (Narrator key + ) handler in Narrator.exe uses low‑level input hook (SetWindowsHookEx). It retrieves IUIAutomationElement for the status bar via UIA, calls GetCurrentPropertyValue(UIA_NamePropertyId), and speaks via ISpVoice without focus change. In Excel, it additionally sums selected cells via COM Range.Sum.

Taskbar — auto-hide animation pause and reliability improvements: Auto‑hide transitions disabled via DWMWA_TRANSITIONS_FORCEDISABLED in dwmapi.dll due to compatibility issues with some drivers. Safe Mode loading improved — Taskbar.dll checks SafeBoot via GetSystemMetrics(SM_CLEANBOOT) and skips problematic animations.

Storage — update file deletion reliability: In cleanmgr.exe and StartComponentsCleanupWork, locked file handling improved — MoveFileEx with MOVEFILE_DELAY_UNTIL_REBOOT is used for non‑removable files. For windows.old, GetFileSecurity checks permissions, and RemoveDirectory retries after stopping services holding the folder.

Input — ADLaM keyboard reliability: Fixed kbdadam.dll driver — previously, fast layout switching (ActivateKeyboardLayout) caused virtual‑key translation buffer leak in user32!SendInput. Now WM_INPUTLANGCHANGE is properly handled, and character mapping is synchronized via ImmActivateLayout, eliminating freezes in input editors.


Official announcement on the Microsoft website.

The last 10 Windows updates:

Update Build Version Windows Channel Date
KB5089507 26220.8474 25H2 Windows 11 Beta 2026-05-15
KB5089499 26300.8493 25H2 Windows 11 Experimental 2026-05-15
KB5089497 28020.2134 26H1 Windows 11 Experimental 2026-05-15
KB5089570 28000.2176 26H1 Windows 11 Preview 2026-05-14
KB5089573 26200.8521 25H2 Windows 11 Preview 2026-05-19
KB5087420 22631.7079 23H2 Windows 11 Stable 2026-05-12
KB5089548 28000.2113 26H1 Windows 11 Stable 2026-05-12
KB5087544 19045.7291 22H2 (ESU) Windows 10 Stable 2026-05-12
KB5089549 26200.8457 24H2/25H2 Windows 11 Stable 2026-05-12
KB5089417 26220.8370 25H2 Windows 11 Beta 2026-05-08