There is an awesome command line tool you can use in Windows 10 and 11 to update installed apps on your computer from the command line.
It's called winget
In the Microsoft app store download and install App Installer from Microsoft
Once installed here are the basic winget commads
winget install <package>
—install a packagewinget uninstall <package>
— remove packagewinget upgrade
– update software packagewinget list
– list installed apps on Windowswinget show <package>
— display the package infowinget source <options>
— manage repositorieswinget search <search_string>
— search for packages in repositorieswinget export
– export the list of installed programs to a filewinget import
– installation of programs (packages) according to the list in the filewinget hash <package>
— get a package installer hashwinget validate <package>
— to validate a manifest file
No comments:
Post a Comment