On Windows 11 and Windows 10, there is a way for users to update one or all applications very quickly, with just a single command line on Command Prompt (CMD).
While you can update individual apps, the process is time-consuming and step-by-step. Windows Package Manager is a command-line alternative to installing and managing apps. It is designed to save time and reduce frustration by automating the process of finding, downloading, installing, updating, and configuring most apps, including Microsoft Store apps, traditional (win32) programs, and web apps downloaded using Windows Package Manager.
To update the application using CMD, follow these steps:
- Open the Start menu, search for CMD (or PowerShell), right-click on the top result and select the Run as administrator option.
- In the Command Prompt window, type winget upgrade and press Enter. You will see a list of all the Windows applications that have new updates available.
- Continue typing the command winget upgrade -h --all and press Enter. This command will help update all applications to the latest version.
After completing the above steps, the winget tool will download and install updates for all the applications installed on your Windows.
Using the above method, you can only update applications installed using Windows Package Manager. Applications installed from other sources will not be updated through this process. Also, if you later update the application using another technology, you will lose the ability to update the application through Windows Package Manager.
If you want to update a specific app individually, instead of using -h -all , use the suffix -h --id APP-ID (where APP-ID is the app ID shown in the ID column). For example: winget upgrade -h --id ByteDance.Capcut .
Source link
Comment (0)