Feed

Windows

Explore Windows development, OS updates, WSL, PowerShell, and Microsoft tooling. Our digest aggregates system administration, automation scripting, and cross-platform from developer communities.

Articles from the last 30 days

Warcraft III Peon Voice Notifications for Claude Code
01Monday, February 9, 2026

Warcraft III Peon Voice Notifications for Claude Code

peon-ping is a CLI tool for Claude Code that provides auditory notifications using Warcraft III Peon voice lines. It solves the issue of losing focus by alerting users when tasks finish or need permission. The tool supports macOS and WSL2, featuring multiple sound packs, desktop notifications, and customizable volume configurations.

Sources:Hacker News848 pts
I Fixed Windows Native Development
02Sunday, February 15, 2026

I Fixed Windows Native Development

msvcup is an open-source CLI tool providing a portable, versioned, and isolated MSVC toolchain for Windows. It solves the complexity of the Visual Studio Installer by downloading only necessary components directly from Microsoft’s CDN, enabling reproducible builds and cross-compilation without polluting the system registry or requiring massive IDE installations.

The RCE that AMD won't fix
03Thursday, February 5, 2026

The RCE that AMD won't fix

A critical Remote Code Execution (RCE) vulnerability was discovered in AMD AutoUpdate software after a user investigated persistent console pop-ups on a new gaming PC. Upon decompiling the application, the researcher found that while the update manifesto is fetched via HTTPS, the actual executable download URLs within that manifest reside on insecure HTTP connections. This architectural flaw allows for Man-In-The-Middle (MITM) attacks where an attacker could replace legitimate updates with malicious binaries. Crucially, the software lacks certificate validation or digital signature checks, executing any downloaded file immediately. Despite the severity, AMD classified the report as 'out of scope,' prompting the researcher to disclose the findings publicly to warn users about the potential security risks associated with the unpatched software.

Adventure Game Studio: OSS software for creating adventure games
04Sunday, February 1, 2026

Adventure Game Studio: OSS software for creating adventure games

Adventure Game Studio (AGS) is a comprehensive open-source development environment designed for creating point-and-click adventure games. The platform provides a Windows-based IDE that integrates graphic importation, scripting tools, and testing environments into a single, subscription-free package. AGS supports cross-platform compatibility, allowing developed games to run on Linux, iOS, and Android. Beyond its technical utility, the ecosystem thrives on a community-driven model maintained by volunteers, featuring game jams, technical forums, and collaborative competitions. Notable projects like Whispers of a Machine demonstrate the engine's capability for professional narrative storytelling. The community remains active through various social channels and relies on donations to sustain its hosting infrastructure and events.

Sources:Hacker News371 pts
Zero-day CSS: CVE-2026-2441 exists in the wild
05Friday, February 13, 2026

Zero-day CSS: CVE-2026-2441 exists in the wild

Google has updated the Chrome Stable channel to version 145.0.7632.75/76 for Windows and Mac, and 144.0.7559.75 for Linux. This release includes one critical security fix, with specific bug details restricted until most users are updated. The rollout will proceed globally over the coming days and weeks.

Sources:Hacker News336 pts
Windows 11 Notepad to support Markdown
06Wednesday, February 25, 2026

Windows 11 Notepad to support Markdown

Microsoft is rolling out updates for Notepad and Paint to Windows Insiders. Notepad gains expanded Markdown support, an interactive welcome experience, and faster AI text generation. Paint introduces an AI-powered Coloring book feature for Copilot+ PCs and a new fill tolerance slider for more precise color control.

Sources:Hacker News333 pts
Microsoft account bugs locked me out of Notepad – Are thin clients ruining PCs?
07Friday, February 6, 2026

Microsoft account bugs locked me out of Notepad – Are thin clients ruining PCs?

This article explores the growing frustration with Windows 11 as it transitions from a traditional operating system into a 'thin client' heavily dependent on cloud authentication. The author recounts a specific incident where a Microsoft Store licensing error (0x803f8001) prevented access to basic local utilities like Notepad and Snipping Tool. This highlights a broader trend where Software as a Service (SaaS) elements and AI integrations, such as Copilot, are being forced into formerly simple system apps. The piece argues that while cloud computing and AI are Microsoft priorities, fundamental OS functionality should remain accessible offline. It warns that increasing internet dependency and the erosion of user control may drive enthusiasts toward 'debloater' scripts or open-source alternatives, potentially compromising system security and stability.

Sources:Hacker News137 pts
7zip.com Is Serving Malware
08Monday, February 9, 2026

7zip.com Is Serving Malware

A trojanized installer on the lookalike domain 7zip[.]com has been silently converting Windows machines into residential proxy nodes. Distributing functional 7-Zip software alongside malware like hero.exe, the campaign exploits user trust and third-party tutorials. It ensures persistence via system services and evades detection using anti-analysis techniques and encrypted C2 communication.

Sources:Hacker News117 pts
Everything – Locate files and folders by name instantly
09Sunday, February 8, 2026

Everything – Locate files and folders by name instantly

Everything is a powerful specialized Windows administrative tool designed for near-instantaneous file and folder location by name. Unlike the built-in Windows search, Everything initially displays every file and folder on your computer, hence the name. Its distinctive features include a small installation footprint, a clean and minimalist user interface, and extremely fast filename indexing. The utility is highly efficient, utilizing minimal system resources while providing real-time updates for any changes in the file system. Users can choose from multiple installation versions, including standard installers, portable ZIP files, and Lite versions for both 32-bit and 64-bit architectures, making it a versatile choice for system productivity.

Sources:Hacker News100 pts
Google Chrome 145 Released With JPEG-XL Image Support
10Wednesday, February 11, 2026

Google Chrome 145 Released With JPEG-XL Image Support

Google has released Chrome 145, reintroducing JPEG-XL support via a memory-safe Rust-based decoder. Available for Windows, macOS, and Linux, the update also features text-justify CSS, SQLite backend for IndexedDB, and enhanced security credentials. Currently, JPEG-XL decoding requires activation via the enable-jxl-image-format flag within the Blink engine.

Sources:Lobsters35 pts