Tech News
← Home  ·  All topics

Windows

148 GoKawiil briefs on this topic

Windows driver-cleanup bug erases Nvidia GPU drivers on Asus ROG laptops in Eco mode

A Reddit user with an Asus ROG Zephyrus G14 found that running the laptop in Asus' Eco mode, which disables the discrete GeForce RTX 5070 Ti GPU to save battery, caused Windows to eventually uninstall the Nvidia drivers entirely. Investigation of Windows logs revealed that pnpclean.dll, a routine that purges drivers for hardware absent past a timeout period, treated the disabled GPU as permanently disconnected after 15 days and wiped its drivers.

Microsoft's August 2026 .NET update breaks printing and PDF export in WPF apps

Microsoft has confirmed that the August 2026 .NET Framework cumulative update causes some WPF-based applications to throw a System.IO.FileFormatException when printing or exporting to PDF/XPS with fonts like Calibri. The bug affects current Windows 10 and 11 releases as well as Windows Server versions from 2012 through 2025, and Microsoft is still working on a permanent fix.

Microsoft issues registry workaround for Windows 11 gaming crashes tied to RGB drivers

Microsoft has released a temporary fix for a bug introduced by its August 2026 Windows 11 updates (KB5121003 and later) that caused games like ARC Raiders, MARVEL Tōkon: Fighting Souls, and The Finals to crash, freeze, or trigger system restarts. The company traced the problem to a driver file called inpoutx64.sys, commonly bundled with RGB lighting peripherals, which conflicts with recent changes made to the Windows kernel. Users can now manually disable this driver through the Windows Registry while Microsoft works on a permanent patch.

New GW-BASIC-compatible interpreter runs directly on UEFI firmware

A developer released Thoreau BASIC, an interpreter compatible with GW-BASIC that can boot directly on bare-metal UEFI machines, with a Windows version also available. It supports classic BASIC constructs like DEF FN, GOSUB, error trapping, and graphics commands such as PSET, LINE, CIRCLE, and PAINT, working at native framebuffer resolution with 16-color EGA or 24-bit RGB.