New Microsoft Windows Feature: Update all installed programs with Microsoft Windows 10/11 using the console (Winget)

Winget is a package manager for Microsoft Windows that allows users to install, update, and manage software from the command line. Developed by Microsoft, it is part of the Microsoft Windows Package Manager. With Winget, users can view a list of available packages, install specific software packages, update already installed software, and perform various other actions, all through simple command-line commands. It resembles the functionality of other package managers like APT for Debian-based systems or YUM for Red Hat-based systems but is specifically optimized for Microsoft Windows.

To update all installed programs on your Microsoft Windows 10 or Microsoft Windows 11, simply enter the following command:

Winget upgrade –all

For more information and additional commands, visit: https://learn.microsoft.com/en-us/windows/package-manager/winget/

 

Leave a Reply