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).
### Description of the new feature / enhancement 1. #### **Request** As [`winget-pkgs/issues/166364#issuecomment-2273528233`](https://github.com/microsoft/winget-pkgs/issues/166364#issuecomment-2273528233) explains (paraphrased): > `*.appinstaller` [...] is currently not supported by `winget.exe`, since it can't be installed unattendedly....
Several packages do not support or provide a silent install experience. Assuming package manifests identify support for interactive installers, the client should be able to filter these packages so they...
### Brief description of your issue When downloading a store app, the user is presented with the following if they do not have admin access to the license. Failed to...
### Brief description of your issue I was on an enterprise managed PC running Win10, and then upgraded to Win11. On Win10, winget was working without issue. After the upgrade...
### Brief description of your issue i was trying to install all my apps that i need i run the script with the commands and when it reach the unigram...
### Description of the new feature / enhancement This is mostly for enhancing user experience. When I give `--installer-type exe` for `winget (install|upgrade|download|show)` command, then I would expect to get...
### Brief description of your issue when I execute "winget list" I do get a result with 376 entries. This command takes apr. 2.5 sec to execute and show. when...
### Description of the new feature / enhancement Current only `install` provides an option to pass a string directly to the installer. It would be useful to have this option...
### Brief description of your issue `Update-WinGetPackage` does not throw if it fails, and in my example it does not set `$LASTEXITCODE` to `-2145844844` like `winget upgrade` does. ### Steps...
### Description of the new feature / enhancement SmartScreen is good, but unfortunately sometimes it can be annoying due to network and other problems. `winget` now skips SmartScreen for default...