software management

Winsage
May 30, 2025
Microsoft is developing a Windows-native update orchestration platform to improve the software updating experience for IT administrators and end-users. This platform aims to streamline the management of updates across various applications and components within the Windows ecosystem, reducing confusion caused by independent updates for different products. Currently in private preview, developers can access the platform through Windows Runtime (WinRT) APIs and PowerShell commands by registering as update providers. The orchestrator will intelligently defer updates based on user activity and system performance, and it will automatically reschedule failed attempts. Additionally, Microsoft is introducing Windows Backup for Organizations to assist with the transition from Windows 10 to Windows 11. This feature simplifies the backup and restoration of settings for Windows 10 and 11 devices. To use this functionality, devices must be Microsoft Entra hybrid joined or Microsoft Entra joined and running a supported version of Windows. The restore feature is compatible only with Microsoft Entra joined devices running Windows 11, version 22H2 and later. The Windows Backup for Organizations feature is currently in a limited public preview for select members of the Microsoft Management Customer Connection Program.
Winsage
May 30, 2025
The orchestrator manages updates by scheduling them based on user activity, system performance, and power availability. It supports MSIX/APPX and Win32 applications and provides custom installer support through additional executable packages. Users receive updates via Windows notifications, and a consolidated update history is available in system settings. The orchestrator aims to deliver a consistent management experience across Windows 11 products, offering centralized logs and policy enforcement for IT teams. However, enterprises with hybrid or air-gapped systems require robust support for localized deployment. The unified platform may raise compliance concerns for organizations with strict regulatory requirements, necessitating clear accountability between independent software vendors and Microsoft, along with pre-deployment validation.
Winsage
May 29, 2025
Microsoft is enhancing its Windows Update tool to manage updates for both its products and third-party applications, aiming to streamline the update process. A private preview for developers will be initiated, focusing on business applications but eventually accommodating a wider range of apps. The new "Windows Update orchestration platform" will allow developers to integrate their applications into a unified system that intelligently schedules updates based on factors like user activity and battery status. This platform will provide an API for updates through Windows Update, improving user experience by centralizing updates and allowing better control over the update process. The initiative addresses the fragmented experience IT administrators face and aims to create a cohesive update process. Critics note the delay in implementing a unified update framework, while the initiative also seeks to enhance security by consolidating updates and reducing the risks associated with ad-hoc update agents.
Winsage
May 27, 2025
FunOS is a Linux distribution built on Ubuntu LTS, focusing on stability, performance, and security. It has an idle RAM usage of approximately 250 MB and an installer size of 1.8 GB, making it suitable for older hardware. The installation process is straightforward, taking about five minutes. FunOS features a familiar desktop layout but lacks a graphical user interface for the package manager and does not include an app store. Users can install Synaptic via the terminal for software management. FunOS is designed for users with older Windows 10 machines, aiming to extend their lifespan while prioritizing a simple and efficient user experience.
Winsage
May 27, 2025
FunOS is a lightweight operating system built on Ubuntu LTS, focusing on stability, performance, and security. It uses Joe's Window Manager, consumes approximately 250 MB of RAM when idle, and has a compact installer size of 1.8 GB. The installation process is straightforward, taking under five minutes, and features a familiar desktop layout. FunOS lacks a graphical user interface for the package manager, requiring users to utilize the command line for software management, although Synaptic can be installed for easier application installations. New applications require a menu reload to appear. FunOS is suitable for aging Windows 10 machines, providing a reliable and efficient computing experience.
Winsage
May 9, 2025
Microsoft's WinGet is a command-line tool for managing software on Windows, allowing users to install, update, list, and uninstall applications. UniGetUI is an open-source graphical user interface that enhances WinGet's functionality, making it easier for users to manage software without using the command line. UniGetUI supports various package managers and features batch operations, automatic updates, and custom installation options. To install UniGetUI, users can execute the command winget install --exact --id MartiCliment.UniGetUI --source winget or download it from the Microsoft Store. Users can easily navigate its interface to discover, install, and uninstall packages.
Winsage
April 21, 2025
Microsoft identified a "code issue" within its Intune device management software as the reason for the unintended rollout of Windows 11 to devices not designated for the upgrade. The flaw triggered upgrades despite existing policies meant to prevent them. Microsoft is working on a fix and has advised organizations to pause Windows updates via Intune to avoid further issues. Devices that received the upgrade erroneously will need manual intervention to revert to their previous version. This incident follows a similar occurrence in November 2024, where customers experienced unexpected upgrades from Windows Server 2022 to Windows Server 2025. Microsoft attributed that incident to third-party products used for managing server updates. Additionally, a month prior, Microsoft retracted a preview update for Windows 11 due to severe issues causing crashes.
Winsage
March 13, 2025
Package managers like Winget and Chocolatey simplify software management on Windows by allowing users to install, update, and uninstall applications with single commands. Users can install applications with commands such as "choco install vlc.install" for individual apps or create scripts for batch installations like "choco install firefox vscode git 7zip -y" for multiple apps at once. Updating all applications can be done with "choco upgrade all," and selective updates can be performed using commands like "choco upgrade all --except='vlc, git'." Uninstalling applications is also streamlined with commands such as "choco uninstall vlc," which minimizes leftover files. Additionally, package managers optimize storage by managing shared dependencies efficiently, reducing redundant installations and conserving space. They enhance security by sourcing software from verified locations, mitigating the risk of malware.
Search