Microsoft's PowerToys version 0.99 introduces two new tools: Grab And Move and Power Display, along with enhancements to the Command Palette Dock.
Grab And Move allows users to reposition application windows by holding the Alt key and dragging anywhere on the window, facilitating easier window management. Users can customize the activation key and toggle the feature off during gaming sessions. There are also options to exclude specific applications from using this feature.
Power Display enables users to manage monitor settings directly from the system tray, including brightness, contrast, volume, rotation, and color temperature adjustments. It supports multi-monitor setups with DDC/CI standards and includes a Profiles option for saving specific monitor settings.
The Command Palette Dock now features a compact mode and customization options for pinned commands, improving user accessibility and screen space utilization.
Microsoft has updated its Windows 11 operating system to enhance the management of preinstalled applications. The new RemoveDefaultMicrosoftStorePackages policy allows IT administrators to remove any preinstalled MSIX/APPX applications by referencing their Package Family Name (PFN) through Group Policy Object (GPO) or custom OMA-URI for mobile device management (MDM). This feature requires devices to have at least the April 2026 Windows non-security update. It is available for Windows 11 version 24H2 Enterprise and Education editions, whereas it was initially exclusive to version 25H2 or later. A comprehensive list of supported applications and instructions for applying the policy are provided in Microsoft's documentation. Additionally, a new policy setting enables the uninstallation of the AI-powered Copilot digital assistant from enterprise devices after the April 2026 Patch Tuesday updates. The dynamic list option for this policy will be rolled out in the coming months.
The game "007 First Light" features a balance between open-world exploration and linear action, successfully merging Bond-style storytelling with gameplay mechanics. Players experience three distinct levels, including a narrative introduction, an MI6 training arena, and a museum setting that encourages strategic gameplay. The museum level allows for various approaches to objectives, such as stealth and impersonation. Combat mechanics differ from the Hitman series, with Bond engaging in stylish confrontations rather than relying solely on stealth. Players can utilize gadgets, including a laser watch, which require resource management. The game boasts impressive visuals and character portrayal, with a focus on realism and immersion. The developers aim to appeal to a broad audience of Bond fans, ensuring an engaging experience.
The divide between operational and analytical databases is diminishing, as evidenced by Databricks integrating Spotify's Backstage with its Lakebase, transitioning from PostgreSQL to a unified data platform. Lakebase now offers a serverless PostgreSQL interface within Databricks, allowing Backstage to operate without awareness of the underlying changes. The integration involved updating configurations and addressing authentication challenges using OAuth JWTs.
The integration transforms the database development lifecycle by enabling near-instant database branching through Lakebase's copy-on-write architecture, allowing developers to focus on testing changes rather than safety. Branching creates a pointer to existing data, making the operation instantaneous. Point-in-Time Recovery (PITR) allows for quick restoration of data, demonstrated by a recovery process that took less than four seconds.
The goal is to integrate database branching into developer workflows seamlessly, making it automatic. This change could enhance developer productivity by allowing live data testing from the start, eliminating the need for mock objects, and resolving common issues related to staging environments. The traditional constraints of slow and costly database copies will become obsolete, prompting teams to reconsider how much time they spend on workarounds for now-nonexistent constraints.
Microsoft has clarified that while 16GB of RAM is the baseline for gaming, 32GB is now promoted as the ideal upgrade, especially for users running applications like Discord, web browsers, or streaming tools alongside gaming. The company continues to recommend 8GB as the minimum for Windows, but emphasizes that 32GB is becoming a mainstream option due to the increasing demands of modern gaming setups. Microsoft previously described 32GB as "ideal for serious gamers" and highlights that it helps manage multitasking and background applications effectively. The growing memory requirements are attributed to the evolution of games, which feature larger assets and higher resolution textures, as well as the resource-intensive nature of many Windows applications. Additionally, consumers are facing higher costs for memory upgrades due to increased demands and a memory shortage exacerbated by AI companies. Microsoft is also working on developing more efficient native Windows 11 applications to address these challenges.
Intel has started rolling out new drivers for Windows 11 to resolve Wi-Fi and Bluetooth issues that have been affecting users. These updates aim to improve connection speeds and reduce interference with wireless headphones. Users have faced conflicts between Wi-Fi and Bluetooth connections, leading to Bluetooth devices disappearing from the Quick Settings menu and causing delays in Bluetooth audio transmission when Wi-Fi is in use. The new drivers can be installed via the Intel Graphics Software app or Intel's support website. Microsoft plans to integrate these drivers into Windows Update, but the timeline is uncertain.
The Model Context Protocol (MCP) serves as a standard interface between large language models (LLMs) and external systems like PostgreSQL, emphasizing the importance of control over mere connectivity. An MCP server must act as a mediation and policy layer, enforcing security boundaries and ensuring that connections default to read-only. It should validate AI-generated SQL as untrusted input, encapsulate queries within transactions, and apply execution-time controls. The server must separate query generation from execution approval to manage operational costs and enforce guardrails on query types, such as limiting the number of rows returned. Token efficiency is crucial, with design considerations for compact data representation and schema introspection. In production, connection management is vital to prevent data leakage among multiple AI agents, and observability through logging executed queries and metadata is necessary for debugging and compliance. Long-running sessions require support for paginated responses to manage context effectively. Overall, the MCP server must integrate security, query safety, token efficiency, and observability into its design from the outset.
The term "badly optimized" in PC gaming is often used when a game does not meet players' expectations for frames per second (FPS) after release. Game performance is influenced by various factors beyond the graphics processing unit (GPU), including central processing unit (CPU) workloads, shader compilation, memory usage, and GPU driver behavior. Frame consistency is crucial; a game may have a high average FPS but still feel unsmooth due to inconsistent frame pacing.
Performance is not dictated solely by the GPU; modern games require a balance across the entire system, including CPU and memory management. When a game exceeds its video RAM (VRAM) capacity, it can lead to stuttering as the system resorts to slower memory. Storage devices also impact performance, as modern games stream large amounts of data.
Average FPS can be misleading; consistent frametimes are more indicative of a smooth experience. Benchmarks often include 1% and 0.1% lows to account for stuttering. Visual quality should align with performance demands, and well-optimized games allow players to achieve good visuals without significant performance loss.
Shader compilation stutter can occur if shaders are compiled during gameplay, leading to interruptions. Technologies like NVIDIA DLSS and AMD FSR can improve performance but should not mask underlying optimization issues. The belief that older games were better optimized is a myth, as many faced significant performance issues at launch.
Perceptions of optimization can vary among players, influenced by individual sensitivities to FPS and frametime fluctuations. A more nuanced approach to evaluating game optimization is needed, considering multiple criteria such as the scope of the game, performance data beyond averages, and the balance between visuals and performance demands.
Microsoft has acknowledged a significant issue with the April updates to Windows 11, particularly affecting the Remote Desktop feature in mixed-scaling multi-monitor environments. Security warning dialogs may become unreadable, complicating the trust prompt process before initiating a connection. Temporary workarounds have been provided while a permanent solution is being developed. The issue arises from a new warning window introduced in April, which is difficult to read or interact with when different display scaling settings are used. Affected Windows 11 packages include KB5083769 and KB5082052. Users are advised to align scaling values across monitors or use keyboard navigation if the mouse fails to interact with the buttons. Microsoft added this bug to its known issues documentation on April 23 and updated it on April 27, indicating ongoing investigation and a cumulative update is anticipated to restore prompt clarity. The April release cycle also faced a separate regression related to BitLocker recovery, adding operational strain on administrators.