Is there a way to list only packages installed specifically with the winget command?
winget list
seems to show all packages installed on the machine.
I am changing my computer and I want to get a list of all packages I installed with winget to be installed on the new machine. Is this possible?
To narrow the display output to those packages available via
winget, use the following:Unfortunately, this isn't the same as those which you actually installed via
winget,Tip of the hat to Demitrius Nelon:As of version
v1.4.10173ofwinget, there is no way to get this information.GitHub issue #1155 proposes future enhancements to
winget list