automatic updates

Winsage
July 18, 2026
Microsoft has released a significant update for Windows 11 in July 2026, which includes user control over automatic updates, allowing users to pause updates for 1 to 35 days. The update addresses 570 bug fixes and introduces an automatic snapshot feature for system recovery, retaining system states for up to 72 hours, requiring 50GB of storage on devices with at least 200GB of disk space. Bluetooth functionality has improved, particularly in audio performance and synchronization. A new screen tint feature allows for custom colors and intensities for night viewing. The update is available for download, but some features may be rolled out gradually, and Dell PC owners may experience delays due to a USB connectivity bug. Additionally, Microsoft is streamlining Windows Search by removing sponsored content.
Tech Optimizer
July 16, 2026
Google Cloud has enhanced AlloyDB by integrating AlloyDB AI Functions with Gemini models to improve search indexing for logographic languages like Chinese, Japanese, and Korean. This update addresses challenges in database search functionality, particularly for languages written in continuous scripts, where traditional PostgreSQL text parsing struggles. Developers can now invoke Gemini models directly from SQL to facilitate word segmentation and stop-word removal before creating full-text indexes, offering a more efficient alternative to traditional methods. The architecture maintains raw text, segmented text, search vectors, and embeddings in a single table, with generated columns ensuring automatic updates to search vectors and embeddings. A batching process using a PL/pgSQL stored procedure allows for efficient processing of extensive document collections by aggregating rows into arrays for model requests, thus reducing row-locking issues. Google Cloud provides tailored text search configurations for different datasets, suggesting a simple configuration for solely Chinese text and an English configuration for bilingual datasets. This preprocessing logic can also be applied during query execution, allowing user searches to be directed to Gemini for text segmentation and stop-word elimination. AlloyDB supports RUM indexes on search vectors, which store lexeme positions for computing relevance and word distance, enabling rapid query responses. Additionally, a hybrid search methodology combines full-text and vector search using a ScaNN index on embeddings, merging results through Reciprocal Rank Fusion. This development allows for robust multilingual search and vector retrieval solutions within the database environment, eliminating the need for external microservices.
Winsage
July 15, 2026
Updating Windows applications is important for accessing the latest features and protecting against vulnerabilities. Many users neglect this due to forgetfulness or the time-consuming nature of the process. The Microsoft Store and Windows Update usually provide updates for native Windows applications, but a unified method for updating all programs is lacking. Windows includes a command called winget (Windows Package Manager) that allows users to update all applications simultaneously via the command line. The command to update all apps is:

winget upgrade --all
This command updates both traditional installers and Microsoft Store apps. Users can also update individual apps by specifying the app ID, for example:

winget upgrade "Chrome"
To view all applications managed by winget, the command is:

winget list
To skip confirmation prompts during updates, users can use:

winget upgrade --all --accept-source-agreements --accept-package-agreements
For complete automation, users can create a task in Task Scheduler to run at startup with the following setup: 1. Open Task Scheduler and create a basic task named "Winget Auto Update." 2. Set the trigger to run when the computer starts. 3. Choose to start a program, entering PLACEHOLDER216a2cf34dab649d in Program/script and PLACEHOLDERbe861b18048fd836 in Add arguments. 4. Set the task to run with the highest privileges and add a 1-minute delay to ensure network connectivity. While winget does not cover every Windows application, it effectively manages most mainstream applications.
Winsage
July 12, 2026
Microsoft will discontinue support for several products in 2026, including: 1. Windows 11 24H2 (Home and Pro) - End of servicing on October 13, 2026. 2. Office 2021 and Office LTSC 2021 - End of support on October 13, 2026. 3. Windows Server 2012 and 2012 R2 - Final ESU year ending on October 13, 2026. 4. SQL Server 2016 - Extended end of support on July 14, 2026. 5. SharePoint Server 2016 and 2019, Project Server 2016 and 2019 - Support ends on July 14, 2026. 6. Microsoft Publisher - Retired after October 2026. 7. Exchange Server 2016 and 2019, Skype for Business Server - Final ESU cutoff on October 31, 2026. 8. Windows 11 Enterprise and Education 23H2, .NET 8, .NET 9, PowerShell 7.4 - End of servicing on November 10, 2026. 9. Windows 10 2016 LTSB and IoT Enterprise LTSB 2016 - Extended support ends on October 13, 2026. 10. Windows 11 SE - Support ends on October 1, 2026. 11. Dynamics CRM 2016 and older versions - Lost support earlier in January 2026. 12. Microsoft Configuration Manager, version 2409 - End of support on June 6, 2026. 13. Visual Studio 2022 LTSC channels, versions 17.10 and 17.12 - End of support in January and July 2026, respectively. 14. InfoPath 2013, SharePoint Designer 2013 - End of support on July 14, 2026. 15. Azure service retirements - Occurring in late 2026. Organizations are advised to review their software landscape and plan for transitions to avoid disruptions.
TrendTechie
July 12, 2026
In mid-June 2026, BATorrent released version 4.0, a lightweight BitTorrent client developed with C++, Qt 6, and libtorrent-rasterbar. The source code is available on GitHub under the MIT license, with builds for Windows, Linux, and macOS. Key features include support for magnet links, resumable downloads, sequential downloading, customizable file priorities, and an automatic RSS download feature. The client prioritizes user privacy with no telemetry or analytics, and the only outgoing request is a release check on GitHub. The user interface includes three themes, a real-time speed graph, a detailed tabbed panel, drag-and-drop support, and multilingual options. Privacy features include a PT mode for anonymous connections and a one-click Tor proxy setup. Notifications are integrated with Telegram and Discord, and key improvements in versions 4.0 and 4.1 include an interactive tour, automatic launch after updates, refined protection against automatic updates, and the ability to add torrents via URL.
Tech Optimizer
July 3, 2026
A 1-year subscription to Bitdefender Antivirus Plus is available for .99, reduced from its regular price of .99. The software provides real-time protection against various threats, including viruses and ransomware, and includes features like a built-in VPN with 200 MB of encrypted traffic daily, a vulnerability scanner, and anti-tracking capabilities. It is designed for easy setup and light performance impact, with automatic updates and a user-friendly dashboard. This offer is available to new and existing users in the United States and Canada.
Search