device driver

Winsage
January 20, 2026
Microsoft's Raymond Chen discussed the "Shift during Restart" trick in Windows 95, which allowed users to bypass a lengthy reboot process. This was achieved by sending the EW_RESTARTWINDOWS flag to the 16-bit ExitWindows function, leading to a series of shutdowns involving the 16-bit Windows kernel and the 32-bit virtual memory manager. The CPU would then revert to real mode, allowing win.com to take control and initiate protected-mode Windows. Chen explained that .com files are allocated all available conventional memory upon launch, which can be returned to the system. Win.com efficiently releases excess memory, but if another program occupies that space, memory fragmentation can occur, preventing win.com from restoring the system and resulting in a full reboot. This engineering solution provided a smoother user experience, contrasting with modern Windows users who face disruptive update notifications.
Winsage
December 23, 2025
The PC market is experiencing a significant shift in 2025 due to the end of support for Windows 10, which is set for October 5, 2025. Windows 11, launched in 2021, requires a TPM 2 for Secure Boot, limiting compatibility to newer devices. Microsoft is phasing out support for older devices due to security concerns, and while older peripherals may still work, they won't receive updates. Microsoft offers extended support options for Windows 10 users, including continued security updates for home users until October 2026 and an Extended Security Updates subscription for corporate users. The transition has led to increased interest in new PCs with neural processing units (NPU) for AI workloads, with support expanding to Intel and AMD systems. The integration of AI capabilities into PCs is being promoted, although current offerings may not incentivize IT departments to invest in NPU-enabled devices. The end of support for Windows 10 has influenced PC purchasing behaviors, resulting in increased shipments as manufacturers prepare for US tariffs. IT leaders must manage their device ecosystems carefully, as unsupported Windows 10 machines could become targets for cyber threats.
Tech Optimizer
December 12, 2025
Tiger Data has launched Agentic Postgres, a database solution built on Postgres for AI agents and developers. It features rapid forking capabilities, a multi-channel processing (MCP) server, and native support for BM25 and vector searches via a command-line interface (CLI). The MCP server allows users to interact with agents through high-level prompts for tasks like schema design. Agentic Postgres includes two advanced plugins to enhance search functionalities: an upgraded pgvectorscale for improved indexing and pg_textsearch for BM25 keyword ranking. The core of the platform is Fluid Storage, a distributed storage system that enables rapid, zero-copy forks of production data. Tiger Data highlights the importance of fluidity in database management for agentic software, which requires quick scaling and modifications. The growing needs of developers for integrated solutions reflect a shift due to AI advancements. Competitors in the market include Firebolt, Weaviate, and Qdrant. A free tier for Agentic Postgres is available, offering access to various features with limitations.
Winsage
October 16, 2025
Microsoft has ceased support for Windows 10 and released a significant Patch Tuesday update addressing several zero-day vulnerabilities, including CVE-2025-24990, which involves a legacy device driver that has been completely removed from Windows. This driver, the Agere Modem driver (ltmdm64.sys), supports hardware from the late 1990s and early 2000s and has not kept pace with modern security practices. The removal of the driver is a strategic decision to reduce security risks associated with outdated components, as patching such legacy code can lead to instability and may not effectively resolve vulnerabilities. Another vulnerability addressed in the update is CVE-2025-2884, related to the Trusted Platform Module (TPM) 2.0 reference implementation. Additionally, CVE-2025-49708, a critical vulnerability in the Microsoft Graphics Component with a CVSS score of 9.9, poses severe risks by allowing a full virtual machine escape, enabling attackers to gain system privileges on the host server from a low-privilege guest VM. Security experts recommend prioritizing patches for this vulnerability to maintain the integrity of virtualization security.
Winsage
October 15, 2025
The conclusion of support for Windows 10 has led to the discovery of several zero-day vulnerabilities, including CVE-2025-24990, which involves a legacy device driver that Microsoft has removed. This driver, associated with the Agere Modem, has not been updated to meet modern security standards and is actively exploited by attackers. Microsoft opted to remove the driver rather than patch it, as patching could lead to system instability. Another vulnerability, CVE-2025-2884, relates to the Trusted Platform Module (TPM) 2.0, with Microsoft treating it as a zero-day despite its involvement with the Trusted Computing Group. Additionally, CVE-2025-49708, a flaw in the Microsoft Graphics Component, has a CVSS score of 9.9 and allows attackers to escape from a guest virtual machine to the host operating system, posing significant security risks.
Winsage
September 12, 2025
Windows 11 Insider Preview Build 27943 has been released to the Canary Channel, featuring general improvements and fixes. Key fixes include resolving a freezing issue in the Storage settings, addressing a taskbar glitch with app previews, fixing HDR activation problems, and correcting an error related to the Microsoft Pluton Cryptographic Provider. Known issues include potential rollbacks during installation, increased bugchecks on Arm64 PCs, inability to playback GPU captures in PIX, screen flickering in browsers, and audio issues with devices marked in Device Manager. Users experiencing audio issues can attempt to update drivers through Device Manager. The Canary Channel builds may not align with any specific Windows release and features may evolve or be removed. A clean installation is required to exit the Canary Channel.
Tech Optimizer
August 7, 2025
Attackers have been using the ThrottleStop.sys driver to disable antivirus software in compromised networks since October 2024. This driver, designed for CPU throttling, allows malware to gain kernel-level memory access and terminate security processes. Initial access is typically gained through stolen RDP credentials or brute-forced administrative accounts, enabling the deployment of the AV killer alongside ransomware like MedusaLocker. Once inside, attackers extract additional user credentials using tools like Mimikatz and move laterally with Pass-the-Hash techniques. They upload two key components, ThrottleBlood.sys (the renamed driver) and All.exe (the AV killer), to user directories. The malware effectively disables Windows Defender and other endpoint protections, leading to severe data encryption in industries with exposed RDP endpoints, particularly affecting victims in Brazil, Ukraine, Kazakhstan, Belarus, and Russia. Securelist analysts noted that traditional self-defense features in Kaspersky products can counter this AV killer, but many organizations still rely on less effective solutions. The malware exploits two vulnerable IOCTL functions in the ThrottleStop.sys driver, allowing arbitrary memory reads and writes. It uses a loop to match and terminate antivirus processes by invoking kernel functions. The malware avoids detection by restoring original kernel bytes after execution. This situation highlights the need for improved driver integrity monitoring and robust security strategies.
Search