workarounds

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.
Tech Optimizer
July 8, 2026
A common issue in database migrations is the unplanned accumulation of extensions in PostgreSQL, leading to extension sprawl. Teams often install extensions without documenting the rationale, resulting in a complex web of dependencies that complicates future upgrades and removals. The installation process involves PostgreSQL accessing a control file that details the extension's version and dependencies, which can lead to multiple extensions being installed unintentionally. Upgrading and removing extensions are often neglected, causing risks such as the loss of dependent objects. Extensions typically default to the public schema, which can become cluttered; relocating them to dedicated schemas can improve organization. Trusted Language Extensions (TLE) allow non-privileged users to utilize procedural languages in managed databases without needing superuser access. Key extensions recommended for use include pg_stat_statements, pg_trgm, hstore, citext, and PostGIS, each serving specific use cases. Proper governance is essential for managing extensions, including documenting their purpose, ownership, and dependencies, to prevent operational surprises.
Winsage
July 6, 2026
Microsoft has acknowledged a storage issue related to the Capability Access Manager service in Windows 11, which can consume up to 500GB of SSD space due to a bug causing the log file, CapabilityAccessManager.db-wal, to inflate to gigabytes instead of a few megabytes. Users have reported file sizes reaching 200GB and even 513GB. The issue can be checked via Settings > Storage > System & reserved or by using a command in the Windows Command Prompt. Microsoft plans to address this in the June KB5095093 update, which will improve disk space usage for the log file, with updates expected to roll out starting July 14.
Winsage
July 6, 2026
Microsoft introduced an update to the out-of-box experience (OOBE) for Windows 11, identified as KB5095189, targeting versions 25H2 and 24H2. This update includes enhancements and fixes, coinciding with additional updates KB5102558 and KB5095615 from the June C-release preview update (KB5095093). A major fix addresses a storage issue caused by the Capability Access Manager process, which was consuming significant disk space. Another fix resolves a malfunction affecting Shell components, impacting the Start menu, Search bar, Settings, Taskbar, and File Explorer, primarily on provisioned PCs due to compatibility issues with XAML. This bug had been present since July 2025 and is being resolved with updates released starting June 23, 2026 (KB5095093), with full deployment expected in the following month. Users are advised to use previous workarounds until the fix is fully available. Further details can be found in support article KB5072911 on Microsoft's website.
AppWizard
July 5, 2026
The author initially used Simplenote and Obsidian for note-taking but sought a replacement for Simplenote due to its restrictive simplicity. They discovered Notesnook, which became their preferred app due to its end-to-end encryption, generous free plan, and offline functionality. Notesnook supports rich-media attachments, offers organizational features like notebooks and sub-notebooks, and provides superior text formatting options compared to Simplenote. However, the author noted some drawbacks, including slower speed, lack of full Markdown support without a paid plan, local revision history that doesn't sync across devices, and missing collaboration features. Despite these drawbacks, the author appreciates Notesnook's versatility but continues to use Obsidian for its strengths in managing databases and knowledge bases.
Winsage
June 30, 2026
Recent reports indicate that AMD's driver is disabling Smart Access Memory (SAM) on Windows 10 systems, resulting in reduced gaming performance. Users have experienced issues such as game crashes and improper recognition of Radeon graphics cards. Many have uninstalled the AMD driver using Display Driver Uninstaller (DDU) and performed a clean installation, but SAM remains disabled in the Adrenalin software despite BIOS settings being unchanged. Notifications from Windows 10 suggest a conflict between the AMD driver and the operating system. AMD is investigating the issue and has released a preview driver version 26.6.3 to address compatibility problems for RX 7000 series GPUs. Temporary workarounds have been suggested by users, including checking monitor refresh rates and rebooting systems.
Search