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).
### Brief description of your issue Probably related to #2966 Tried to pin MS Teams, but it said package was not found. Ran `winget list Teams` and saw: ``` PS...
### Description of the new feature / enhancement To facilitate installing Winget from Microsoft Store, I'd like to suggest that the "App Installer" in Microsoft Store be tagged with winget...
### Brief description of your issue I know this bug has been posted in issues before this, but I still haven't solved my problem after scrutinizing those issues, and my...
### Brief description of your issue Winget show update for Microsoft Visual C++ 2015-2022 Redistributable (x64) not version Microsoft Visual C++ 2015-2022 Redistributable (x86) ### Steps to reproduce winget upgrade...
This pipeline will be triggered after a onefuzz job is completed. That way the code coverage results can be reported back to the one fuzz team for analysis. I will...
I would like an option to specify via GPO (Group Policy Object) that WinGet should change the MoTW (Mark of The Web) from untrusted zones (the Internet) when SHA256 hashes...
### Brief description of your issue When winget-cli downloads an installer, it adds a MotW to it. If the source zone is not trusted, a GUI (!) warning popup shows...
## Change To better reflect the underlying code and continue to move business logic out of the `CompositeSource`, this change refactors the `IPackage` interface into 3: ```C++ // Contains a...
### Description of the new feature / enhancement When agreements are required due to implicit tags in installer switches, the agreement title and agreement URL are required by policy for...
### Brief description of your issue Tried installing `zoxide` via `winget install --scope machine ajeetdsouza.zoxide` via PowerShell and git-bash. Both resulted in this error `bash: /c/Program Files/WinGet/Links/zoxide: Permission denied` when...