winget-cli
winget-cli copied to clipboard
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).
Related to: #2845 This is a rough draft of the proposed schema that outlines the fields that could be utilized to provide the information necessary for WinGet configure. ###### Microsoft...
### Description of the new feature / enhancement We've started to see a few more examples of candidates for expected return codes. "Administrator mode not supported" - related to "prohibitsElevation"...
### Description of the new feature / enhancement This is a parent issue to track outstanding schema requests for the 1.4 schema. Inclusion in this list is **not a commitment**....
### Brief description of your issue Please document the exit codes so WinGet can be used in batch files.
### Description of the new feature / enhancement I have some strange habit of turning on my computer then running `winget upgrade --all` as the first thing to ensure I'm...
This is a preview implementation of a DSC resource that installs packages on winget. For now, ensures a package is installed or not. Its install behavior depends if the package...
### Brief description of your issue winget currently does not flag as a manifest warning /error when it encounters the same SHA-256 checksum for installers for different cpu architectures? This...
# Command used ## First attempt (Preview not installed though) ´´´ winget upgrade PowerShell Multiple installed packages found matching input criteria. Please refine the input. Name Id --------------------------------------- PowerShell Microsoft.PowerShell...
### Brief description of your issue 0x80072eff : unknown error while executing `winget upgrade --all` command on my windows terminal ### Steps to reproduce 1. Open windows terminal 2. Paste...
### Description of the new feature / enhancement As you know the Log path is a less than intuitive location. ;) %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\DiagOutputDir I had to create a CMD file in...