UI

Winsage
April 5, 2026
A new iteration of Copilot is being released for Windows 11, transitioning from native code (WinUI) to web components and including a full version of Microsoft Edge. The update replaces the previous native app and is available for download through the Microsoft Store, which now requires an installer similar to the Microsoft Edge installer. The new Copilot resembles the web version and has higher RAM usage, consuming up to 500MB in the background and nearly 1GB during use, compared to less than 100MB for the previous version. The new Copilot is a hybrid web application that operates with a rebranded instance of Edge within a WebView2 container, including a complete Microsoft Edge installation that occupies approximately 850 MB. It contains the msedge.dll file, confirming the presence of a full Chromium browser engine, and includes Edge subsystems like Browser Helper Objects and Trust Protection Lists. The Copilot app functions as a web app rendered via WebView2, raising questions about the necessity of such applications on Windows 11 given the existing alternatives.
AppWizard
April 4, 2026
The latest update for Crimson Desert, version 1.02.00, introduces significant enhancements based on community feedback. Key features include: - Inventory expansion, allowing private storage to grow from 240 slots to 1,000 with five possible expansions. - Improved movement controls with the option to toggle between new 'basic' controls and classic settings, along with enhanced fast travel capabilities. - A headgear visibility toggle for character customization, with future updates promising additional options for hiding weapons. - Balancing adjustments, including a nerf to a popular flight trick, while maintaining the ability to activate flight mid-air. - New features such as a fresh armor set for cats, clearer visibility for explosive barrels, and a reorganized save/load menu for better user experience. - Graphical improvements addressing foliage display and screen flickering, alongside fixes for crashes and localization errors. The update is available on Steam, the Epic Games Store, and the Mac App Store.
AppWizard
April 4, 2026
The Rust April update introduces several enhancements, including the new Water Wheel, a renewable energy source that generates up to 30 power when placed in a river. The update features a new craftable item, the Armored Ladder Hatch, which requires 60 Scrap, 35 High-Quality Metal, six Gears, and a Wooden Ladder. Adjustments to shield mechanics have been made, reducing the hitbox size when the shield is not actively held. A tech-tree unlock chaining feature allows players to unlock an entire research path at once if they have enough Scrap. A new radial menu for low-light solutions enables individual control of light sources. Fishing mechanics have been adjusted to prevent overfishing, with server admins able to modify this feature. Additional updates include new colored buttons, improved UI elements, and a transition to a new terrain rendering system for better CPU performance. The update coincides with an Easter Egg Hunt event running until April 16, featuring themed cosmetics.
AppWizard
April 4, 2026
Using ADB via the command line can be cumbersome, prompting the desire to create a tailored application focused on the APK installation workflow, including wireless debugging pairing, file browsing, and bundle unpacking. A recent poll indicated that 48% of respondents use ADB fairly often, while 35% have used it once or twice. The author, a moderately skilled programmer, explored AI-assisted "vibe coding" to develop an app in Go, chosen for its simplicity and cross-platform capabilities. The project began with outlining its structure and creating a basic ADB wrapper in Go, which evolved into a functional terminal application within three days of part-time effort. The app, a compact 7MB executable, manages ADB sessions, allows pairing with Android devices over USB or Wi-Fi, includes a file explorer, and supports installing and unpacking various app bundles. Despite its usefulness, the author noted a limited understanding of Go due to reliance on AI for problem-solving. The app's source code is available on the Tiny APK Installer GitHub repository.
AppWizard
April 2, 2026
The author transitioned from a Samsung device to the Pixel 10 Pro and appreciates the new app bubbles feature introduced in Android 17 Beta 3, which allows users to launch apps in a movable and collapsible window. This feature is particularly useful for multitasking, such as accessing notes or media while using other apps. However, the author notes that app bubbles have limitations, including a cumbersome process to open them, lack of resizing options, and issues with returning to full-screen mode. In contrast, Samsung's pop-up windows offer more flexibility and convenience. Despite these drawbacks, the author remains hopeful for improvements to app bubbles in future updates.
Winsage
April 1, 2026
Users will soon be able to reposition the taskbar along any edge of their screen in Windows 11, a feature similar to macOS. This functionality was hinted at in Microsoft's roadmap and briefly showcased in a now-removed video. The taskbar can currently be moved by dragging, but the new feature aims to refine this process. Microsoft has not confirmed if the right-click method demonstrated will be the final implementation, as the finalized version is expected to integrate with the Settings app. Additionally, users will have the option to resize the taskbar, which currently cannot be adjusted in physical dimensions. Microsoft executives have also discussed upcoming features like dark mode and updates to legacy UI elements.
Winsage
March 31, 2026
Microsoft's preview update for Windows 11, KB5079391, initially supported display refresh rates exceeding 1,000Hz, potentially reaching up to 5,000Hz. The update was applicable to Windows 11 versions 25H2, 24H2, and 26H1. It introduced enhancements such as improved auto-rotation and HDR reliability, better power efficiency for USB4-connected monitors, detailed image descriptions for Copilot and Copilot+ PCs using Narrator, and redesigned dialog boxes in the Accounts settings menu. However, Microsoft retracted the update on March 27 due to installation issues, with plans to roll out the enhancements in a future release.
Winsage
March 31, 2026
Conhost.exe, or Console Window Host, is a legitimate Windows system process responsible for managing the display and behavior of console windows such as Command Prompt and PowerShell. It facilitates text rendering and manages input/output interactions with the graphical user interface. Each time a console application is launched, a new instance of conhost.exe is created, and multiple instances can appear in Task Manager based on active console applications. To verify the authenticity of conhost.exe, it should run from C:WindowsSystem32 or C:WindowsSysWOW64, have a valid Microsoft Windows Publisher digital signature, and not make outbound network connections. High CPU usage or unusual behavior may indicate malware masquerading as conhost.exe. Troubleshooting steps for issues related to conhost.exe include running a malware scan, checking for Windows updates, updating device drivers, and using the System File Checker. Disabling conhost.exe is not advisable as it is essential for the functioning of console applications.
Search