Windows

Winsage
June 26, 2026
Microsoft has extended its offer of extended security updates for consumer users of Windows 10 until October 12, 2027, following the official end of support for the operating system on October 14, 2025. Users can acquire an extra year of patches for a modest fee, while business users have the option for an additional three years of support until 2028. Approximately 30 percent of HP's customers and 26 percent of all Windows users are still operating on Windows 10, which translates to hundreds of millions of PCs globally. The minimum requirements for running Windows 11 include a Trusted Platform Module (TPM) 2.0, 4GB of RAM, and 64GB of storage.
Winsage
June 26, 2026
Microsoft has extended the security updates for Windows 10 users by an additional year, with the new end date for the Extended Security Updates (ESU) program set for October 12, 2027. This extension applies automatically to existing ESU enrollees, and new users can sign up until the deadline. The change was confirmed by a Microsoft spokesperson in an editor's note added to a blog post. The extension does not apply to corporate Windows deployments, which require costly ESU subscriptions that extend support until October 2028.
Winsage
June 25, 2026
Microsoft has extended the support timeline for Windows 10 by initiating the Extended Security Updates (ESU) program, which provides an additional year of essential security updates until October 12, 2027. Users can enroll in the ESU program until it ends, and those already enrolled will have their coverage automatically continue through that date. The ESU program, previously a paid feature for businesses, is now available to regular consumers at no additional cost.
Winsage
June 25, 2026
Microsoft is expected to extend the Windows 10 Extended Security Updates (ESU) program by an additional year, with the new end date set for October 12, 2027, instead of the previously stated October 2026. This change is reflected on the Microsoft website, which confirms the new timeline.
Winsage
June 25, 2026
WidBar is a beta application for Windows 11 that allows users to integrate widgets into the taskbar, currently offering two widgets: "Now Playing" and "System Metrics." Users can drag and drop these widgets into a live preview of their taskbar and place them across multiple monitors. The native Widgets Panel in Windows 11 has 56 widgets but lacks a dedicated Now Playing widget, as media controls are only available in the Action Center. WidBar is gaining attention for its potential to enhance user experience and is being discussed in the tech community on platforms like Reddit.
Winsage
June 25, 2026
Component Object Model (COM) is a technology in Windows that enables object activation, inter-process communication, and automation across different programming languages. Malware exploits COM interfaces for activities such as lateral movement, execution, downloading, exfiltration, persistence, evasion, system discovery, and automation of Windows and Office functionalities. Reverse engineering COM-heavy binaries involves navigating GUIDs and indirect vtable calls to understand malware mechanics. Research at the AVAR 2025 conference and CARO 2026 workshop discusses methodologies for analyzing COM binaries and case studies of malware families that utilize COM. COM is an application binary interface (ABI) model that allows software components to be reused and enables interaction between different programming languages through interfaces defined at the binary level. Distributed COM (DCOM) allows clients to activate COM objects on remote systems. COM classes are identified by unique class identifiers (CLSIDs), and interfaces by interface identifiers (IIDs). The Windows registry stores COM registration data, with classes and interfaces located under specific keys. Malware often acts as a COM client, utilizing the COM runtime to instantiate classes and request interfaces. ProgIDs provide human-readable registry entries for COM classes. The CoCreateInstance function helps create class objects by resolving CLSID registrations. All COM interfaces derive from IUnknown, which manages object lifetimes and interface querying. COM has its own security model, and identifying classes and interfaces used by malware is crucial for threat researchers. Tools like ComView and OleView.NET assist in inspecting COM registrations. The analysis workflow includes identifying activation API calls, extracting CLSID and IID values, consulting registry definitions, and mapping vtable calls. Qakbot, a banking trojan, exemplifies the use of COM in malware, with its architecture enabling malicious activities like credential theft. Dynamic analysis tools can log COM-related calls in real-time to trace execution flow. Notable malware families that utilize COM include Gh0stRAT, which uses Task Scheduler COM interfaces, and the Attor platform, which employs BITS for file transfers. WarmCookie demonstrates the use of COM for persistence through Task Scheduler. Understanding COM's role in malware is essential for cybersecurity professionals.
Search