Windows Package Manager winget
command-line tool is bundled with Windows 11 and modern versions of Windows 10 by default as the App Installer.
The winget command line tool enables users to discover, install, upgrade, remove and configure applications on Windows 10 and Windows 11 computers. This tool is the client interface to the Windows Package Manager service.
More information here : Use WinGet to install and manage applications | Microsoft Learn
The Winget tool is a powerful tool to install apps that are safe, trusted and official ones. This should be used to avoid sketchy installers.
Even you have apps installed via the traditional installer setup. You can continue using winget
A Quick demo by ThioJoe:
Detailed info about the tool by Microsoft
If you understood about Winget, then this tool - https://winstall.app/ is suggested to bulk install apps.
Note : Be sure to install via Winget or using MSI installer to upgrade the app easily.
Benefits of winget
There are general advantages in having a package manager regardless of the operating system.
-
Security : The packages that the package manager includes are usually safe because they’re verified by maintainers.
-
Automation : It’s easier to install or uninstall N applications using a package manager. No need to do it manually.
-
Maintenance : With a package manager usually you can update all your applications, including configurations. Exploration. Instead of searching manually in a browser for an application you can use the package manager. Since it’s centralized it should be easier to find what you want.