Skip to content

Instantly share code, notes, and snippets.

@LanceMcCarthy
Last active March 19, 2024 22:55
Show Gist options
  • Star 68 You must be signed in to star a gist
  • Fork 17 You must be signed in to fork a gist
  • Save LanceMcCarthy/351330330072484b4c96b6c97b87fe5b to your computer and use it in GitHub Desktop.
Save LanceMcCarthy/351330330072484b4c96b6c97b87fe5b to your computer and use it in GitHub Desktop.
List of Package Ids
Name Package Id Version Source
7Zip 7zip.7zip 19.0.0 winget
Altap Salamander salamander choco
Alt-Tab Terminator alt-tab-terminator choco
AutoHotkey Lexikos.AutoHotkey 1.1.33.02 winget
AutoHotkey Store Edition HaukeGtze.AutoHotkeypoweredbyweatherlights.com Latest msstore (via winget)
Carnac code52.Carnac 2.3.13 winget
CodeTrack codetrack choco
Ditto ditto.ditto 3.22.88.0 winget
DOSBox DOSBox.DOSBox 0.74-3 winget
EarTrumpet File-New-Project.EarTrumpet 2.1.7.3 winget
Everything voidtools.Everything 1.4.1.1002 winget
Fiddler Telerik.Fiddler 5.0.20204.45441 winget
Fiddler Everywhere Telerik.FiddlerEverywhere 1.4.1 winget
FileSeek BinaryFortress.FileSeek 6.4.0.0 winget
GitHub Desktop GitHub.GitHubDesktop 2.6.1 winget
Greenshot Greenshot.Greenshot 1.2.10.6 winget
Insomnia Insomnia.Insomnia 2020.4.1 winget
InsomniaDesigner Insomnia.InsomniaDesigner 2020.4.1 winget
LICEcap Cockos.LICEcap 1.28 winget
Lightshot lightshot.install choco
LINQPad LINQPad.LINQPad6 6.11.11 winget
LINQPad LINQPad.LINQPad5 5.43 winget
Markdown Monster WestWind.MarkdownMonster 1.24.12 winget
Midnight Commander GNU.MidnightCommander 4.8.24 winget
Midnight Commander mc choco
Nightingale REST Client 43891JeniusApps.NightingaleRESTAPIClient Latest msstore (via winget)
NimbleText nimbletext choco
NuGet Package Explorer 50582LuanNguyen.NuGetPackageExplorer Latest msstore (via winget)
Paint.NET paint.net choco
PowerToys Microsoft.PowerToys 0.27.1 winget
PureText puretext choco
QuickLook QL-Win.QuickLook 3.6.10 winget
RescueTime RescueTime.RescueTime 2.16.5.1 winget
ShareX ShareX.ShareX 13.4.0 winget
ShellExView NirSoft.ShellExView 2.01 winget
TeraCopy teracopy choco
Visual Studio Code Microsoft.VisualStudioCode 1.52.1.ea3859d4ba winget
Visual Studio Code - Insiders Microsoft.VisualStudioCodeInsiders 1.53.11.4a875e23d2 winget
VLC media player VideoLAN.VLC 3.0.11 winget
WinDbg Preview Microsoft.WinDbg Latest msstore (via winget)
WinDirStat: Windows Directory Statistics WinDirStat.WinDirStat 1.1.2 winget
Windows Terminal Microsoft.WindowsTerminal Latest msstore (via winget)
Windows Terminal Microsoft.WindowsTerminal 1.4.3243.0 winget
WinMerge WinMerge.WinMerge 2.16.8 winget
Wireshark WiresharkFoundation.Wireshark 3.4.2.0 winget
Yori yori choco
ZoomIT zoomit choco
@LanceMcCarthy
Copy link
Author

I made a powershell script that lets you pull a list of winget apps in alphabetical order. https://gist.github.com/tcartwright/63efb3d46f90f94980ffa6240d52e851

As well as an install / update script using the winget import command https://gist.github.com/tcartwright/3c07880d9f1030815f22c8dbc8954c37

For those interested.

Awesome!

Another tool I found helpful in managing package lists is the cool winstall website. https://winstall.app/

You can not only search with a very mice GUI, but the entire community has put together shareable groups of apps called "packs". They can even be used with a one-liners

image

Then, at the bottom of each pack, you can get a one-liner winget command that will install everything (or a josn file, or bash command)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment