Task Manager

Winsage
May 1, 2026
Satya Nadella, CEO of Microsoft, announced the company's renewed focus on improving user engagement with Windows and its consumer offerings during the third quarter of fiscal year 2026. Microsoft is addressing issues in Windows 11 by enhancing speed and reducing bugs, with key objectives including improving performance on devices with lower RAM, simplifying the update interface, and focusing on core features. Notable updates include options to postpone or skip system updates, the removal of unnecessary applications like Copilot, and enhancements such as displaying NPU activity in Task Manager and a built-in Internet speed test. Microsoft is also transitioning to native frameworks like WinUI 3, redesigning the Start menu to function directly at the system level, which is expected to reduce RAM consumption and improve performance stability on lower-resource devices.
Tech Optimizer
April 26, 2026
The message “You’ll need a new app to open this windowsdefender link” indicates issues with the Windows operating system when the Windows Security app fails to launch via the windowsdefender protocol. This can prevent users from accessing the security dashboard, despite Microsoft Defender continuing to operate in the background. Common scenarios leading to this error include clicking on Virus & Threat Protection, trying to open Windows Security from the Start menu, interacting with a Defender notification, or following the uninstallation of third-party antivirus software. Root causes may include corrupted Windows Security app registration, damaged system files, third-party antivirus interference, misconfiguration of the Security Center service, or malware interference. To resolve the issue, users can verify that required services are running, repair system files using SFC and DISM, re-register the Windows Security app, check for third-party antivirus conflicts, and perform a repair installation of Windows. Specific steps include checking the status of the Security Center and Microsoft Defender Antivirus Service, executing repair commands in CMD, re-registering the Windows Security app using PowerShell, uninstalling third-party antivirus software, and performing an in-place upgrade if necessary.
Winsage
April 25, 2026
Microsoft is rolling out a new Experimental Windows Insider channel, transitioning users from the Dev Channel to the Experimental Channel with updates from the 26300 series builds. Over the coming weeks, Canary testers using the 28000 series will be moved to the Experimental (26H1) Channel, while those on the 29500 series will go to the Experimental (Future Platforms) Channel. The latest build for the Dev Channel is 26300.8289, which includes enhancements such as improved Windows Update functionalities and options to skip updates during the out-of-the-box experience. Dev Channel testers can enable the Experimental Channel option through Settings. The Experimental Channel will allow switching between 26H1 builds and future platform builds. Canary Channel testers have access to build 28200.1873, which rebrands the Xbox full-screen experience and improves the Touch Keyboard. Additionally, build 29576.1000 is available for testers on the 29500 series, featuring a redesigned volume slider and new metrics in Task Manager. Beta Channel Insiders can download build 26200.8283, which includes minor adjustments to the Start Menu and print drivers, but the new Beta experience will not be immediately available.
Winsage
April 22, 2026
Dave Plummer, the creator of the original Task Manager at Microsoft in the 1990s, encountered an issue where CPU utilization readings occasionally exceeded 100%, which he suspected was a bug in the kernel. Despite being a user interface designer and facing skepticism from the kernel team, he implemented 'asserts' in the code to diagnose the problem. One assertion specified that CPU usage should not exceed 100%, and he embedded his name and home phone number in the code for anyone who might encounter the issue. No one ever contacted him about the bug, and it remained unresolved until the kernel developers identified and fixed it later.
Winsage
April 22, 2026
Users have expressed frustration with Windows 11's Task Manager CPU usage reporting, believing it relies only on base clock speeds. Dave Plummer, the original architect of Task Manager, indicated that discrepancies may arise from average calculations and inherent compromises in the metrics. In response, Microsoft announced a fix in a recent Preview build, stating that Task Manager will now use standard metrics for CPU utilization across all pages to align with industry standards. Plummer also suggested a distinct Windows mode for power users to enhance flexibility.
Winsage
April 16, 2026
Microsoft, Apple, and various Linux distributions compete for user loyalty in the operating system market, with Microsoft leading through its Windows OS. PeekDesktop is a free utility developed by Scott Hanselman, allowing Windows users to hide open windows by clicking on the desktop, similar to a feature in macOS Sonoma. Early testing revealed issues, such as interference with emptying the Recycle Bin and the Task Manager not responding to clicks on the wallpaper. Hanselman noted that PeekDesktop was inspired by macOS features, aiming to help Apple users transition to Windows.
Winsage
April 14, 2026
Scott Hanselman, VP at Microsoft, has introduced a tool called PeekDesktop for Windows, which allows users to minimize all open windows by clicking on an empty area of their desktop wallpaper. A second click or switching back to any application restores the windows to their original positions. This feature is similar to the "click wallpaper to reveal desktop" function in macOS Sonoma, which has not been available in Windows until now. PeekDesktop is easy to install from GitHub, requires no additional setup, and is compatible with Windows on ARM. It uses minimal system resources and operates through lightweight Windows APIs to manage window states. Users can customize settings from the system tray, and Hanselman is working on enhancements to replicate more macOS-style behaviors.
Winsage
April 13, 2026
David Plummer, a veteran Microsoft engineer, created the original Windows Task Manager (Taskmgr.exe) in the 1990s, which had a file size of only 80KB. This small size was crucial for its functionality during system freezes. Plummer used a mutex to check if another instance of the program was running, allowing for efficient operation without complex process lists or loops. His recent reflections in early 2026 have sparked discussions about the evolution of software, particularly criticizing Windows 11 for straying from its foundational purpose and emphasizing resource efficiency. The 1990s hardware constraints forced developers to innovate, contrasting with today's environment where abundant resources allow for less efficient applications. Plummer's mutex technique is now seen as a benchmark in application design, highlighting a generational shift in development practices. The discourse around his 80KB Task Manager raises questions about the future of software procurement and the importance of memory footprint in purchasing decisions.
Search