winget (Windows Package Manager) is a package manager designed by Microsoft. It consists of a command-line utility and a set of services for installing applications. You can install winget from Microsoft Store > App Installer
winget install
You can install multiple apps at once, to install VLC, IrfanView, Adobe Reader:winget install -e --id VideoLAN.VLC;winget install -e --id IrfanSkiljan.IrfanView;winget install -e --id Adobe.Acrobat.Reader.64-bit
install – Installs the given package
show – Shows information about a package
source – Manage sources of packages
search – Find and show basic info of packages
list – Display installed packages
upgrade – Upgrades the given package
uninstall – Uninstalls the given package
More command line would be here: https://winget.run and it’s faster than using https://ninite.com
Leave a Reply