WinGet: Difference between revisions
| (12 intermediate revisions by the same user not shown) | |||
| Line 110: | Line 110: | ||
winget install --scope machine Microsoft.WindowsTerminal --source winget | winget install --scope machine Microsoft.WindowsTerminal --source winget | ||
== Common Parameters == | |||
Find package by exact ID: | Find package by exact ID: | ||
| Line 142: | Line 142: | ||
--- | --- | ||
Update all Packages | === List available update packages === | ||
winget update | |||
=== Update all Packages === | |||
winget update --all | winget update --all | ||
| Line 181: | Line 186: | ||
=== Install WindowsTerminal === | === Install WindowsTerminal === | ||
PackageIdentifier: Microsoft.WindowsTerminal <ref>https://github.com/microsoft/winget-pkgs/blob/master/manifests/m/Microsoft/WindowsTerminal/1.23.20211.0/Microsoft.WindowsTerminal.installer.yaml</ref> | |||
Moniker: terminal <ref>https://github.com/microsoft/winget-pkgs/blob/master/manifests/m/Microsoft/WindowsTerminal/1.23.20211.0/Microsoft.WindowsTerminal.locale.en-US.yaml</ref> | |||
Scope: user <ref>https://github.com/microsoft/winget-pkgs/blob/master/manifests/m/Microsoft/WindowsTerminal/1.23.20211.0/Microsoft.WindowsTerminal.installer.yaml</ref> | |||
- No machine scope!!! :-( | |||
winget install Microsoft.WindowsTerminal | winget install Microsoft.WindowsTerminal | ||
| Line 190: | Line 199: | ||
# (not supported - bad example) winget install --scope machine Microsoft.WindowsTerminal --source winget | # (not supported - bad example) winget install --scope machine Microsoft.WindowsTerminal --source winget | ||
=== Install WindowsTerminal Preview === | |||
PackageIdentifier: Microsoft.WindowsTerminal.Preview <ref>https://github.com/microsoft/winget-pkgs/blob/master/manifests/m/Microsoft/WindowsTerminal/Preview/1.24.10212.0/Microsoft.WindowsTerminal.Preview.installer.yaml</ref> | |||
Moniker: terminal-preview <ref>https://github.com/microsoft/winget-pkgs/blob/master/manifests/m/Microsoft/WindowsTerminal/Preview/1.24.10212.0/Microsoft.WindowsTerminal.Preview.locale.en-US.yaml</ref> | |||
Scope: NONE | |||
- No scopes defined at all!! :-( | |||
Preview Version: | Preview Version: | ||
| Line 197: | Line 209: | ||
winget install Microsoft.WindowsTerminal.Preview --source winget | winget install Microsoft.WindowsTerminal.Preview --source winget | ||
# Found Windows Terminal Preview [Microsoft.WindowsTerminal.Preview] Version 1.24.10212.0 | |||
Manifests: | |||
* https://github.com/microsoft/winget-pkgs/tree/master/manifests/m/Microsoft/WindowsTerminal/1.23.20211.0 | |||
* https://github.com/microsoft/winget-pkgs/blob/master/manifests/m/Microsoft/WindowsTerminal/1.23.20211.0/Microsoft.WindowsTerminal.installer.yaml | |||
* https://github.com/microsoft/winget-pkgs/blob/master/manifests/m/Microsoft/WindowsTerminal/1.23.20211.0/Microsoft.WindowsTerminal.locale.en-US.yaml | |||
* https://github.com/microsoft/winget-pkgs/blob/master/manifests/m/Microsoft/WindowsTerminal/1.23.20211.0/Microsoft.WindowsTerminal.yaml | |||
Preview Manifest: | |||
* https://github.com/microsoft/winget-pkgs/tree/master/manifests/m/Microsoft/WindowsTerminal/Preview/1.24.10212.0 | |||
* https://github.com/microsoft/winget-pkgs/blob/master/manifests/m/Microsoft/WindowsTerminal/Preview/1.24.10212.0/Microsoft.WindowsTerminal.Preview.installer.yaml | |||
* https://github.com/microsoft/winget-pkgs/blob/master/manifests/m/Microsoft/WindowsTerminal/Preview/1.24.10212.0/Microsoft.WindowsTerminal.Preview.locale.en-US.yaml | |||
* https://github.com/microsoft/winget-pkgs/blob/master/manifests/m/Microsoft/WindowsTerminal/Preview/1.24.10212.0/Microsoft.WindowsTerminal.Preview.yaml | |||
=== Install Powershell === | === Install Powershell === | ||
| Line 223: | Line 248: | ||
Downloading: | Downloading: | ||
https://github.com/git-for-windows/git/releases/download/v2.52.0.windows.1/Git-2.52.0-64-bit.exe | https://github.com/git-for-windows/git/releases/download/v2.52.0.windows.1/Git-2.52.0-64-bit.exe | ||
Found Git [Git.Git] Version 2.53.0 | |||
Downloading https://github.com/git-for-windows/git/releases/download/v2.53.0.windows.1/Git-2.53.0-64-bit.exe | |||
==== GitHub Client ==== | |||
See [[GitHub/GH_Client]] | |||
winget install --id GitHub.cli | |||
winget install --id GitHub.cli --source winget | |||
Installs to: | |||
C:\Program Files\GitHub CLI\gh.exe | |||
Found GitHub CLI [GitHub.cli] Version 2.87.2 | |||
Downloading https://github.com/cli/cli/releases/download/v2.87.2/gh_2.87.2_windows_amd64.msi | |||
=== Install Notepad++ === | === Install Notepad++ === | ||
winget install winget install notepad++ | winget install winget install notepad++ | ||
Update Notepad++ | |||
winget update Notepad++.Notepad++ | |||
Notepad++ Install Location: | Notepad++ Install Location: | ||
| Line 332: | Line 377: | ||
winget install -e --id=Symless.Synergy | winget install -e --id=Symless.Synergy | ||
Upgrade: | |||
winget upgrade symless.synergy | |||
Example of Pinning Synergy (for example if you are still using Synergy Pro 1): | Example of Pinning Synergy (for example if you are still using Synergy Pro 1): | ||
| Line 352: | Line 400: | ||
java - C:\Program Files\Microsoft\jdk-17.0.18.8-hotspot\bin\java.exe | java - C:\Program Files\Microsoft\jdk-17.0.18.8-hotspot\bin\java.exe | ||
keytool - C:\Program Files\Microsoft\jdk-17.0.18.8-hotspot\bin\keytool.exe | keytool - C:\Program Files\Microsoft\jdk-17.0.18.8-hotspot\bin\keytool.exe | ||
=== IrfanView === | |||
https://winget.run/pkg/IrfanSkiljan/IrfanView | |||
winget install -e --id IrfanSkiljan.IrfanView | |||
==== IrfanView Plugins ==== | |||
winget install -e --id IrfanSkiljan.IrfanView.PlugIns | |||
=== Python === | === Python === | ||
==== Python Install Manager (PIM) ==== | |||
winget install -e --id Python.PythonInstallManager | |||
winget install -e --id Python.PythonInstallManager --scope machine | |||
Installs to: | |||
C:\Program Files\PyManager\py.exe | |||
Uninstall: | |||
winget uninstall Python.PythonInstallManager | |||
winget uninstall Python.PythonInstallManager --all | |||
Details: | |||
Found Python Install Manager [Python.PythonInstallManager] Version 25.2.240.0 | |||
Downloading https://www.python.org/ftp/python/pymanager/python-manager-25.2.msi | |||
==== Python Launcher ==== | ==== Python Launcher ==== | ||
Use Python Install Manager version instead! | |||
NOTE: BAD WINGET PACKAGE - DOES NOT SUPPORT GLOBAL SCOPE | NOTE: BAD WINGET PACKAGE - DOES NOT SUPPORT GLOBAL SCOPE | ||
| Line 509: | Line 588: | ||
* https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/8/3.8.10/Python.Python.3.8.locale.en-US.yaml | * https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/8/3.8.10/Python.Python.3.8.locale.en-US.yaml | ||
* https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/8/3.8.10/Python.Python.3.8.yaml | * https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/8/3.8.10/Python.Python.3.8.yaml | ||
=== GnuWin32 Tools === | |||
https://winget.run/search?query=GnuWin32 | |||
* GetText | |||
* Make | |||
* Zip | |||
* Grep | |||
* UnZip | |||
* Tree | |||
* FindUtils | |||
* Tar | |||
==== GnuWin32.Grep ==== | |||
https://winget.run/pkg/GnuWin32/Grep | |||
winget install -e --id GnuWin32.Grep | |||
winget install GnuWin32.Grep --source winget | |||
Interactive: (even interactive does not auto add to path) | |||
# -i,--interactive | |||
winget install GnuWin32.Grep -i --source winget | |||
Uninstall: | |||
winget uninstall GnuWin32.Grep | |||
Installs to: (not included in path) | |||
C:\Program Files (x86)\GnuWin32 | |||
C:\Program Files (x86)\GnuWin32\bin | |||
C:\Program Files (x86)\GnuWin32\bin\grep.exe | |||
C:\Program Files (x86)\GnuWin32\bin\egrep.exe | |||
C:\Program Files (x86)\GnuWin32\bin\fgrep.exe | |||
Found GnuWin32: Grep [GnuWin32.Grep] Version 2.5.4 | |||
Downloading https://sourceforge.net/projects/gnuwin32/files/grep/2.5.4/grep-2.5.4-setup.exe/download | |||
Manifest: | |||
* https://github.com/microsoft/winget-pkgs/tree/master/manifests/g/GnuWin32/Grep | |||
- | |||
* https://github.com/microsoft/winget-pkgs/blob/master/manifests/g/GnuWin32/Grep/2.5.4/GnuWin32.Grep.installer.yaml | |||
* https://github.com/microsoft/winget-pkgs/blob/master/manifests/g/GnuWin32/Grep/2.5.4/GnuWin32.Grep.locale.en-US.yaml | |||
* https://github.com/microsoft/winget-pkgs/blob/master/manifests/g/GnuWin32/Grep/2.5.4/GnuWin32.Grep.yaml | |||
== Download and Redeploy == | == Download and Redeploy == | ||
Latest revision as of 20:54, 23 February 2026
WinGet
The Windows Package Manager (also known as winget) is a free and open-source package manager designed by Microsoft for Windows 10 and Windows 11. It consists of a command-line utility and a set of services for installing applications. Independent software vendors can use it as a distribution channel for their software packages. [1]
Before deciding to develop Windows Package Manager, the team behind it explored Chocolatey, Scoop, Ninite, AppGet, Npackd and the PowerShell-based OneGet.
---
The WinGet command line tool, which is the client interface to the Windows Package Manager service, requires Windows 10 version 1809 (build 17763) or later, or Windows 11.
WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
The client requires Windows 10 1809 (build 17763) or later at this time. Windows Server 2019 is not supported as the Microsoft Store is not available nor are updated dependencies. It may be possible to install on Windows Server 2022, this should be considered experimental (not supported), and requires dependencies to be manually installed as well. [2]
Install WinGet
Install WinGet from AppxPackage
Install WinGet https://learn.microsoft.com/en-us/windows/package-manager/winget/
WinGet the Windows Package Manager is available on Windows 11, modern versions of Windows 10, and Windows Server 2025 as a part of the App Installer. The App Installer is a System Component delivered and updated by the Microsoft store on Windows Desktop versions, and via Updates on Windows Server 2025.
The WinGet command line tool is only supported on Windows 10 version 1809 (build 17763) or later. WinGet will not be available until you have logged into Windows as a user for the first time, triggering Microsoft Store to register the Windows Package Manager as part of an asynchronous process. If you have recently logged in as a user for the first time and find that WinGet is not yet available, you can open PowerShell and enter the following command to request this WinGet registration: [1]
Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe
Install WinGet from PowerShell 7
This seemed to work best on problematic systems:
Run Powershell 7:
pwsh
Verify WinGet Module is not running:
Get-Process | Where-Object { $_.Modules -ne $null -and $_.Modules.ModuleName -like '*WinGet*' } | Select-Object ProcessName, Id
Install Powershell Module: (Warns that PSGallery is Untrusted repository??)
Install-Module -Name Microsoft.WinGet.Client
# If that doesn't work... # Install-Module -Name Microsoft.WinGet.Client -Force Install-Module -Name Microsoft.WinGet.Client -Force -Repository PSGallery
Repair Install: (This should work, but doesn't seem to)
# Repair-WinGetPackageManager -AllUsers
Force Repair Install:
Repair-WinGetPackageManager -AllUsers
# If that doesn't work... # Repair-WinGetPackageManager -Force -Latest Repair-WinGetPackageManager -Force -Latest -AllUsers
Test Installing Windows Terminal:
winget install Microsoft.WindowsTerminal --source winget # winget install --scope user Microsoft.WindowsTerminal --source winget #(not supported) winget install --scope machine Microsoft.WindowsTerminal --source winget
Install from Microsoft Store
Microsoft Store calls it App Installer (instead of WinGet??), and it is not searchable?? Have to find it on the online store here:
App Installer https://www.microsoft.com/p/app-installer/9nblggh4nns1
AI says you can't find it in the Microsoft Store because:
Winget (Windows Package Manager) isn't directly searchable in the Microsoft Store because it's delivered as part of the App Installer package, which is often pre-installed but might be outdated or broken; the key is that the command-line tool winget handles app management, but its own core components need to be updated through the Store or command line when it's problematic, leading to a bit of a chicken-and-egg situation that requires manual updates or specific commands to fix.
Why it seems missing or unsearchable:
- It's bundled: winget isn't a separate app in the Store; it's a feature of the "App Installer".
- Outdated default: New Windows installs often have an old App Installer that can't update itself, requiring manual intervention.
- Async registration: It only becomes available after you've logged into Windows once, triggering the Store to register it.
- Search issues: Sometimes, internal Store issues or ISV blocks prevent searching for the App Installer or packages within it.
Install WinGet from Chocolatey
Hmmm This didn't work
choco install winget-cli
winget-cli GitHub
https://github.com/microsoft/winget-cli
Microsoft Store
https://www.microsoft.com/p/app-installer/9nblggh4nns1
Install Package
winget install <package> https://github.com/microsoft/winget-pkgs
Example:
winget install Microsoft.WindowsTerminal Microsoft.PowerToys Microsoft.VisualStudioCode
Install Package Global Scope
Scope:
# --scope Select install scope (user or machine)
User Scope
winget install --scope user Microsoft.WindowsTerminal --source winget
Global Machine Scope: (bad example, as terminal global not supported)
winget install --scope machine Microsoft.WindowsTerminal --source winget
Common Parameters
Find package by exact ID:
# -e, --exact # Find package using exact match # --id <id> # Filter results by id winget install -e --id Python.Python.3.14
Specify Source:
# -s, --source <src> # Find package using the specified source (usually winget or msstore) winget install -e --id Python.Python.3.14 --source winget
Install by Scope:
# --scope user # Install package user scope (default scope if manifest supports scopes) # --scope machine # Install package machine scope winget install -e --id Python.Python.3.14 --source winget --scope machine
Install to a different location: (if manifest supports InstallLocation <INSTALLPATH>)
# -l, --location <path> # Location to install to (if supported) winget install -e --id Python.Python.3.14 --source winget--scope machine --location c:\python314
Short vs Long
# -e, --exact # Find package using exact match # --id <id> # Filter results by id # -s, --source <src> # Find package using the specified source (usually winget or msstore) # --scope user # Install package user scope (default scope if manifest supports scopes) # --scope machine # Install package machine scope # -l, --location <path> # Location to install to (if supported) winget install -e --id Python.Python.3.14 -s winget --scope machine -l c:\python314 winget install --exact --id Python.Python.3.14 --source winget--scope machine --location c:\python314
---
List available update packages
winget update
Update all Packages
winget update --all
Other options:
-u,--unknown,--include-unknown Upgrade packages even if their current version cannot be determined --pinned,--include-pinned Upgrade packages even if they have a non-blocking pin
Upgrade all, including packages with unknown package versions:
winget update --all --include-unknown
Upgrade All Packages
Use 'update' or 'upgrade' command:
winget update --all # or winget upgrade --all
Exclude Package with Pin
Example of Pinning Synergy (for example if you are still using Synergy Pro 1):
winget pin add symless.synergy
Browse Winget Library
https://winstall.app/
Winget Manifest Repository
https://github.com/microsoft/winget-pkgs/tree/master/manifests
Sample Python 3.14 Manifests:
- https://github.com/microsoft/winget-pkgs/tree/master/manifests/p/Python/Python/3/14/3.14.3
- https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/14/3.14.3/Python.Python.3.14.installer.yaml
- https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/14/3.14.3/Python.Python.3.14.locale.en-US.yaml
- https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/14/3.14.3/Python.Python.3.14.yaml
Packages
Install WindowsTerminal
PackageIdentifier: Microsoft.WindowsTerminal [3] Moniker: terminal [4] Scope: user [5] - No machine scope!!! :-(
winget install Microsoft.WindowsTerminal
winget install Microsoft.WindowsTerminal --source winget
winget install Microsoft.WindowsTerminal --source winget # winget install --scope user Microsoft.WindowsTerminal --source winget # (not supported - bad example) winget install --scope machine Microsoft.WindowsTerminal --source winget
Install WindowsTerminal Preview
PackageIdentifier: Microsoft.WindowsTerminal.Preview [6] Moniker: terminal-preview [7] Scope: NONE - No scopes defined at all!! :-(
Preview Version:
winget install Microsoft.WindowsTerminal.Preview
winget install Microsoft.WindowsTerminal.Preview --source winget # Found Windows Terminal Preview [Microsoft.WindowsTerminal.Preview] Version 1.24.10212.0
Manifests:
- https://github.com/microsoft/winget-pkgs/tree/master/manifests/m/Microsoft/WindowsTerminal/1.23.20211.0
- https://github.com/microsoft/winget-pkgs/blob/master/manifests/m/Microsoft/WindowsTerminal/1.23.20211.0/Microsoft.WindowsTerminal.installer.yaml
- https://github.com/microsoft/winget-pkgs/blob/master/manifests/m/Microsoft/WindowsTerminal/1.23.20211.0/Microsoft.WindowsTerminal.locale.en-US.yaml
- https://github.com/microsoft/winget-pkgs/blob/master/manifests/m/Microsoft/WindowsTerminal/1.23.20211.0/Microsoft.WindowsTerminal.yaml
Preview Manifest:
- https://github.com/microsoft/winget-pkgs/tree/master/manifests/m/Microsoft/WindowsTerminal/Preview/1.24.10212.0
- https://github.com/microsoft/winget-pkgs/blob/master/manifests/m/Microsoft/WindowsTerminal/Preview/1.24.10212.0/Microsoft.WindowsTerminal.Preview.installer.yaml
- https://github.com/microsoft/winget-pkgs/blob/master/manifests/m/Microsoft/WindowsTerminal/Preview/1.24.10212.0/Microsoft.WindowsTerminal.Preview.locale.en-US.yaml
- https://github.com/microsoft/winget-pkgs/blob/master/manifests/m/Microsoft/WindowsTerminal/Preview/1.24.10212.0/Microsoft.WindowsTerminal.Preview.yaml
Install Powershell
Install version 7.5.4.0
winget install Microsoft.PowerShell --source winget
winget install --id Microsoft.PowerShell --source winget
winget upgrade --id Microsoft.PowerShell
winget upgrade --id Microsoft.PowerShell --source winget
Downloading https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/PowerShell-7.5.4-win-x64.msi
Install Git
winget install git.git winget install git.git --source winget
Git install location:
C:\Program Files\Git\cmd\git.exe
Downloading:
https://github.com/git-for-windows/git/releases/download/v2.52.0.windows.1/Git-2.52.0-64-bit.exe
Found Git [Git.Git] Version 2.53.0 Downloading https://github.com/git-for-windows/git/releases/download/v2.53.0.windows.1/Git-2.53.0-64-bit.exe
GitHub Client
See GitHub/GH_Client
winget install --id GitHub.cli
winget install --id GitHub.cli --source winget
Installs to:
C:\Program Files\GitHub CLI\gh.exe
Found GitHub CLI [GitHub.cli] Version 2.87.2 Downloading https://github.com/cli/cli/releases/download/v2.87.2/gh_2.87.2_windows_amd64.msi
Install Notepad++
winget install winget install notepad++
Update Notepad++
winget update Notepad++.Notepad++
Notepad++ Install Location:
"C:\Program Files\Notepad++\notepad++.exe"
Downloading:
https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.9/npp.8.9.Installer.x64.exe
Install PowerToys
winget install Microsoft.PowerToys
Install VisualStudioCode
User Install:
winget install Microsoft.VisualStudioCode
User Install Installed to:
"C:\Users\USERNAME\AppData\Local\Programs\Microsoft VS Code\Code.exe"
User Install Download:
https://vscode.download.prss.microsoft.com/dbazure/download/stable/94e8ae2b28cb5cc932b86e1070569c4463565c37/VSCodeUserSetup-x64-1.108.0.exe
-
System install:
winget install Microsoft.VisualStudioCode --scope machine
System Install Installed to:
"C:\Program Files\Microsoft VS Code\Code.exe"
System Install Download:
https://vscode.download.prss.microsoft.com/dbazure/download/stable/94e8ae2b28cb5cc932b86e1070569c4463565c37/VSCodeSetup-x64-1.108.0.exe
Install Microsoft Store
Should just be:
winget install Microsoft.WindowsStore --source msstore
But doesn't appear to be working?
winget source reset --force winget source update
winget settings --enable BypassCertificatePinningForMicrosoftStore
Install Calculator
winget install Calculator --source msstore # (Calculator's ID) winget install 9WZDNCRFHVN5 --source msstore
Install WinDbg
WinDbg [Microsoft.WinDbg] Version 1.2506.12002.0
winget install windbg --source winget
Install SanDisk Dashboard
For upgrade drive firmware:
winget install SanDisk.Dashboard
winget install SanDisk.Dashboard --source winget
# Downloading https://sddashboarddownloads.sandisk.com/wdDashboard/DashboardSetupSA.exe
Install RustDesk
winget install RustDesk.RustDesk
winget install RustDesk.RustDesk --source winget
winget install -e --id RustDesk.RustDesk
ref: https://winstall.app/apps/RustDesk.RustDesk
# Downloading https://github.com/rustdesk/rustdesk/releases/download/1.4.1/rustdesk-1.4.1-x86_64.exe
Note: newer version 1.4.4 was available that winget did not detect! :-(
> winget list | findstr RustDesk RustDesk RustDesk.RustDesk 1.4.4 winget
Install Discord
winget install Discord.Discord
winget install Discord.Discord --source winget
Install HWiNFO
winget install hwinfo
Start Menu -> HWiNFO 64 -> HWiNFO 64
"C:\Program Files\HWiNFO64\HWiNFO64.EXE"
https://www.hwinfo.com/download/
Downloading https://sourceforge.net/projects/hwinfo/files/Windows_Installer/hwi64_834.exe/download
Install Synergy
https://winstall.app/apps/Symless.Synergy
winget install -e --id=Symless.Synergy
Upgrade:
winget upgrade symless.synergy
Example of Pinning Synergy (for example if you are still using Synergy Pro 1):
winget pin add symless.synergy
OpenJDK
winget install openjdk --source winget
Title:
Microsoft Build of OpenJDK with Hotspot 17 [Microsoft.OpenJDK.17] Version 17.0.18.8
Source:
Downloading https://aka.ms/download-JDK/microsoft-JDK-17.0.18-windows-x64.msi#winget
Installation location:
C:\Program Files\Microsoft\jdk-17.0.18.8-hotspot\
Provides:
java - C:\Program Files\Microsoft\jdk-17.0.18.8-hotspot\bin\java.exe keytool - C:\Program Files\Microsoft\jdk-17.0.18.8-hotspot\bin\keytool.exe
IrfanView
https://winget.run/pkg/IrfanSkiljan/IrfanView
winget install -e --id IrfanSkiljan.IrfanView
IrfanView Plugins
winget install -e --id IrfanSkiljan.IrfanView.PlugIns
Python
Python Install Manager (PIM)
winget install -e --id Python.PythonInstallManager
winget install -e --id Python.PythonInstallManager --scope machine
Installs to:
C:\Program Files\PyManager\py.exe
Uninstall:
winget uninstall Python.PythonInstallManager
winget uninstall Python.PythonInstallManager --all
Details:
Found Python Install Manager [Python.PythonInstallManager] Version 25.2.240.0 Downloading https://www.python.org/ftp/python/pymanager/python-manager-25.2.msi
Python Launcher
Use Python Install Manager version instead!
NOTE: BAD WINGET PACKAGE - DOES NOT SUPPORT GLOBAL SCOPE
https://winstall.app/apps/Python.Launcher PackageIdentifier: Python.Launcher moniker: python-launcher [8] Does NOT support install path [9] Does NOT support scoped installs [10]
WARNING: AS YOU CAN SEE FROM THE MANIFEST, THE PYTHON LAUNCHER DOES NOT SUPPORT SCOPED INSTALLS - AND LOOKS LIKE A LOCAL SCOPE INSTALL
winget install python.launcher --source winget --scope machinewinget install python.launcher --source winget --scope userError: No applicable installer found; see logs for more details.
Install:
winget install python.launcher --source winget
# Installs to: C:\Users\USER\AppData\Local\Programs\Python\Launcher\py.exe
Remove:
winget remove python.launcher
Remove all versions:
winget remove python.launcher --all-versions
Downloading: Downloading https://www.python.org/ftp/python/3.13.5/win32/launcher.msi
Found Python Launcher [Python.Launcher] Version 3.13.5
Manifests:
- https://github.com/microsoft/winget-pkgs/tree/master/manifests/p/Python/Launcher/3.13.5
- https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Launcher/3.13.5/Python.Launcher.installer.yaml
- https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Launcher/3.13.5/Python.Launcher.locale.en-US.yaml
- https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Launcher/3.13.5/Python.Launcher.yaml
Python 3.14
https://winstall.app/apps/Python.Python.3.14 PackageVersion: 3.14.3 [11] Moniker: python3 [12] Supports install path [13] Supports scoped installs [14]
Install by direct ID:
winget install -e --id Python.Python.3.14
Install by Moniker:
winget install python3
-
Install Globally:
winget install python.python.3.14 --source winget --scope machine
Installs to: C:\Program Files\Python314\python.exe
Install to C:\python314:
winget install python.python.3.14 --source winget --scope machine --location C:\python314 winget install python.python.3.14 -s winget --scope machine -l C:\python314
Install for User:
winget install python.python.3.14 --source winget --scope User # or just winget install python.python.3.14 --source winget
Remove:
winget remove python.python.3.14
Downloading: Downloading https://www.python.org/ftp/python/3.14.3/python-3.14.3-amd64.exe
Found Python 3.14 [Python.Python.3.14] Version 3.14.3
Manifests:
- https://github.com/microsoft/winget-pkgs/tree/master/manifests/p/Python/Python/3/14/3.14.3
- https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/14/3.14.3/Python.Python.3.14.installer.yaml
- https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/14/3.14.3/Python.Python.3.14.locale.en-US.yaml
- https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/14/3.14.3/Python.Python.3.14.yaml
Python 3.12
https://winstall.app/apps/Python.Python.3.12 PackageIdentifier: Python.Python.3.12 [15] Moniker: python3.12 [16] Supports install path [17] Supports scoped installs [18]
Install by direct ID:
winget install -e --id Python.Python.3.12
Install by Moniker:
winget install python3.12
Install Globally:
winget install python.python.3.12 --source winget --scope machine
Installs to: C:\Program Files\Python312\python.exe
Install to C:\python312:
winget install python.python.3.12 --source winget --scope machine --location C:\python314 winget install python.python.3.12 -s winget --scope machine -l C:\python312
Install for User:
winget install python.python.3.12 --source winget --scope User # or just winget install python.python.3.12 --source winget
Remove:
winget remove python.python.3.12
Downloading: Downloading https://www.python.org/ftp/python/3.12.10/python-3.12.10-amd64.exe
Found Python 3.12 [Python.Python.3.12] Version 3.12.10
Manifests:
- https://github.com/microsoft/winget-pkgs/tree/master/manifests/p/Python/Python/3/12/3.12.10
- https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/12/3.12.10/Python.Python.3.12.installer.yaml
- https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/12/3.12.10/Python.Python.3.12.locale.en-US.yaml
- https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/12/3.12.10/Python.Python.3.12.yaml
Python 3.8
https://winstall.app/apps/Python.Python.3.8 PackageIdentifier: Python.Python.3.8 [19] Moniker: python3.8 [20] Supports install path [21] Supports scopped installs [22]
Install by direct ID:
winget install -e --id Python.Python.3.8
Install by Moniker:
winget install python3.8
Install Globally:
winget install python.python3.8 --source winget --scope machine
Install to C:\python38:
winget install python.python.3.8 --source winget --scope machine --location C:\python38 winget install python.python.3.8 -s winget --scope machine -l C:\python38
Install for User:
winget install python.python3.8 --source winget --scope User # or just winget install python.python3.8 --source winget
Remove:
winget remove python.python.3.8
Downloading: https://www.python.org/ftp/python/3.8.10/python-3.8.10-amd64.exe
Found Python 3.8 [Python.Python.3.8] Version 3.8.10
Manifests:
- https://github.com/microsoft/winget-pkgs/tree/master/manifests/p/Python/Python/3/8/3.8.10
- https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/8/3.8.10/Python.Python.3.8.installer.yaml
- https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/8/3.8.10/Python.Python.3.8.locale.en-US.yaml
- https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/8/3.8.10/Python.Python.3.8.yaml
GnuWin32 Tools
https://winget.run/search?query=GnuWin32
- GetText
- Make
- Zip
- Grep
- UnZip
- Tree
- FindUtils
- Tar
GnuWin32.Grep
https://winget.run/pkg/GnuWin32/Grep
winget install -e --id GnuWin32.Grep
winget install GnuWin32.Grep --source winget
Interactive: (even interactive does not auto add to path)
# -i,--interactive winget install GnuWin32.Grep -i --source winget
Uninstall:
winget uninstall GnuWin32.Grep
Installs to: (not included in path)
C:\Program Files (x86)\GnuWin32 C:\Program Files (x86)\GnuWin32\bin C:\Program Files (x86)\GnuWin32\bin\grep.exe C:\Program Files (x86)\GnuWin32\bin\egrep.exe C:\Program Files (x86)\GnuWin32\bin\fgrep.exe
Found GnuWin32: Grep [GnuWin32.Grep] Version 2.5.4 Downloading https://sourceforge.net/projects/gnuwin32/files/grep/2.5.4/grep-2.5.4-setup.exe/download
Manifest:
-
- https://github.com/microsoft/winget-pkgs/blob/master/manifests/g/GnuWin32/Grep/2.5.4/GnuWin32.Grep.installer.yaml
- https://github.com/microsoft/winget-pkgs/blob/master/manifests/g/GnuWin32/Grep/2.5.4/GnuWin32.Grep.locale.en-US.yaml
- https://github.com/microsoft/winget-pkgs/blob/master/manifests/g/GnuWin32/Grep/2.5.4/GnuWin32.Grep.yaml
Download and Redeploy
Download Package on one System:
winget download Calculator -s msstore winget download Calculator -s msstore --skip-license
Copy folder to other system
Microsoft Store package downloaded: C:\path\9WZDNCRFHVN5\Microsoft.WindowsCalculator_2019.603.2248.0_Universal.Desktop_X86.Arm.X64.appxbundle
Redeploy it on another system:
Add-AppxPackage -Path C:\path\9WZDNCRFHVN5\Calculator.appx
Reference: [23]
WinGet Community Packages
Repology https://repology.org/
-
Windows Package Manager Community Repository https://github.com/microsoft/winget-pkgs
Explore Windows Package Manager Tool
Explore the Windows Package Manager tool - Microsoft Learn https://learn.microsoft.com/en-us/training/modules/explore-windows-package-manager-tool/?WT.mc_id=AZ-MVP-5004737
PowerShell
PS > import-module Microsoft.WinGet.Client -verbose VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Microsoft.WinGet.Client\1.8.1911\Microsoft.WinGet.Client.psd1'. VERBOSE: Importing cmdlet 'Add-WinGetSource'. VERBOSE: Importing cmdlet 'Assert-WinGetPackageManager'. VERBOSE: Importing cmdlet 'Disable-WinGetSetting'. VERBOSE: Importing cmdlet 'Enable-WinGetSetting'. VERBOSE: Importing cmdlet 'Export-WinGetPackage'. VERBOSE: Importing cmdlet 'Find-WinGetPackage'. VERBOSE: Importing cmdlet 'Get-WinGetPackage'. VERBOSE: Importing cmdlet 'Get-WinGetSettings'. VERBOSE: Importing cmdlet 'Get-WinGetSource'. VERBOSE: Importing cmdlet 'Get-WinGetUserSettings'. VERBOSE: Importing cmdlet 'Get-WinGetVersion'. VERBOSE: Importing cmdlet 'Install-WinGetPackage'. VERBOSE: Importing cmdlet 'Remove-WinGetSource'. VERBOSE: Importing cmdlet 'Repair-WinGetPackageManager'. VERBOSE: Importing cmdlet 'Reset-WinGetSource'. VERBOSE: Importing cmdlet 'Set-WinGetUserSettings'. VERBOSE: Importing cmdlet 'Test-WinGetUserSettings'. VERBOSE: Importing cmdlet 'Uninstall-WinGetPackage'. VERBOSE: Importing cmdlet 'Update-WinGetPackage'.
Package List Command
winget list - The list command of the winget tool displays a list of the applications currently installed on your computer. The list command will show apps that were installed through the Windows Package Manager as well as apps that were installed by other means. [24]
Example list:
PS C:\> winget list
Name Id Version Available Source
-----------------------------------------------------------------------------------------------------------------------
Windows Driver Package - Plantronics… ARP\Machine\X64\07AFE62D73C8799E9E568… 04/21/2009 5.1
Windows Driver Package - Cambridge S… ARP\Machine\X64\452AADC6DA7150831AEE7… 11/19/2021 4.0.2.0
7-Zip 24.09 (x64) 7zip.7zip 24.09 winget
Windows Driver Package - Silicon Lab… ARP\Machine\X64\9E2C239D42290B984A9E2… 09/19/2016 6.7.4.261
CPUID CPU-Z 2.13 CPUID.CPU-Z 2.13 2.15 winget
Firefox Developer Edition (x64 en-US) Mozilla.Firefox.DeveloperEdition 137.0 winget
Git Git.Git 2.47.1.2 2.49.0 winget
Greenshot 1.2.10.6 Greenshot.Greenshot 1.2.10.6 winget
IrfanView 4.70 (64-bit) IrfanSkiljan.IrfanView 4.70 winget
Mozilla Firefox (x64 en-US) Mozilla.Firefox 136.0.2 winget
Mozilla Thunderbird (x64 en-US) Mozilla.Thunderbird.ESR 128.2.3 128.8.0 winget
Mozilla Maintenance Service ARP\Machine\X64\MozillaMaintenanceSer… 136.0
Notepad++ (64-bit x64) Notepad++.Notepad++ 8.7.7 8.7.8 winget
Microsoft 365 Apps for enterprise - … Microsoft.Office 16.0.18526.20168 winget
Microsoft OneDrive Microsoft.OneDrive 25.035.0223.0003 winget
VLC media player VideoLAN.VLC 3.0.21 winget
WinMerge 2.16.46.0 x64 WinMerge.WinMerge 2.16.46.0 winget
Synergy (64-bit) Symless.Synergy < 3.0.80.1-rc3 3.0.80.1-rc3 winget
Google Chrome Google.Chrome 134.0.6998.165 134.0.6998.166 winget
Beyond Compare 4 ScooterSoftware.BeyondCompare.4 4.4.7.28397 winget
YubiKey Manager CLI Yubico.YubiKeyManagerCLI 5.5.0.0 5.6.1 winget
MongoDB Compass MongoDB.Compass.Full 1.43.4.0 1.45.4.0 winget
Google Drive Google.GoogleDrive 105.0.1.0 winget
Microsoft SQL Server Compact 4.0 SP1… ARP\Machine\X64\{78909610-D229-459C-A… 4.0.8876.1
MongoDB Shell MongoDB.Shell 2.2.15 2.4.2 winget
Intel(R) Serial IO ARP\Machine\X64\{9FD91C5C-44AE-4D9D-8… 30.100.2129.8
Microsoft Teams Meeting Add-in for M… ARP\Machine\X64\{A7AB73A3-CB10-4AA5-9… 1.24.31301
Wave CommandLine.Wave 0.9.3.0 0.11.2 winget
Adobe Acrobat (64-bit) Adobe.Acrobat.Reader.64-bit 25.001.20435 winget
RealVNC Viewer 7.13.1 RealVNC.VNCViewer 7.13.1.57 winget
OpenHashTab version v3.0.4 namazso.OpenHashTab v3.0.4 winget
Microsoft Update Health Tools ARP\Machine\X64\{C6FD611E-7EFE-488C-A… 5.72.0.0
PowerShell 7-x64 Microsoft.PowerShell 7.5.0.0 winget
PowerShell 7.4.6.0-x64 Microsoft.PowerShell 7.4.6.0 winget
GlobalProtect ARP\Machine\X64\{D69F9E89-516A-4543-9… 6.2.3
Slack (Machine) SlackTechnologies.Slack 4.42.120 4.43.49 winget
Paint.NET dotPDN.PaintDotNet 5.1.4 5.1.7 winget
Microsoft Visual Studio Code Microsoft.VisualStudioCode 1.98.2 winget
Adobe Creative Cloud Adobe.CreativeCloud 6.5.0.348 winget
Citrix Workspace 2409 ARP\Machine\X86\CitrixOnlinePluginPac… 24.9.10.28
GnuWin32: CoreUtils version 5.3.0 ARP\Machine\X86\CoreUtils-5.3.0_is1 5.3.0
FileZilla 3.68.1 ARP\Machine\X86\FileZilla Client 3.68.1
Google Chrome Beta Google.Chrome.Beta.EXE 135.0.7049.28 winget
Microsoft Edge Microsoft.Edge 134.0.3124.85 winget
Prisma Access Browser ARP\Machine\X86\Palo Alto Networks Pr… 134.20.7.166
Windhawk v1.5.1 RamenSoftware.Windhawk 1.5.1 winget
klogg variar.klogg 22.06.0.1289 winget
WinSCP 6.3.7 WinSCP.WinSCP 6.3.7 winget
YubiKey Manager Yubico.YubikeyManager 1.2.6 winget
Microsoft Visual C++ 2010 x86 Redis… Microsoft.VCRedist.2010.x86 10.0.30319 10.0.40219 winget
Intel(R) Chipset Device Software ARP\Machine\X86\{2d8d3782-0c02-4681-8… 10.1.18838.8284
Microsoft Windows Desktop Runtime - … Microsoft.DotNet.DesktopRuntime.7 7.0.20 winget
mControl ARP\Machine\X86\{64D959BF-0B83-4AD2-9… Unknown
Microsoft ASP.NET Core 7.0.20 - Shar… Microsoft.DotNet.AspNetCore.7 7.0.20 winget
Python Launcher Python.Launcher > 3.12.0 winget
Plantronics Hub Software Poly.PlantronicsHub 3.25.54307.37251 winget
MobaXterm Mobatek.MobaXterm 24.2.0.5220 25.1.0.5288 winget
Microsoft Search in Bing ARP\Machine\X86\{C17F6DEF-D34C-4B75-9… 2.0.2
AI Suite 3 ARP\Machine\X86\{CD36E28B-6023-469A-9… 3.03.36
Microsoft Teams VDI Citrix plugin ARP\Machine\X86\{CF8A7E4B-3636-4E6B-9… 24.41.1.1
Microsoft Visual C++ 2015-2022 Redis… Microsoft.VCRedist.2015+.x64 14.42.34438.0 winget
Microsoft Visual C++ 2015-2022 Redis… Microsoft.VCRedist.2015+.x86 14.42.34438.0 winget
CrowdStrike Windows Sensor ARP\Machine\X86\{d223a5fc-7936-4a58-8… 7.21.19205.0
Microsoft Windows Desktop Runtime - … Microsoft.DotNet.DesktopRuntime.8 8.0.14 winget
Adobe Acrobat MSIX\AdobeAcrobatDCCoreApp_23.1.0.0_x… 23.1.0.0
Intel® Graphics Command Center MSIX\AppUp.IntelGraphicsExperience_1.… 1.100.5688.0
Microsoft Clipchamp MSIX\Clipchamp.Clipchamp_4.1.10320.0_… 4.1.10320.0
Microsoft Teams Microsoft.Teams 25044.2208.3471.2155 winget
AV1 Video Extension MSIX\Microsoft.AV1VideoExtension_1.3.… 1.3.4.0
AVC Encoder Video Extension MSIX\Microsoft.AVCEncoderVideoExtensi… 1.1.13.0
Windows Application Compatibility En… MSIX\Microsoft.ApplicationCompatibili… 1.2411.16.0
News MSIX\Microsoft.BingNews_4.56.242.0_x6… 4.56.242.0
Microsoft Bing MSIX\Microsoft.BingSearch_1.1.34.0_x6… 1.1.34.0
MSN Weather MSIX\Microsoft.BingWeather_4.54.63007… 4.54.63007.0
Copilot MSIX\Microsoft.Copilot_1.25024.146.0_… 1.25024.146.0
App Installer Microsoft.AppInstaller 1.25.340.0 winget
Xbox MSIX\Microsoft.GamingApp_2501.1001.3.… 2501.1001.3.0
Get Help MSIX\Microsoft.GetHelp_10.2409.22951.… 10.2409.22951.0
HEIF Image Extensions MSIX\Microsoft.HEIFImageExtension_1.2… 1.2.3.0
HEVC Video Extensions from Device Ma… MSIX\Microsoft.HEVCVideoExtension_2.2… 2.2.9.0
MPEG-2 Video Extension MSIX\Microsoft.MPEG2VideoExtension_1.… 1.0.61931.0
Microsoft Edge MSIX\Microsoft.MicrosoftEdge.Stable_1… 134.0.3124.66
Microsoft 365 (Office) MSIX\Microsoft.MicrosoftOfficeHub_18.… 18.2405.1221.0
Solitaire & Casual Games MSIX\Microsoft.MicrosoftSolitaireColl… 4.21.12110.0
Microsoft Sticky Notes MSIX\Microsoft.MicrosoftStickyNotes_4… 4.0.6104.0
Microsoft .Net Native Framework Pack… MSIX\Microsoft.NET.Native.Framework.2… 2.2.29512.0
Microsoft .Net Native Framework Pack… MSIX\Microsoft.NET.Native.Framework.2… 2.2.29512.0
Microsoft .Net Native Runtime Packag… MSIX\Microsoft.NET.Native.Runtime.2.2… 2.2.28604.0
Microsoft .Net Native Runtime Packag… MSIX\Microsoft.NET.Native.Runtime.2.2… 2.2.28604.0
OfficePushNotificationsUtility MSIX\Microsoft.OfficePushNotification… 16.0.18526.20168
OneDrive MSIX\Microsoft.OneDriveSync_25035.223… 25035.223.3.0
Outlook for Windows MSIX\Microsoft.OutlookForWindows_1.20… 1.2025.319.100
Paint MSIX\Microsoft.Paint_11.2412.311.0_x6… 11.2412.311.0
Microsoft People MSIX\Microsoft.People_10.2202.100.0_x… 10.2202.100.0
Power Automate MSIX\Microsoft.PowerAutomateDesktop_1… 1.0.1394.0
Raw Image Extension MSIX\Microsoft.RawImageExtension_2.5.… 2.5.3.0
Snipping Tool MSIX\Microsoft.ScreenSketch_11.2501.7… 11.2501.7.0
Windows Security MSIX\Microsoft.SecHealthUI_1000.27703… 1000.27703.1006.0
Store Experience Host MSIX\Microsoft.StorePurchaseApp_22411… 22411.1401.1.0
Microsoft To Do MSIX\Microsoft.Todos_0.114.7122.0_x64… 0.114.7122.0
Microsoft.UI.Xaml.2.7 Microsoft.UI.Xaml.2.7 7.2409.9001.0 winget
Microsoft.UI.Xaml.2.7 Microsoft.UI.Xaml.2.7 7.2409.9001.0 winget
Microsoft.UI.Xaml.2.8 Microsoft.UI.Xaml.2.8 8.2501.31001.0 winget
Microsoft.UI.Xaml.2.8 Microsoft.UI.Xaml.2.8 8.2501.31001.0 winget
Microsoft Visual C++ 2015 UWP Deskto… Microsoft.VCLibs.Desktop.14 14.0.33728.0 winget
Microsoft Visual C++ 2015 UWP Deskto… Microsoft.VCLibs.Desktop.14 14.0.33728.0 winget
Microsoft Visual C++ 2015 UWP Runtim… MSIX\Microsoft.VCLibs.140.00_14.0.335… 14.0.33519.0
Microsoft Visual C++ 2015 UWP Runtim… MSIX\Microsoft.VCLibs.140.00_14.0.335… 14.0.33519.0
VP9 Video Extensions MSIX\Microsoft.VP9VideoExtensions_1.2… 1.2.2.0
Web Media Extensions MSIX\Microsoft.WebMediaExtensions_1.1… 1.1.1295.0
Webp Image Extensions MSIX\Microsoft.WebpImageExtension_1.1… 1.1.1711.0
Widgets Platform Runtime MSIX\Microsoft.WidgetsPlatformRuntime… 1.6.8.0
Dev Home Microsoft.DevHome 0.2000.758.0 0.2001.758.0 winget
Microsoft Photos MSIX\Microsoft.Windows.Photos_2025.11… 2025.11020.11001.0
Windows Clock MSIX\Microsoft.WindowsAlarms_11.2501.… 11.2501.7.0
WindowsAppRuntime.1.4 MSIX\Microsoft.WindowsAppRuntime.1.4_… 4000.1309.2056.0
WindowsAppRuntime.1.4 MSIX\Microsoft.WindowsAppRuntime.1.4_… 4000.1309.2056.0
WindowsAppRuntime.1.5 MSIX\Microsoft.WindowsAppRuntime.1.5_… 5001.373.1736.0
WindowsAppRuntime.1.5 MSIX\Microsoft.WindowsAppRuntime.1.5_… 5001.373.1736.0
WindowsAppRuntime.1.6 MSIX\Microsoft.WindowsAppRuntime.1.6_… 6000.424.1611.0
WindowsAppRuntime.1.6 MSIX\Microsoft.WindowsAppRuntime.1.6_… 6000.424.1611.0
Windows Calculator MSIX\Microsoft.WindowsCalculator_11.2… 11.2501.1.0
Windows Camera MSIX\Microsoft.WindowsCamera_2025.250… 2025.2501.1.0
Feedback Hub MSIX\Microsoft.WindowsFeedbackHub_1.2… 1.2411.17101.0
Windows Maps MSIX\Microsoft.WindowsMaps_1.0.64.0_x… 1.0.64.0
Windows Notepad MSIX\Microsoft.WindowsNotepad_11.2412… 11.2412.16.0
Windows Sound Recorder MSIX\Microsoft.WindowsSoundRecorder_1… 1.0.80.0
Microsoft Store MSIX\Microsoft.WindowsStore_22502.140… 22502.1401.4.0
Windows Terminal Microsoft.WindowsTerminal 1.21.10351.0 1.22.10731.0 winget
Windows Package Manager Source (wing… MSIX\Microsoft.Winget.Source_2025.325… 2025.325.529.21
Xbox TCUI MSIX\Microsoft.Xbox.TCUI_1.24.10001.0… 1.24.10001.0
Xbox Game Bar Plugin MSIX\Microsoft.XboxGameOverlay_1.54.4… 1.54.4001.0
Game Bar MSIX\Microsoft.XboxGamingOverlay_7.22… 7.225.2131.0
Xbox Identity Provider MSIX\Microsoft.XboxIdentityProvider_1… 12.115.1001.0
Game Speech Window MSIX\Microsoft.XboxSpeechToTextOverla… 1.97.17002.0
Phone Link MSIX\Microsoft.YourPhone_1.25022.70.0… 1.25022.70.0
Windows Media Player MSIX\Microsoft.ZuneMusic_11.2501.9.0_… 11.2501.9.0
Movies & TV MSIX\Microsoft.ZuneVideo_10.25011.100… 10.25011.10061.0
Quick Assist MSIX\MicrosoftCorporationII.QuickAssi… 2.0.32.0
Windows Subsystem for Linux Microsoft.WSL 2.3.26.0 2.4.12 winget
Windows Web Experience Pack MSIX\MicrosoftWindows.Client.WebExper… 525.1301.30.0
Cross Device Experience Host MSIX\MicrosoftWindows.CrossDevice_1.2… 1.25021.28.0
Mail and Calendar MSIX\microsoft.windowscommunicationsa… 16005.14326.22301.0
Sample
PS C:\> winget list
Name Id Version Available Source
---------------------------------------------------------------------------------------------------------------------------------------------
7-Zip 25.01 (x64) 7zip.7zip 25.01 winget
Armoury Crate Service ARP\Machine\X64\Armoury Crate Service 6.3.6.0
Audacity 3.7.6 XP8K0J757HHRDW 3.7.6 msstore
Beyond Compare 4.4.7 ScooterSoftware.BeyondCompare.4 4.4.7.28397 winget
Docker Desktop Docker.DockerDesktop 4.54.0 winget
Git ARP\Machine\X64\Git_is1 2.52.0
Greenshot 1.3.301 Greenshot.Greenshot 1.3.301 1.3.304 winget
HWiNFO® 64 REALiX.HWiNFO 8.34 winget
IrfanView 4.73 (64-bit) IrfanSkiljan.IrfanView 4.73 winget
Mozilla Firefox ESR (x64 en-US) Mozilla.Firefox.ESR 140.6.0 winget
Mozilla Firefox ESR (x64 en-US) Mozilla.Firefox.ESR 140.5.0 winget
Mozilla Maintenance Service ARP\Machine\X64\MozillaMaintenanceService 140.6.0
Notepad++ (64-bit x64) Notepad++.Notepad++ 8.8.9 winget
Microsoft 365 Apps for enterprise - en-us Microsoft.Office 16.0.19328.20266 winget
Microsoft OneDrive Microsoft.OneDrive 25.216.1104.0002 winget
OpenSSL 3.6.0 (64-bit) ShiningLight.OpenSSL.Dev 3.6.0 winget
Luma Island ARP\Machine\X64\Steam App 2408820 Unknown
VLC media player VideoLAN.VLC 3.0.22 winget
Vim 9.1 (x64) ARP\Machine\X64\Vim 9.1 9.1.1972
WinMerge x64 WinMerge.WinMerge 2.16.52.2 winget
Webex Cisco.Webex 45.12.0.33709 winget
Strawberry Perl (64-bit) StrawberryPerl.StrawberryPerl 5.42.0.1 winget
Microsoft Update Health Tools ARP\Machine\X64\{1FC1A6C2-576E-489A-9B4A-92D21F542136} 3.74.0.0
Synergy (64-bit) Symless.Synergy 1.14.6 3.2.1 winget
ROG Live Service ARP\Machine\X64\{2D87BFB6-C184-4A59-9BBE-3E20CE797631} 3.3.12.0
Paint.NET dotPDN.PaintDotNet 5.1.11 winget
Microsoft Defender for Endpoint plug-in for WSL ARP\Machine\X64\{4BC7FC7C-21F9-4E26-9DBE-A6DEA45636FF} 1.25.825.2
Google Drive Google.GoogleDrive 117.0.0.0 winget
YubiKey Manager CLI Yubico.YubiKeyManagerCLI 5.8.0.0 winget
Zoom Workplace (64-bit) Zoom.Zoom 6.6.23272 winget
Microsoft Teams Meeting Add-in for Microsoft Office ARP\Machine\X64\{A7AB73A3-CB10-4AA5-9D38-6AEFFBDE4C91} 1.25.28902
Windows PC Health Check Microsoft.WindowsPCHealthCheck 4.0.2410.23001 winget
AURA lighting effect add-on x64 ARP\Machine\X64\{C5A4A164-4428-4931-B728-96EEF0FA3C44} 0.0.49
GlobalProtect ARP\Machine\X64\{D69F9E89-516A-4543-9DE1-A4BD75CE851C} 6.2.3
PowerShell 7-x64 Microsoft.PowerShell 7.5.4.0 winget
PowerShell 7.5.3.0-x64 Microsoft.PowerShell 7.5.3.0 winget
Microsoft Visual Studio Code Microsoft.VisualStudioCode 1.107.0 winget
OpenHashTab namazso.OpenHashTab 3.1.1 winget
Windows Subsystem for Linux Update ARP\Machine\X64\{F8474A47-8B5D-4466-ACE3-78EAB3BF21A8} 5.10.102.1
Citrix Workspace 2402 ARP\Machine\X86\CitrixOnlinePluginPackWeb 24.2.3001.9
GnuWin32: CoreUtils version 5.3.0 ARP\Machine\X86\CoreUtils-5.3.0_is1 5.3.0
FileZilla 3.69.5 ARP\Machine\X86\FileZilla Client 3.69.5
Google Chrome Google.Chrome.EXE 143.0.7499.41 winget
Microsoft Edge Microsoft.Edge 143.0.3650.80 winget
Steam Valve.Steam 2.10.91.91 winget
Dashboard SanDisk.Dashboard 5.1.2.2 winget
Windhawk v1.7.3 RamenSoftware.Windhawk 1.7.3 winget
GameSDK Service ARP\Machine\X86\{021d69c3-d686-4a94-8fb5-fd1ee782fb14} 1.0.5.0
Microsoft Visual C++ v14 Redistributable (x86) - 1… Microsoft.VCRedist.2015+.x86 14.50.35719.0 winget
AURA lighting effect add-on ARP\Machine\X86\{1E2EA04B-FCA7-457E-B6F4-F33E1858E859} 0.0.49
Microsoft Intune Management Extension ARP\Machine\X86\{262D9D60-DB70-49A1-9880-B5E140727909} 1.97.107.0
Microsoft Windows Desktop Runtime - 8.0.22 (x86) Microsoft.DotNet.DesktopRuntime.8 8.0.22 winget
ASUS Framework Service ARP\Machine\X86\{339A6383-7862-46DA-8A9D-E84180EF9424} 4.2.4.7
Microsoft Purview Information Protection Microsoft.PurviewInformationProtection 3.1.310.0 winget
Microsoft Visual C++ v14 Redistributable (x64) - 1… Microsoft.VCRedist.2015+.x64 14.50.35719.0 winget
Microsoft .NET Runtime - 8.0.22 (x64) Microsoft.DotNet.Runtime.8 8.0.22 winget
Printer Installer Client ARP\Machine\X86\{A9DE0858-9DDD-4E1B-B041-C2AA90DCBF74} 25.0.0.1074
Microsoft Windows Desktop Runtime - 6.0.36 (x86) Microsoft.DotNet.DesktopRuntime.6 6.0.36 winget
AURA Service ARP\Machine\X86\{cabfa89d-a59c-47ac-8d18-2032a1f72f20} 3.08.59
Signal 7.82.0 OpenWhisperSystems.Signal 7.82.0 winget
MongoDB Compass MongoDB.Compass.Full 1.47.1 1.48.2.0 winget
Armoury Crate MSIX\ASUSAmbientHAL64_1.0.0.3_neutral__ecvjzhf6c4w7r 1.0.0.3
Intel® Graphics Command Center MSIX\AppUp.IntelGraphicsExperience_1.100.5688.0_x64__… 1.100.5688.0
Intel® OptaneTM Memory and Storage Management MSIX\AppUp.IntelOptaneMemoryandStorageManagement_18.1… 18.1.1042.0
Ubuntu 24.04.1 LTS Canonical.Ubuntu.2404 2404.1.26.0 winget
Microsoft Clipchamp MSIX\Clipchamp.Clipchamp_4.4.10420.0_x64__yxz26nhyzhs… 4.4.10420.0
Kali Linux OffSec.KaliLinux 2025.3.0.0 winget
Keeper® Password Manager KeeperSecurity.KeeperDesktop 17.4.1.0 winget
Microsoft Teams Microsoft.Teams 25306.804.4102.… winget
AV1 Video Extension MSIX\Microsoft.AV1VideoExtension_2.0.6.0_x64__8wekyb3… 2.0.6.0
AVC Encoder Video Extension MSIX\Microsoft.AVCEncoderVideoExtension_1.1.21.0_x64_… 1.1.21.0
Windows Application Compatibility Enhancements MSIX\Microsoft.ApplicationCompatibilityEnhancements_1… 1.2511.9.0
News MSIX\Microsoft.BingNews_4.55.62231.0_x64__8wekyb3d8bb… 4.55.62231.0
Microsoft Bing MSIX\Microsoft.BingSearch_1.1.40.0_x64__8wekyb3d8bbwe 1.1.40.0
MSN Weather MSIX\Microsoft.BingWeather_4.54.63029.0_x64__8wekyb3d… 4.54.63029.0
Company Portal MSIX\Microsoft.CompanyPortal_11.2.1672.0_x64__8wekyb3… 11.2.1672.0
Copilot MSIX\Microsoft.Copilot_1.25114.55.0_x64__8wekyb3d8bbwe 1.25114.55.0
App Installer Microsoft.AppInstaller 1.27.350.0 winget
Microsoft Edge Game Assist MSIX\Microsoft.Edge.GameAssist_1.0.3456.0_x64__8wekyb… 1.0.3456.0
Xbox MSIX\Microsoft.GamingApp_2512.1001.34.0_x64__8wekyb3d… 2512.1001.34.0
Get Help MSIX\Microsoft.GetHelp_10.2409.32612.0_x64__8wekyb3d8… 10.2409.32612.0
HEIF Image Extension MSIX\Microsoft.HEIFImageExtension_1.2.23.0_x64__8weky… 1.2.23.0
HEVC Video Extensions from Device Manufacturer MSIX\Microsoft.HEVCVideoExtension_2.4.39.0_x64__8weky… 2.4.39.0
MPEG-2 Video Extension MSIX\Microsoft.MPEG2VideoExtension_1.2.13.0_x64__8wek… 1.2.13.0
Paint 3D MSIX\Microsoft.MSPaint_6.1907.29027.0_x64__8wekyb3d8b… 6.1907.29027.0
3D Viewer MSIX\Microsoft.Microsoft3DViewer_1.0.125.0_x64__8weky… 1.0.125.0
Microsoft Edge MSIX\Microsoft.MicrosoftEdge.Stable_140.0.3485.94_neu… 140.0.3485.94
Microsoft 365 Copilot MSIX\Microsoft.MicrosoftOfficeHub_19.2512.39051.0_x64… 19.2512.39051.0
Solitaire & Casual Games MSIX\Microsoft.MicrosoftSolitaireCollection_4.24.1204… 4.24.12040.0
Microsoft Sticky Notes MSIX\Microsoft.MicrosoftStickyNotes_4.0.6104.0_x64__8… 4.0.6104.0
Mixed Reality Portal MSIX\Microsoft.MixedReality.Portal_2000.21051.1282.0_… 2000.21051.1282…
Microsoft .Net Native Framework Package 1.7 MSIX\Microsoft.NET.Native.Framework.1.7_1.7.27413.0_x… 1.7.27413.0
Microsoft .Net Native Framework Package 1.7 MSIX\Microsoft.NET.Native.Framework.1.7_1.7.27413.0_x… 1.7.27413.0
Microsoft .Net Native Framework Package 2.2 MSIX\Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x… 2.2.29512.0
Microsoft .Net Native Framework Package 2.2 MSIX\Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x… 2.2.29512.0
Microsoft .Net Native Runtime Package 1.7 MSIX\Microsoft.NET.Native.Runtime.1.7_1.7.27422.0_x64… 1.7.27422.0
Microsoft .Net Native Runtime Package 1.7 MSIX\Microsoft.NET.Native.Runtime.1.7_1.7.27422.0_x86… 1.7.27422.0
Microsoft .Net Native Runtime Package 2.2 MSIX\Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x64… 2.2.28604.0
Microsoft .Net Native Runtime Package 2.2 MSIX\Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x86… 2.2.28604.0
Microsoft.Office.ActionsServer MSIX\Microsoft.Office.ActionsServer_16.0.19328.20266_… 16.0.19328.20266
OneNote for Windows 10 MSIX\Microsoft.Office.OneNote_16.14326.22589.0_x64__8… 16.14326.22589.0
OfficePushNotificationsUtility MSIX\Microsoft.OfficePushNotificationUtility_16.0.193… 16.0.19328.20266
OneDrive MSIX\Microsoft.OneDriveSync_25216.1104.2.0_neutral__8… 25216.1104.2.0
Outlook for Windows MSIX\Microsoft.OutlookForWindows_1.2025.1121.100_x64_… 1.2025.1121.100
Paint MSIX\Microsoft.Paint_11.2510.311.0_x64__8wekyb3d8bbwe 11.2510.311.0
Microsoft People MSIX\Microsoft.People_10.2202.100.0_x64__8wekyb3d8bbwe 10.2202.100.0
Power Automate MSIX\Microsoft.PowerAutomateDesktop_1.0.2046.0_x64__8… 1.0.2046.0
Raw Image Extension MSIX\Microsoft.RawImageExtension_2.5.7.0_x64__8wekyb3… 2.5.7.0
Snipping Tool MSIX\Microsoft.ScreenSketch_11.2510.31.0_x64__8wekyb3… 11.2510.31.0
Windows Security MSIX\Microsoft.SecHealthUI_1000.29429.1000.0_x64__8we… 1000.29429.1000…
Microsoft Engagement Framework MSIX\Microsoft.Services.Store.Engagement_10.0.23012.0… 10.0.23012.0
Microsoft Engagement Framework MSIX\Microsoft.Services.Store.Engagement_10.0.23012.0… 10.0.23012.0
Skype MSIX\Microsoft.SkypeApp_15.150.3125.0_x64__kzf8qxf38z… 15.150.3125.0
Start Experiences App MSIX\Microsoft.StartExperiencesApp_1.179.4.0_x64__8we… 1.179.4.0
Store Experience Host MSIX\Microsoft.StorePurchaseApp_22509.1401.1.0_x64__8… 22509.1401.1.0
Microsoft To Do MSIX\Microsoft.Todos_0.148.3611.0_x64__8wekyb3d8bbwe 0.148.3611.0
Microsoft.UI.Xaml.2.0 MSIX\Microsoft.UI.Xaml.2.0_2.1810.18004.0_x64__8wekyb… 2.1810.18004.0
Microsoft.UI.Xaml.2.3 MSIX\Microsoft.UI.Xaml.2.3_2.32002.13001.0_x64__8weky… 2.32002.13001.0
Microsoft.UI.Xaml.2.3 MSIX\Microsoft.UI.Xaml.2.3_2.32002.13001.0_x86__8weky… 2.32002.13001.0
Microsoft.UI.Xaml.2.4 MSIX\Microsoft.UI.Xaml.2.4_2.42007.9001.0_x64__8wekyb… 2.42007.9001.0
Microsoft.UI.Xaml.2.4 MSIX\Microsoft.UI.Xaml.2.4_2.42007.9001.0_x86__8wekyb… 2.42007.9001.0
Microsoft.UI.Xaml.2.7 Microsoft.UI.Xaml.2.7 7.2409.9001.0 winget
Microsoft.UI.Xaml.2.7 Microsoft.UI.Xaml.2.7 7.2409.9001.0 winget
Microsoft.UI.Xaml.2.8 Microsoft.UI.Xaml.2.8 8.2501.31001.0 winget
Microsoft.UI.Xaml.2.8 Microsoft.UI.Xaml.2.8 8.2501.31001.0 winget
Microsoft Visual C++ 2015 UWP Desktop Runtime Pack… Microsoft.VCLibs.Desktop.14 14.0.33728.0 winget
Microsoft Visual C++ 2015 UWP Desktop Runtime Pack… Microsoft.VCLibs.Desktop.14 14.0.33728.0 winget
Microsoft Visual C++ 2015 UWP Runtime Package MSIX\Microsoft.VCLibs.140.00_14.0.33519.0_x64__8wekyb… 14.0.33519.0
Microsoft Visual C++ 2015 UWP Runtime Package MSIX\Microsoft.VCLibs.140.00_14.0.33519.0_x86__8wekyb… 14.0.33519.0
VP9 Video Extensions MSIX\Microsoft.VP9VideoExtensions_1.2.12.0_x64__8weky… 1.2.12.0
Web Media Extensions MSIX\Microsoft.WebMediaExtensions_1.2.17.0_x64__8weky… 1.2.17.0
WebP Image Extension MSIX\Microsoft.WebpImageExtension_1.2.14.0_x64__8weky… 1.2.14.0
Widgets Platform Runtime MSIX\Microsoft.WidgetsPlatformRuntime_1.6.14.0_x64__8… 1.6.14.0
Microsoft Photos MSIX\Microsoft.Windows.Photos_2025.11110.18001.0_x64_… 2025.11110.1800…
Windows Clock MSIX\Microsoft.WindowsAlarms_11.2510.4.0_x64__8wekyb3… 11.2510.4.0
WindowsAppRuntime.1.4 MSIX\Microsoft.WindowsAppRuntime.1.4_4000.1309.2056.0… 4000.1309.2056.0
WindowsAppRuntime.1.4 MSIX\Microsoft.WindowsAppRuntime.1.4_4000.1309.2056.0… 4000.1309.2056.0
WindowsAppRuntime.1.5 MSIX\Microsoft.WindowsAppRuntime.1.5_5001.373.1736.0_… 5001.373.1736.0
WindowsAppRuntime.1.5 MSIX\Microsoft.WindowsAppRuntime.1.5_5001.373.1736.0_… 5001.373.1736.0
WindowsAppRuntime.1.6 MSIX\Microsoft.WindowsAppRuntime.1.6_6000.519.329.0_x… 6000.519.329.0
WindowsAppRuntime.1.6 MSIX\Microsoft.WindowsAppRuntime.1.6_6000.519.329.0_x… 6000.519.329.0
WindowsAppRuntime.1.7 MSIX\Microsoft.WindowsAppRuntime.1.7_7000.652.1806.0_… 7000.652.1806.0
WindowsAppRuntime.1.7 MSIX\Microsoft.WindowsAppRuntime.1.7_7000.676.1651.0_… 7000.676.1651.0
WindowsAppRuntime.1.7 MSIX\Microsoft.WindowsAppRuntime.1.7_7000.676.1651.0_… 7000.676.1651.0
WindowsAppRuntime.1.8 MSIX\Microsoft.WindowsAppRuntime.1.8_8000.642.119.0_x… 8000.642.119.0
WindowsAppRuntime.1.8 MSIX\Microsoft.WindowsAppRuntime.1.8_8000.675.1142.0_… 8000.675.1142.0
WindowsAppRuntime.1.8 MSIX\Microsoft.WindowsAppRuntime.1.8_8000.675.1142.0_… 8000.675.1142.0
Windows Calculator MSIX\Microsoft.WindowsCalculator_11.2508.4.0_x64__8we… 11.2508.4.0
Windows Camera MSIX\Microsoft.WindowsCamera_2025.2510.2.0_x64__8weky… 2025.2510.2.0
Feedback Hub MSIX\Microsoft.WindowsFeedbackHub_1.2510.14102.0_x64_… 1.2510.14102.0
Windows Maps MSIX\Microsoft.WindowsMaps_1.0.65.0_x64__8wekyb3d8bbwe 1.0.65.0
Windows Notepad MSIX\Microsoft.WindowsNotepad_11.2508.38.0_x64__8weky… 11.2508.38.0
Windows Sound Recorder MSIX\Microsoft.WindowsSoundRecorder_1.1.47.0_x64__8we… 1.1.47.0
Microsoft Store MSIX\Microsoft.WindowsStore_22510.1401.4.0_x64__8weky… 22510.1401.4.0
Windows Terminal Microsoft.WindowsTerminal 1.23.12811.0 winget
Windows Package Manager Source (winget) V2 MSIX\Microsoft.Winget.Source_2025.1213.819.46_neutral… 2025.1213.819.46
Xbox TCUI MSIX\Microsoft.Xbox.TCUI_1.24.10001.0_x64__8wekyb3d8b… 1.24.10001.0
Xbox Console Companion MSIX\Microsoft.XboxApp_48.104.4001.0_x64__8wekyb3d8bb… 48.104.4001.0
Xbox Game Bar Plugin MSIX\Microsoft.XboxGameOverlay_1.54.4001.0_x64__8weky… 1.54.4001.0
Game Bar MSIX\Microsoft.XboxGamingOverlay_7.325.11061.0_x64__8… 7.325.11061.0
Xbox Identity Provider MSIX\Microsoft.XboxIdentityProvider_12.130.16001.0_x6… 12.130.16001.0
Game Speech Window MSIX\Microsoft.XboxSpeechToTextOverlay_1.97.17002.0_x… 1.97.17002.0
Phone Link MSIX\Microsoft.YourPhone_1.25102.64.0_x64__8wekyb3d8b… 1.25102.64.0
Windows Media Player MSIX\Microsoft.ZuneMusic_11.2510.7.0_x64__8wekyb3d8bb… 11.2510.7.0
Movies & TV MSIX\Microsoft.ZuneVideo_10.25101.10031.0_x64__8wekyb… 10.25101.10031.0
Quick Assist MSIX\MicrosoftCorporationII.QuickAssist_2.0.29.0_x64_… 2.0.29.0
Windows Subsystem for Linux MSIX\MicrosoftCorporationII.WindowsSubsystemForLinux_… 2.5.9.0
Windows Web Experience Pack MSIX\MicrosoftWindows.Client.WebExperience_525.31002.… 525.31002.150.0
Cross Device Experience Host MSIX\MicrosoftWindows.CrossDevice_1.25102.46.0_x64__c… 1.25102.46.0
Notepad++ MSIX\NotepadPlusPlus_1.0.0.0_neutral__2247w0b46hfww 1.0.0.0
WinMerge MSIX\WinMerge_1.0.7.0_neutral__83g614hpn1ttr 1.0.7.0
Local AI Manager for Microsoft 365 MSIX\aimgr_0.20.29.0_x64__8wekyb3d8bbwe 0.20.29.0
Slack SlackTechnologies.Slack 4.47.59.0 4.47.65 winget
Mail and Calendar MSIX\microsoft.windowscommunicationsapps_16005.14326.… 16005.14326.223…
Sample winget
Name Id Version Available Source --------------------------------------------------------------------------------------------------------------------------------------------- PS C:\> winget list | findstr "winget" 7-Zip 25.01 (x64) 7zip.7zip 25.01 winget Beyond Compare 4.4.7 ScooterSoftware.BeyondCompare.4 4.4.7.28397 winget Docker Desktop Docker.DockerDesktop 4.54.0 winget Greenshot 1.3.301 Greenshot.Greenshot 1.3.301 1.3.304 winget HWiNFO® 64 REALiX.HWiNFO 8.34 winget IrfanView 4.73 (64-bit) IrfanSkiljan.IrfanView 4.73 winget Mozilla Firefox ESR (x64 en-US) Mozilla.Firefox.ESR 140.6.0 winget Mozilla Firefox ESR (x64 en-US) Mozilla.Firefox.ESR 140.5.0 winget Notepad++ (64-bit x64) Notepad++.Notepad++ 8.8.9 winget Microsoft 365 Apps for enterprise - en-us Microsoft.Office 16.0.19328.20266 winget Microsoft OneDrive Microsoft.OneDrive 25.216.1104.0002 winget OpenSSL 3.6.0 (64-bit) ShiningLight.OpenSSL.Dev 3.6.0 winget VLC media player VideoLAN.VLC 3.0.22 winget WinMerge x64 WinMerge.WinMerge 2.16.52.2 winget Webex Cisco.Webex 45.12.0.33709 winget Strawberry Perl (64-bit) StrawberryPerl.StrawberryPerl 5.42.0.1 winget Synergy (64-bit) Symless.Synergy 1.14.6 3.2.1 winget Paint.NET dotPDN.PaintDotNet 5.1.11 winget Google Drive Google.GoogleDrive 117.0.0.0 winget YubiKey Manager CLI Yubico.YubiKeyManagerCLI 5.8.0.0 winget Zoom Workplace (64-bit) Zoom.Zoom 6.6.23272 winget Windows PC Health Check Microsoft.WindowsPCHealthCheck 4.0.2410.23001 winget PowerShell 7-x64 Microsoft.PowerShell 7.5.4.0 winget PowerShell 7.5.3.0-x64 Microsoft.PowerShell 7.5.3.0 winget Microsoft Visual Studio Code Microsoft.VisualStudioCode 1.107.0 winget OpenHashTab namazso.OpenHashTab 3.1.1 winget Google Chrome Google.Chrome.EXE 143.0.7499.41 winget Microsoft Edge Microsoft.Edge 143.0.3650.80 winget Steam Valve.Steam 2.10.91.91 winget Dashboard SanDisk.Dashboard 5.1.2.2 winget Windhawk v1.7.3 RamenSoftware.Windhawk 1.7.3 winget Microsoft Visual C++ v14 Redistributable (x86) - 1… Microsoft.VCRedist.2015+.x86 14.50.35719.0 winget Microsoft Windows Desktop Runtime - 8.0.22 (x86) Microsoft.DotNet.DesktopRuntime.8 8.0.22 winget Microsoft Purview Information Protection Microsoft.PurviewInformationProtection 3.1.310.0 winget Microsoft Visual C++ v14 Redistributable (x64) - 1… Microsoft.VCRedist.2015+.x64 14.50.35719.0 winget Microsoft .NET Runtime - 8.0.22 (x64) Microsoft.DotNet.Runtime.8 8.0.22 winget Microsoft Windows Desktop Runtime - 6.0.36 (x86) Microsoft.DotNet.DesktopRuntime.6 6.0.36 winget Signal 7.82.0 OpenWhisperSystems.Signal 7.82.0 winget MongoDB Compass MongoDB.Compass.Full 1.47.1 1.48.2.0 winget Ubuntu 24.04.1 LTS Canonical.Ubuntu.2404 2404.1.26.0 winget Kali Linux OffSec.KaliLinux 2025.3.0.0 winget Keeper® Password Manager KeeperSecurity.KeeperDesktop 17.4.1.0 winget Microsoft Teams Microsoft.Teams 25306.804.4102.… winget App Installer Microsoft.AppInstaller 1.27.350.0 winget Microsoft.UI.Xaml.2.7 Microsoft.UI.Xaml.2.7 7.2409.9001.0 winget Microsoft.UI.Xaml.2.7 Microsoft.UI.Xaml.2.7 7.2409.9001.0 winget Microsoft.UI.Xaml.2.8 Microsoft.UI.Xaml.2.8 8.2501.31001.0 winget Microsoft.UI.Xaml.2.8 Microsoft.UI.Xaml.2.8 8.2501.31001.0 winget Microsoft Visual C++ 2015 UWP Desktop Runtime Pack… Microsoft.VCLibs.Desktop.14 14.0.33728.0 winget Microsoft Visual C++ 2015 UWP Desktop Runtime Pack… Microsoft.VCLibs.Desktop.14 14.0.33728.0 winget Windows Terminal Microsoft.WindowsTerminal 1.23.12811.0 winget Slack SlackTechnologies.Slack 4.47.59.0 4.47.65 winget
Sample winget
Name Id Version Available Source --------------------------------------------------------------------------------------------------------------------------------------------- PS C:\> winget list | findstr "msstore" Audacity 3.7.6 XP8K0J757HHRDW 3.7.6 msstore
Sample NOT winget or msstore
PS C:\> winget list | findstr -v "winget" | grep -v "msstore"
Name Id Version Available Source
---------------------------------------------------------------------------------------------------------------------------------------------
Armoury Crate Service ARP\Machine\X64\Armoury Crate Service 6.3.6.0
Git ARP\Machine\X64\Git_is1 2.52.0
Mozilla Maintenance Service ARP\Machine\X64\MozillaMaintenanceService 140.6.0
Luma Island ARP\Machine\X64\Steam App 2408820 Unknown
Vim 9.1 (x64) ARP\Machine\X64\Vim 9.1 9.1.1972
Microsoft Update Health Tools ARP\Machine\X64\{1FC1A6C2-576E-489A-9B4A-92D21F542136} 3.74.0.0
ROG Live Service ARP\Machine\X64\{2D87BFB6-C184-4A59-9BBE-3E20CE797631} 3.3.12.0
Microsoft Defender for Endpoint plug-in for WSL ARP\Machine\X64\{4BC7FC7C-21F9-4E26-9DBE-A6DEA45636FF} 1.25.825.2
Microsoft Teams Meeting Add-in for Microsoft Office ARP\Machine\X64\{A7AB73A3-CB10-4AA5-9D38-6AEFFBDE4C91} 1.25.28902
AURA lighting effect add-on x64 ARP\Machine\X64\{C5A4A164-4428-4931-B728-96EEF0FA3C44} 0.0.49
GlobalProtect ARP\Machine\X64\{D69F9E89-516A-4543-9DE1-A4BD75CE851C} 6.2.3
Windows Subsystem for Linux Update ARP\Machine\X64\{F8474A47-8B5D-4466-ACE3-78EAB3BF21A8} 5.10.102.1
Citrix Workspace 2402 ARP\Machine\X86\CitrixOnlinePluginPackWeb 24.2.3001.9
GnuWin32: CoreUtils version 5.3.0 ARP\Machine\X86\CoreUtils-5.3.0_is1 5.3.0
FileZilla 3.69.5 ARP\Machine\X86\FileZilla Client 3.69.5
GameSDK Service ARP\Machine\X86\{021d69c3-d686-4a94-8fb5-fd1ee782fb14} 1.0.5.0
AURA lighting effect add-on ARP\Machine\X86\{1E2EA04B-FCA7-457E-B6F4-F33E1858E859} 0.0.49
Microsoft Intune Management Extension ARP\Machine\X86\{262D9D60-DB70-49A1-9880-B5E140727909} 1.97.107.0
ASUS Framework Service ARP\Machine\X86\{339A6383-7862-46DA-8A9D-E84180EF9424} 4.2.4.7
Printer Installer Client ARP\Machine\X86\{A9DE0858-9DDD-4E1B-B041-C2AA90DCBF74} 25.0.0.1074
AURA Service ARP\Machine\X86\{cabfa89d-a59c-47ac-8d18-2032a1f72f20} 3.08.59
Armoury Crate MSIX\ASUSAmbientHAL64_1.0.0.3_neutral__ecvjzhf6c4w7r 1.0.0.3
Intel® Graphics Command Center MSIX\AppUp.IntelGraphicsExperience_1.100.5688.0_x64__… 1.100.5688.0
Intel® OptaneTM Memory and Storage Management MSIX\AppUp.IntelOptaneMemoryandStorageManagement_18.1… 18.1.1042.0
Microsoft Clipchamp MSIX\Clipchamp.Clipchamp_4.4.10420.0_x64__yxz26nhyzhs… 4.4.10420.0
AV1 Video Extension MSIX\Microsoft.AV1VideoExtension_2.0.6.0_x64__8wekyb3… 2.0.6.0
AVC Encoder Video Extension MSIX\Microsoft.AVCEncoderVideoExtension_1.1.21.0_x64_… 1.1.21.0
Windows Application Compatibility Enhancements MSIX\Microsoft.ApplicationCompatibilityEnhancements_1… 1.2511.9.0
News MSIX\Microsoft.BingNews_4.55.62231.0_x64__8wekyb3d8bb… 4.55.62231.0
Microsoft Bing MSIX\Microsoft.BingSearch_1.1.40.0_x64__8wekyb3d8bbwe 1.1.40.0
MSN Weather MSIX\Microsoft.BingWeather_4.54.63029.0_x64__8wekyb3d… 4.54.63029.0
Company Portal MSIX\Microsoft.CompanyPortal_11.2.1672.0_x64__8wekyb3… 11.2.1672.0
Copilot MSIX\Microsoft.Copilot_1.25114.55.0_x64__8wekyb3d8bbwe 1.25114.55.0
Microsoft Edge Game Assist MSIX\Microsoft.Edge.GameAssist_1.0.3456.0_x64__8wekyb… 1.0.3456.0
Xbox MSIX\Microsoft.GamingApp_2512.1001.34.0_x64__8wekyb3d… 2512.1001.34.0
Get Help MSIX\Microsoft.GetHelp_10.2409.32612.0_x64__8wekyb3d8… 10.2409.32612.0
HEIF Image Extension MSIX\Microsoft.HEIFImageExtension_1.2.23.0_x64__8weky… 1.2.23.0
HEVC Video Extensions from Device Manufacturer MSIX\Microsoft.HEVCVideoExtension_2.4.39.0_x64__8weky… 2.4.39.0
MPEG-2 Video Extension MSIX\Microsoft.MPEG2VideoExtension_1.2.13.0_x64__8wek… 1.2.13.0
Paint 3D MSIX\Microsoft.MSPaint_6.1907.29027.0_x64__8wekyb3d8b… 6.1907.29027.0
3D Viewer MSIX\Microsoft.Microsoft3DViewer_1.0.125.0_x64__8weky… 1.0.125.0
Microsoft Edge MSIX\Microsoft.MicrosoftEdge.Stable_140.0.3485.94_neu… 140.0.3485.94
Microsoft 365 Copilot MSIX\Microsoft.MicrosoftOfficeHub_19.2512.39051.0_x64… 19.2512.39051.0
Solitaire & Casual Games MSIX\Microsoft.MicrosoftSolitaireCollection_4.24.1204… 4.24.12040.0
Microsoft Sticky Notes MSIX\Microsoft.MicrosoftStickyNotes_4.0.6104.0_x64__8… 4.0.6104.0
Mixed Reality Portal MSIX\Microsoft.MixedReality.Portal_2000.21051.1282.0_… 2000.21051.1282…
Microsoft .Net Native Framework Package 1.7 MSIX\Microsoft.NET.Native.Framework.1.7_1.7.27413.0_x… 1.7.27413.0
Microsoft .Net Native Framework Package 1.7 MSIX\Microsoft.NET.Native.Framework.1.7_1.7.27413.0_x… 1.7.27413.0
Microsoft .Net Native Framework Package 2.2 MSIX\Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x… 2.2.29512.0
Microsoft .Net Native Framework Package 2.2 MSIX\Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x… 2.2.29512.0
Microsoft .Net Native Runtime Package 1.7 MSIX\Microsoft.NET.Native.Runtime.1.7_1.7.27422.0_x64… 1.7.27422.0
Microsoft .Net Native Runtime Package 1.7 MSIX\Microsoft.NET.Native.Runtime.1.7_1.7.27422.0_x86… 1.7.27422.0
Microsoft .Net Native Runtime Package 2.2 MSIX\Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x64… 2.2.28604.0
Microsoft .Net Native Runtime Package 2.2 MSIX\Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x86… 2.2.28604.0
Microsoft.Office.ActionsServer MSIX\Microsoft.Office.ActionsServer_16.0.19328.20266_… 16.0.19328.20266
OneNote for Windows 10 MSIX\Microsoft.Office.OneNote_16.14326.22589.0_x64__8… 16.14326.22589.0
OfficePushNotificationsUtility MSIX\Microsoft.OfficePushNotificationUtility_16.0.193… 16.0.19328.20266
OneDrive MSIX\Microsoft.OneDriveSync_25216.1104.2.0_neutral__8… 25216.1104.2.0
Outlook for Windows MSIX\Microsoft.OutlookForWindows_1.2025.1121.100_x64_… 1.2025.1121.100
Paint MSIX\Microsoft.Paint_11.2510.311.0_x64__8wekyb3d8bbwe 11.2510.311.0
Microsoft People MSIX\Microsoft.People_10.2202.100.0_x64__8wekyb3d8bbwe 10.2202.100.0
Power Automate MSIX\Microsoft.PowerAutomateDesktop_1.0.2046.0_x64__8… 1.0.2046.0
Raw Image Extension MSIX\Microsoft.RawImageExtension_2.5.7.0_x64__8wekyb3… 2.5.7.0
Snipping Tool MSIX\Microsoft.ScreenSketch_11.2510.31.0_x64__8wekyb3… 11.2510.31.0
Windows Security MSIX\Microsoft.SecHealthUI_1000.29429.1000.0_x64__8we… 1000.29429.1000…
Microsoft Engagement Framework MSIX\Microsoft.Services.Store.Engagement_10.0.23012.0… 10.0.23012.0
Microsoft Engagement Framework MSIX\Microsoft.Services.Store.Engagement_10.0.23012.0… 10.0.23012.0
Skype MSIX\Microsoft.SkypeApp_15.150.3125.0_x64__kzf8qxf38z… 15.150.3125.0
Start Experiences App MSIX\Microsoft.StartExperiencesApp_1.179.4.0_x64__8we… 1.179.4.0
Store Experience Host MSIX\Microsoft.StorePurchaseApp_22509.1401.1.0_x64__8… 22509.1401.1.0
Microsoft To Do MSIX\Microsoft.Todos_0.148.3611.0_x64__8wekyb3d8bbwe 0.148.3611.0
Microsoft.UI.Xaml.2.0 MSIX\Microsoft.UI.Xaml.2.0_2.1810.18004.0_x64__8wekyb… 2.1810.18004.0
Microsoft.UI.Xaml.2.3 MSIX\Microsoft.UI.Xaml.2.3_2.32002.13001.0_x64__8weky… 2.32002.13001.0
Microsoft.UI.Xaml.2.3 MSIX\Microsoft.UI.Xaml.2.3_2.32002.13001.0_x86__8weky… 2.32002.13001.0
Microsoft.UI.Xaml.2.4 MSIX\Microsoft.UI.Xaml.2.4_2.42007.9001.0_x64__8wekyb… 2.42007.9001.0
Microsoft.UI.Xaml.2.4 MSIX\Microsoft.UI.Xaml.2.4_2.42007.9001.0_x86__8wekyb… 2.42007.9001.0
Microsoft Visual C++ 2015 UWP Runtime Package MSIX\Microsoft.VCLibs.140.00_14.0.33519.0_x64__8wekyb… 14.0.33519.0
Microsoft Visual C++ 2015 UWP Runtime Package MSIX\Microsoft.VCLibs.140.00_14.0.33519.0_x86__8wekyb… 14.0.33519.0
VP9 Video Extensions MSIX\Microsoft.VP9VideoExtensions_1.2.12.0_x64__8weky… 1.2.12.0
Web Media Extensions MSIX\Microsoft.WebMediaExtensions_1.2.17.0_x64__8weky… 1.2.17.0
WebP Image Extension MSIX\Microsoft.WebpImageExtension_1.2.14.0_x64__8weky… 1.2.14.0
Widgets Platform Runtime MSIX\Microsoft.WidgetsPlatformRuntime_1.6.14.0_x64__8… 1.6.14.0
Microsoft Photos MSIX\Microsoft.Windows.Photos_2025.11110.18001.0_x64_… 2025.11110.1800…
Windows Clock MSIX\Microsoft.WindowsAlarms_11.2510.4.0_x64__8wekyb3… 11.2510.4.0
WindowsAppRuntime.1.4 MSIX\Microsoft.WindowsAppRuntime.1.4_4000.1309.2056.0… 4000.1309.2056.0
WindowsAppRuntime.1.4 MSIX\Microsoft.WindowsAppRuntime.1.4_4000.1309.2056.0… 4000.1309.2056.0
WindowsAppRuntime.1.5 MSIX\Microsoft.WindowsAppRuntime.1.5_5001.373.1736.0_… 5001.373.1736.0
WindowsAppRuntime.1.5 MSIX\Microsoft.WindowsAppRuntime.1.5_5001.373.1736.0_… 5001.373.1736.0
WindowsAppRuntime.1.6 MSIX\Microsoft.WindowsAppRuntime.1.6_6000.519.329.0_x… 6000.519.329.0
WindowsAppRuntime.1.6 MSIX\Microsoft.WindowsAppRuntime.1.6_6000.519.329.0_x… 6000.519.329.0
WindowsAppRuntime.1.7 MSIX\Microsoft.WindowsAppRuntime.1.7_7000.652.1806.0_… 7000.652.1806.0
WindowsAppRuntime.1.7 MSIX\Microsoft.WindowsAppRuntime.1.7_7000.676.1651.0_… 7000.676.1651.0
WindowsAppRuntime.1.7 MSIX\Microsoft.WindowsAppRuntime.1.7_7000.676.1651.0_… 7000.676.1651.0
WindowsAppRuntime.1.8 MSIX\Microsoft.WindowsAppRuntime.1.8_8000.642.119.0_x… 8000.642.119.0
WindowsAppRuntime.1.8 MSIX\Microsoft.WindowsAppRuntime.1.8_8000.675.1142.0_… 8000.675.1142.0
WindowsAppRuntime.1.8 MSIX\Microsoft.WindowsAppRuntime.1.8_8000.675.1142.0_… 8000.675.1142.0
Windows Calculator MSIX\Microsoft.WindowsCalculator_11.2508.4.0_x64__8we… 11.2508.4.0
Windows Camera MSIX\Microsoft.WindowsCamera_2025.2510.2.0_x64__8weky… 2025.2510.2.0
Feedback Hub MSIX\Microsoft.WindowsFeedbackHub_1.2510.14102.0_x64_… 1.2510.14102.0
Windows Maps MSIX\Microsoft.WindowsMaps_1.0.65.0_x64__8wekyb3d8bbwe 1.0.65.0
Windows Notepad MSIX\Microsoft.WindowsNotepad_11.2508.38.0_x64__8weky… 11.2508.38.0
Windows Sound Recorder MSIX\Microsoft.WindowsSoundRecorder_1.1.47.0_x64__8we… 1.1.47.0
Microsoft Store MSIX\Microsoft.WindowsStore_22510.1401.4.0_x64__8weky… 22510.1401.4.0
Xbox TCUI MSIX\Microsoft.Xbox.TCUI_1.24.10001.0_x64__8wekyb3d8b… 1.24.10001.0
Xbox Console Companion MSIX\Microsoft.XboxApp_48.104.4001.0_x64__8wekyb3d8bb… 48.104.4001.0
Xbox Game Bar Plugin MSIX\Microsoft.XboxGameOverlay_1.54.4001.0_x64__8weky… 1.54.4001.0
Game Bar MSIX\Microsoft.XboxGamingOverlay_7.325.11061.0_x64__8… 7.325.11061.0
Xbox Identity Provider MSIX\Microsoft.XboxIdentityProvider_12.130.16001.0_x6… 12.130.16001.0
Game Speech Window MSIX\Microsoft.XboxSpeechToTextOverlay_1.97.17002.0_x… 1.97.17002.0
Phone Link MSIX\Microsoft.YourPhone_1.25102.64.0_x64__8wekyb3d8b… 1.25102.64.0
Windows Media Player MSIX\Microsoft.ZuneMusic_11.2510.7.0_x64__8wekyb3d8bb… 11.2510.7.0
Movies & TV MSIX\Microsoft.ZuneVideo_10.25101.10031.0_x64__8wekyb… 10.25101.10031.0
Quick Assist MSIX\MicrosoftCorporationII.QuickAssist_2.0.29.0_x64_… 2.0.29.0
Windows Subsystem for Linux MSIX\MicrosoftCorporationII.WindowsSubsystemForLinux_… 2.5.9.0
Windows Web Experience Pack MSIX\MicrosoftWindows.Client.WebExperience_525.31002.… 525.31002.150.0
Cross Device Experience Host MSIX\MicrosoftWindows.CrossDevice_1.25102.46.0_x64__c… 1.25102.46.0
Notepad++ MSIX\NotepadPlusPlus_1.0.0.0_neutral__2247w0b46hfww 1.0.0.0
WinMerge MSIX\WinMerge_1.0.7.0_neutral__83g614hpn1ttr 1.0.7.0
Local AI Manager for Microsoft 365 MSIX\aimgr_0.20.29.0_x64__8wekyb3d8bbwe 0.20.29.0
Mail and Calendar MSIX\microsoft.windowscommunicationsapps_16005.14326.… 16005.14326.223…
keywords
- ↑ https://en.wikipedia.org/wiki/Windows_Package_Manager
- ↑ https://github.com/microsoft/winget-cli
- ↑ https://github.com/microsoft/winget-pkgs/blob/master/manifests/m/Microsoft/WindowsTerminal/1.23.20211.0/Microsoft.WindowsTerminal.installer.yaml
- ↑ https://github.com/microsoft/winget-pkgs/blob/master/manifests/m/Microsoft/WindowsTerminal/1.23.20211.0/Microsoft.WindowsTerminal.locale.en-US.yaml
- ↑ https://github.com/microsoft/winget-pkgs/blob/master/manifests/m/Microsoft/WindowsTerminal/1.23.20211.0/Microsoft.WindowsTerminal.installer.yaml
- ↑ https://github.com/microsoft/winget-pkgs/blob/master/manifests/m/Microsoft/WindowsTerminal/Preview/1.24.10212.0/Microsoft.WindowsTerminal.Preview.installer.yaml
- ↑ https://github.com/microsoft/winget-pkgs/blob/master/manifests/m/Microsoft/WindowsTerminal/Preview/1.24.10212.0/Microsoft.WindowsTerminal.Preview.locale.en-US.yaml
- ↑ https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Launcher/3.13.5/Python.Launcher.locale.en-US.yaml
- ↑ https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Launcher/3.13.5/Python.Launcher.installer.yaml
- ↑ https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Launcher/3.13.5/Python.Launcher.installer.yaml
- ↑ https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/14/3.14.3/Python.Python.3.14.locale.en-US.yaml
- ↑ https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/14/3.14.3/Python.Python.3.14.locale.en-US.yaml
- ↑ https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/14/3.14.3/Python.Python.3.14.installer.yaml
- ↑ https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/14/3.14.3/Python.Python.3.14.installer.yaml
- ↑ https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/12/3.12.10/Python.Python.3.12.locale.en-US.yaml
- ↑ https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/12/3.12.10/Python.Python.3.12.locale.en-US.yaml
- ↑ https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/12/3.12.10/Python.Python.3.12.installer.yaml
- ↑ https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/12/3.12.10/Python.Python.3.12.installer.yaml
- ↑ https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/8/3.8.10/Python.Python.3.8.locale.en-US.yaml
- ↑ https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/8/3.8.10/Python.Python.3.8.locale.en-US.yaml
- ↑ https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/8/3.8.10/Python.Python.3.8.installer.yaml
- ↑ https://github.com/microsoft/winget-pkgs/blob/master/manifests/p/Python/Python/3/8/3.8.10/Python.Python.3.8.installer.yaml
- ↑ https://techcommunity.microsoft.com/blog/windows-itpro-blog/use-winget-1-8-to-download-microsoft-store-apps/4204522
- ↑ https://learn.microsoft.com/en-us/windows/package-manager/winget/list