app updates

Winsage
July 28, 2026
Microsoft has begun documenting updates to its in-box applications for Windows 11 through the Windows Insider Program. As of the end of July, updates have been rolled out for the following applications: - Calculator: Three fixes addressing issues in Scientific mode, an access key conflict, and improved screen reader support. - Clock: Two fixes targeting a bug in Focus Sessions and enhancing the accuracy of sunrise and sunset times for users at high latitudes. - Media Player: Three fixes for problems with local album art, disabled libraries, and track list rendering. - Notepad: Several fixes improving functionality with Markdown files, copying and pasting of indented and nested lists, concurrent print jobs, launch performance, and rendering of underscore characters. These updates are being distributed through various channels and are expected to be available during next month’s Patch Tuesday.
Winsage
July 17, 2026
Microsoft will discontinue OneDrive synchronization support for older versions of Windows 10 on August 15, 2026. Users on Windows 10 version 22H2 will continue to receive updates until October 10, 2028. Support for Windows 10 version 21H2 ended on June 13, 2023. Users on versions prior to 22H2 will only be able to access OneDrive through the web interface. Microsoft encourages upgrading to Windows 11 for better functionality. Alternatives like Nextcloud are compatible with Windows 10 version 1809 and later.
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.
AppWizard
July 1, 2026
Google has rolled out updates for three system applications on Samsung Galaxy devices: Android System SafetyCore (version 0.925574157), Android System WebView (version 149.0.7827.91), and Google Play Services (version 26.22.33). These updates are not listed in the "Available updates" section of the Play Store and may require manual updating. Android System SafetyCore helps protect users from unwanted content, Android System WebView is essential for displaying web content in apps, and Google Play Services manages various functions like app updates and user privacy settings. To manually update these apps, users should go to Settings > Apps, select the app, and tap "App details in store" to access the Play Store. If other apps are not updating, users should ensure a stable internet connection, restart the phone, clear storage space, update the Android version, clear app caches, and check the system date.
AppWizard
June 14, 2026
Microsoft has been working on bridging the gap between Android and Windows 10 for over a decade, initially encouraging developers to port applications and integrate notifications through Cortana. As of 2026, Microsoft's AI strategy continues to focus on cross-platform compatibility, evolving from earlier projects like Astoria and Cortana. Recently, Microsoft introduced a "request app" functionality in Windows 10 that allows users to suggest apps for the Windows Store directly from notifications on their Android smartphones. This feature was first identified by a Reddit user and directs users to a UserVoice page for app recommendations. Notification syncing between Android and Windows 10 is currently limited to Insider builds of 'Redstone', and the request feature has shown some inconsistencies.
Winsage
June 13, 2026
Microsoft is enhancing transparency in Windows 11 app updates through the Windows Insider Program, allowing users to view detailed descriptions of updates for key applications like Calculator, Camera, Clock, Media Player, Paint, Photos, and Sound Recorder on the Windows Insider Documentation Hub. Notable changes include: - Calculator: Enhanced accuracy for square-root results, improved readability in high-contrast themes, fixed layout for right-to-left languages, and reliability updates. - Camera: Improved zoom slider, front camera support, additional video resolution options, better QR link functionality, and intuitive default settings. - Clock: New timer features, option to disable daily goals in Focus mode, and a 15-minute snooze feature. - Media Player: Custom captions, indexing banner in the play queue, playlist enhancements, bug fixes, and improved reliability. - Paint: More responsive toolbar, adjustable eraser transparency, refined stamp brush strokes, selection improvements, and performance enhancements. - Photos: AI watermarking, improvements for viewing small images and pixel art, enhancements for scanned text, crash bug fix, and streamlined keyboard navigation. - Sound Recorder: Live waveform display for Bluetooth microphones, simplified deletion processes, bug fixes, and additional enhancements. The timeline for these updates is uncertain, but app updates are expected to be deployed more quickly than system updates.
AppWizard
June 8, 2026
New variants of the NFCShare Android malware are disguised as fake updates for legitimate banking applications and are targeting customers of various banks in Europe through a phishing campaign to steal sensitive payment card data. The malware prompts victims to place their cards near the NFC chip of their mobile devices, using Android’s IsoDep interface to read card information, including card number, type, expiry date, and a 4-digit PIN. The stolen data is exfiltrated to the attacker’s command-and-control host via a WebSocket channel. Recent attacks began on May 14, with victims directed to a phishing site that impersonates a legitimate bank and then to a GitHub repository hosting a malicious APK file. The repository has hosted 56 unique APKs impersonating banking applications primarily from Italy and Spain. The malware has evolved from initially targeting Deutsche Bank in Germany to a broader range of banks. The latest version features malformed APK packaging to complicate automated analysis. Users are advised to download banking applications only from Google Play and to be cautious of verification requests that ask for NFC card scans.
Search