running

Winsage
July 15, 2026
Cursor, a development tool, has a security vulnerability that allows arbitrary code execution by simply opening a project repository on Windows. This flaw, reported by AI security firm Mindgard, is due to the presence of a file named git.exe in the project root, which Cursor executes automatically without user prompts. Mindgard demonstrated this vulnerability by renaming Windows Calculator to git.exe and placing it in the project root, leading to multiple instances of Calculator launching upon opening the repository. Cursor has not yet released a patch or advisory for this issue, which was first reported on December 15, 2025, and remains in the latest version, 3.11, released on July 10, 2026. Users are advised to implement workarounds, such as using AppLocker or Windows App Control to block executables by name and path. Other vendors, including GitHub and Google, have encountered similar vulnerabilities, but none have released fixes. The issue highlights the risks associated with untrusted search paths in software development.
Winsage
July 14, 2026
Microsoft has released the July 2026 Patch Tuesday updates for Windows 11 versions 26H1, 25H2, and 24H2, introducing several key features: - A new recovery feature allows users to revert their PCs to a recent restore point. - The Widgets experience has been revamped to minimize distractions, including no longer opening upon hover and reduced memory usage. - Users can pause Windows updates for up to 35 days and re-pause them as needed. - A new screen tint feature applies a color overlay to reduce eye strain. - Magnifier now offers preset zoom increments and allows specific zoom percentages to be input. - Bluetooth connectivity improvements include quicker pairing for Apple’s AirPods and better reliability for Beats Studio Pro headphones. - Voice access and voice typing features are now available in French, German, and Spanish. - Users can customize the right-click zone size on touchpads with a pressable surface. - The emoji panel now uses GIPHY for GIF content. - Taskbar notification counts and badge visuals will update accurately. For Qualcomm-powered PCs running Windows 11 version 26H1, the KB5101649 update includes the Point-in-time restore feature and introduces new NPU usage metrics in Task Manager, the option to assign a custom user folder name during setup, and allows multiple applications to access the camera stream simultaneously. Improvements have also been made to Windows Hello authentication and Microsoft Store performance, along with enhancements to Windows Search for better file location and prioritization.
AppWizard
July 14, 2026
Sony has announced it will cease the production of PlayStation game discs, leading to increased interest in PS5 emulation projects among tech enthusiasts. These projects are in early development stages, with current emulators allowing access only to game menus. A notable breakthrough occurred when a tech enthusiast named RSantila successfully launched the PS5 exclusive title, Astro Bot, on a PC using the SharpEmu emulator. This achievement marks significant progress in PS5 emulation, as it demonstrates that a game scheduled for a 2024 release is operational on a non-console platform. The evolution of emulation technology is highlighted by the success of the shadPS4 emulator, which now runs demanding titles like Bloodborne, and the RPCS3 emulator for PlayStation 3, which has improved to handle resource-intensive games.
AppWizard
July 13, 2026
Steam users can now check a game's compatibility with Steam Machine and SteamOS directly from the store page. This feature was introduced after the Steam Machine's June release. Players can click 'learn more' next to the Steam Deck compatibility rating for an overview of compatibility across Valve's hardware and software. The game Black Myth: Wukong has an 'unknown' compatibility status with the Steam Machine, while it runs successfully on SteamOS. Valve is investigating compatibility for titles like Dragon’s Dogma 2 and Elden Ring Nightreign. Some games, like 007: First Light, can achieve a 'Verified' rating on the Steam Machine. Currently, the Steam store does not allow filtering by Steam Machine or SteamOS compatibility, but this feature is expected soon.
Winsage
July 13, 2026
Microsoft has introduced a new feature called PC Insights within its Copilot AI, aimed at simplifying troubleshooting within the Windows operating system. This feature allows users to ask questions about their system, such as battery health, BIOS version, CPU usage, network adapters, storage availability, and printer status. Users must download and install the Copilot Windows app to utilize PC Insights. Upon asking a question, Copilot requests permission to access system resources, which can be granted for a single request or for future similar requests. The AI retrieves the necessary data without storing or using personal files for training, and permissions can be revoked through the app's privacy settings. While PC Insights can provide information and clarify technical details, it cannot autonomously fix issues or implement system changes, requiring users to resolve identified problems themselves.
BetaBeacon
July 13, 2026
MANGMI has announced the upcoming release of the Air Y and Air Y Pro vertical handhelds, designed in a Game Boy-style format and running on the Android operating system. The devices feature a 4:3 screen, side buttons, a scroll wheel for volume control, and MANGMI branding. The Pro model boasts dual analog sticks and the handhelds will be powered by a Snapdragon or Dragonwing chipset.
Winsage
July 13, 2026
Developers of Windows 95 faced the challenge of preventing software installers from overwriting existing files with older versions. They implemented a heuristic approach that identified running setup programs by scanning the program's name for specific "magic words." These included "setup," "inst," "imposta," "ayarla," and "felrak." The word "install" was considered redundant since variations like "inst" could also be detected. If a program's name did not contain these magic words, Windows 95 would check the executable path for matches and perform post-installation verification to ensure newer files were not replaced by older versions.
Search