reveal

AppWizard
July 27, 2026
The four original Xbox titles made available for "Backward Compatibility on PC" are using a double layer of Xbox console emulation. The new backwards compatibility layer is an Xbox 360 emulator operating with XeFu, the original Xbox emulator designed for the 360. Developers can run dumped backwards-compatible Xbox 360 and Xbox Original games on PC using Microsoft's PC port of XeO3 and components of XWine1. This approach reuses existing technology rather than creating a new emulator from scratch. The XWine1 project indicates that it is possible to run other original Xbox and Xbox 360 games on PC, although success may vary.
Winsage
July 26, 2026
Windows 11 includes several features that enhance productivity, many of which are underutilized by users: 1. Clipboard History: Activated with "WIN + V", it allows users to access a history of copied text and images, improving multitasking by enabling retrieval of multiple copied items. 2. Snipping Tool: Beyond screenshots, it includes screen recording, text extraction (OCR), basic image editing, and GIF creation, streamlining workflows by reducing the need for third-party applications. 3. End Task from Taskbar: Users can terminate unresponsive applications directly from the Taskbar, simplifying the process compared to using Task Manager. 4. Windows Sandbox: Provides a temporary Windows environment for testing untrusted software without risking the main system, available only on Windows 11 Pro, Enterprise, and Education editions. 5. Winget Command: The Windows Package Manager simplifies app installation and updates via command line, saving time compared to searching for applications online. 6. Snap Layouts: Activated with "Win + Z", it enhances window management by allowing users to arrange applications efficiently on larger monitors. 7. Windows Key + Shift + Arrow: This shortcut enables quick movement of windows between multiple monitors, improving productivity for users with dual or multiple displays. 8. Voice Typing: Activated with "Win + H", it allows dictation in nearly any text field, enhancing efficiency and accessibility. 9. Reliability Monitor: Accessible via "perfmon /rel", it presents system issues on a timeline, making troubleshooting easier and potentially preventing unnecessary reinstallation of Windows 11. 10. Advanced Display Settings: Users can check and adjust their monitor's refresh rate in Settings, ensuring optimal performance, as many monitors default to 60Hz even if they support higher rates.
AppWizard
July 26, 2026
Xbox has announced backwards compatibility for PC, allowing fans to vote on classic titles they want to see made available. Current favorites among voters include Fable 2, Banjo-Kazooie, Banjo-Tooie, Fable 3, Sonic Unleashed, Gears of War 2, Banjo-Kazooie: Nuts & Bolts, Gears of War 3, Lost Odyssey, and Ninja Gaiden Black. A curated list of ten highly sought-after titles already enjoying backwards compatibility on consoles includes Fable 2, Gears of War 2, Lost Odyssey, Ninja Gaiden Black, Banjo-Kazooie: Nuts & Bolts, Sonic Unleashed, Gears of War 3, Banjo-Tooie, SSX 3, and Fable 3.
Winsage
July 25, 2026
Windows 11 includes several subtle features that enhance productivity, many of which users may overlook: 1. Clipboard history allows users to capture text from various sources without manual entry and integrates functionalities like screenshot capture, screen recording, and GIF creation. 2. The "End Task" option from the Taskbar enables users to terminate unresponsive applications quickly without using Task Manager. 3. Windows Sandbox creates a temporary Windows environment for testing untrusted software, available only in Pro, Enterprise, and Education editions. 4. Winget, the Windows Package Manager, simplifies app installations and updates via command line, streamlining the process of restoring software collections. 5. Snap Layouts facilitate efficient window management on larger monitors, accessible with the "Windows key + Z" shortcut. 6. The shortcut "Windows key + Shift + Arrow" allows users to move windows between multiple monitors easily. 7. Voice Typing, activated by Win + H, enables dictation in nearly any text field, improving task efficiency. 8. Reliability Monitor provides a timeline of system issues, aiding in troubleshooting without needing a full reinstallation. 9. Advanced Display settings can reveal and adjust monitor refresh rates, ensuring optimal performance. These features collectively enhance user experience and productivity in Windows 11.
AppWizard
July 24, 2026
The open beta of Hell Let Loose: Vietnam is available until Monday. This game, announced in 2025, is a modern sequel to the World War II military simulation, Hell Let Loose. It features 50v50 battles and introduces helicopters across six maps, emphasizing teamwork and strategic tactics. The game focuses on historical accuracy for an immersive experience. The first gameplay reveal trailer is available for viewing. Experience points or unlocks earned during the beta will not carry over to the full release, scheduled for August 13.
AppWizard
July 24, 2026
Ubisoft's CEO, Yves Guillemot, supports Sony's plan to phase out physical PlayStation games by January 2028, highlighting the benefits of an all-digital future. He acknowledges concerns from gamers who value physical collections but notes the industry's shift towards digital formats. Currently, digital-only PS5 models are outselling disc versions, although about 70% of PS5s sold still have disc drives. While physical copies remain important and can achieve strong sales, the overall demand for them is decreasing. Nintendo is offering some digital Switch 2 games at a discount compared to physical ones, but it's uncertain if Sony will adopt similar pricing strategies. Digital game sales generally provide higher profits, suggesting that a fully digital marketplace could enhance revenue for companies like Sony and Ubisoft. Only a few PlayStation titles have exceeded 100,000 in physical sales in the U.S. this year, indicating a disconnect between consumer demand for physical games and actual purchasing behavior.
AppWizard
July 24, 2026
Sony plans to cease the production of game discs by 2028, prompting concerns among PlayStation fans about reliance on digital platforms and the ability to trade in games. Ubisoft CEO Yves Guillemot expressed optimism, suggesting that the shift could grow the market, similar to the impact of Steam on PC gaming. He noted that a fully digital approach could lead to more accessible machines, although the implications for pricing and costs remain uncertain. The transition to digital in PC gaming occurred organically, unlike the controlled environment of consoles like PlayStation, which may limit consumer outcomes in a digital future.
Winsage
July 23, 2026
Windows 11 is testing a new feature that allows users to reassign the Copilot key to do nothing. The Copilot key has been present on newer Windows PCs since its introduction in 2024, and Microsoft considers a PC an AI PC only if it includes this key. Users can remap the Copilot key to preferred applications or restore it to its original function as the Right Ctrl key. An additional option, “Do nothing,” will make the Copilot key inactive. This feature is currently available in Windows Insider preview builds, with a public rollout expected soon. Microsoft acknowledged that the Copilot key has created challenges for users who rely on the Right Ctrl key or Context menu key, and it plans to allow customization of the Copilot key through Settings. Initially, only two remapping options were planned, but the “Do nothing” option was added in response to user feedback. Microsoft cautioned that remapping the Copilot key to the Right Ctrl key may cause inconsistencies with certain keyboard shortcuts.
AppWizard
July 23, 2026
Device spoofing in Android applications allows developers to manipulate device information, primarily through altering android.os.Build attributes. Existing spoofer applications often fail to modify native system API calls that retrieve genuine device information. Tweaks is a per-app spoofer integrated into AOSP and LineageOS, which changes device properties by modifying memory-mapped files under /dev/properties. It uses a private mount namespace to bind-mount modified property-context files, ensuring only the targeted application receives spoofed values while the rest of the system remains unaffected. The Tweaks app, which is platform-signed, communicates with the TweaksManagerService to write configurations and manage property overrides. The core functionality is handled by propgen, which generates property context files with spoofed values by identifying and patching properties in place. The TweaksManagerService ensures secure interactions and content-addresses generated property areas to allow sharing among apps with identical overrides. The spawn path in ProcessList.startProcess determines whether to apply spoofing based on conditions evaluated by the TweaksLocalService. Security is maintained through SELinux policies, which restrict access to spoofable properties. However, certain elements, such as /proc/self/mountinfo and /system/build.prop, still reveal authentic device information despite the spoofing capabilities of Tweaks. The source code for Tweaks and related patches is available for public access.
Search