UWP

Winsage
July 4, 2026
Dave Plummer, a retired Microsoft engineer, has developed TinyRetroPad, a Notepad-like application that is only 2.5 kilobytes in size. TinyRetroPad includes features such as Open, Save, Find and Replace, printing, font selection, word wrap, and an unsaved changes prompt. It is built on existing Windows components, allowing it to function efficiently without extensive resources. TinyRetroPad is based on Dave’s Tiny Editor and utilizes RICHEDIT50W for text handling. The application's file size increased incrementally with each feature added, with the final size being 2,476 bytes. Crinkler, a compression linker, was used to optimize the executable. TinyRetroPad is still in development, facing issues like high memory consumption and compatibility problems. In contrast, Windows 11's Notepad has become larger and more complex, weighing approximately 352KB and incorporating features that some users find unnecessary. Windows 11 LTSC retains the classic Notepad without modern features, while TinyRetroPad aims to demonstrate the potential for simplicity in application design.
Winsage
July 4, 2026
Dave Plummer, a former Microsoft engineer, is recreating Notepad in 2.5 kilobytes with a project called TinyRetroPad, which includes features like Open, Save, Find and Replace, printing, font selection, word wrap, and unsaved changes prompt. TinyRetroPad leverages existing Windows infrastructure, utilizing built-in resources to function efficiently. It is based on Matt Power’s Dave’s Tiny Editor and operates as a wrapper around RICHEDIT50W. The size of TinyRetroPad increased with each feature added, reaching 2,476 bytes with printing. The project uses Crinkler, a compression linker, to optimize the executable. TinyRetroPad currently lacks a dedicated Releases page and may trigger false positives from antivirus software. Users have reported issues such as excessive memory usage and compatibility problems with older Windows versions. In contrast, the modern Notepad in Windows 11 has grown to approximately 352KB, with a total disk footprint nearing 5MB, leading to user backlash over its complexity. Windows 11 LTSC retains the classic Notepad, while TinyRetroPad aims to demonstrate the potential of leveraging existing OS capabilities rather than adding unnecessary features.
Winsage
June 13, 2026
WhatsApp for Windows, despite having a large user base of 3 billion globally and 1.6 billion on Windows, suffers from significant performance issues, including high RAM usage (400 MB before logging in and up to 1.2 GB while idling), slow message delivery, and a choppy scrolling experience. The app operates as a web wrapper using the WebView2 framework, which leads to inefficient resource consumption compared to native applications. Users across various hardware configurations report freezing, delayed messages, and instability. Microsoft’s Teams app also faces similar performance challenges due to its reliance on the same framework. There is a growing concern about the trend of developers opting for web applications over native ones, driven by a lack of trust in native frameworks. Despite Microsoft's push for native app development through WinUI, there is currently no native version of WhatsApp for Windows, while Meta has developed optimized versions for other platforms.
Winsage
May 29, 2026
Microsoft is working on a solution to address the black tearing issue during window resizing in WinUI 3 applications on Windows 11, with a rollout expected to begin this summer. March Rogers, Microsoft’s Partner Director of Design, confirmed that the Windows team is testing smooth resizing code on native inbox applications before extending the update to the Windows App SDK. The transition to WinUI 3 aims to replace inefficient web applications and improve user experience, with significant components like the Start menu and system-level dialog boxes being upgraded to WinUI 3. Additionally, Microsoft has launched Windows App SDK 2.0 to encourage third-party developers to adopt native app development, addressing previous issues such as bugs and lack of visual features.
Winsage
May 13, 2026
Microsoft has announced a 25 percent improvement in the performance of WinUI 3, specifically in File Explorer components. There has been a 41 percent reduction in memory allocations and a 45 percent decrease in function calls. Some optimizations may involve breaking changes, which will initially be optional for developers. The enhancements are intended to become the default in future iterations of WinUI and the Windows App SDK. Despite these improvements, developers have expressed concerns about WinUI 3's performance, noting it is slower than WPF and UWP. The reliance on WinRT interop for component actions is seen as a significant factor hindering speed. Additionally, there are historical tensions regarding the adoption of Microsoft's frameworks within the Windows and Office teams, leading to skepticism about their reliability.
AppWizard
March 25, 2026
Microsoft has unveiled the alpha version of its new console hardware for Project Helix at the Game Developers Conference (GDC). Project Helix aims to eliminate the boundaries between console and PC gaming, allowing the new Xbox consoles to support both Xbox and PC games. Chris Carla, the general manager of portfolio and programs at Xbox, explained that developers will be able to create a single game build that works across multiple platforms, including PC, Project Helix, and Xbox Cloud Gaming. This approach resembles the previous universal Windows Platform (UWP) apps and the Xbox Play Anywhere initiative, which allowed cross-platform functionality. Carla advised developers to focus on creating Xbox console and PC versions to prepare for the next generation. He suggested that PC developers might find it more efficient to start with the PC build before optimizing for Project Helix. There are concerns about whether developers will be incentivized to create native Project Helix games if existing PC titles run well on the new console. Microsoft has not yet clarified its online multiplayer paywall policy for Project Helix games.
Winsage
March 20, 2026
Microsoft PowerToys is a utility that enhances the Windows experience with additional features. It was first introduced with Windows 95, revived in 2019 as an open-source tool, and is available for free download from the Microsoft Store or GitHub. Key features of PowerToys include: - Pin important windows on top: Users can pin active windows above others using the shortcut Win+Ctrl+T, allowing for better focus on key tasks. - Resize images: The Image Resizer tool allows users to resize images to specific dimensions through right-click options, with presets for Fill, Fit, or Stretch. - Extract text from the screen: The Text Extractor uses Optical Character Recognition (OCR) to copy text directly from anywhere on the screen by selecting the area with Win+T. - Control multiple computers: The Mouse Without Borders feature enables users to control up to four computers with a single set of peripherals and share clipboard and files. - Customize shortcuts: The Keyboard Manager allows users to remap keys and shortcuts, though some keys are reserved for system functions. - Batch rename files: PowerRename enables users to rename multiple files at once through a right-click option, with a preview of changes. - Thumbnail and preview pane previews: PowerToys enhances file previews in File Explorer for additional file types and adds thumbnail support for files that Windows Explorer does not natively generate thumbnails for. - Crop and Lock: This feature allows users to crop application windows to focus on specific content, with two modes: Thumbnail mode for static previews and Reparent mode for functional cropped windows. PowerToys continues to be a valuable tool for enhancing productivity on Windows.
Search