Am on Windows 11. Once in a while, winget, the Windows Package manager, suddenly begins installing Postgres v14 without my consent as seen in this scr ...
Am on Windows 11. Once in a while, winget, the Windows Package manager, suddenly begins installing Postgres v14 without my consent as seen in this scr ...
I was working with WinGet, when I suddenly noticed why we write '-h' in command. What is the use of this flag? I tried searching but couldn't find. ...
Is there a way to list only packages installed specifically with the winget command? winget list seems to show all packages installed on the machine ...
I would like to use winget to search for all packages and store them in a text file or a variable. Later on I would like to sort them in a list with " ...
How to install multiple packages with winget ? Is this the only way ? https://github.com/microsoft/winget-cli/issues/219 I mean is there any ability ...
I want to build my project in a docker desktop windows container. The OS is Windows Server 2019 Core (no interface, just a console). If I want to bui ...
I need to prepare a powershell script, that I can use after installing Windows. The script will install basic programs with Winget. The problem is, th ...
I tried winget source reset --force winget source update --force command but then again the winget upgrade command is showing "Failed in attempting ...
I tried to install the .NET SDK's for both Framework versions 4.7.2 and 4.8. However, this does not seem possible as there is no way to specify the ve ...
Using winget, winget list command displays the list of the applications currently installed in my computer, but it doesn't display the applications ...
currently, I am trying to get some silent install commands out of the winget cmdlet in order to deploy win32apps via intune. Most of the time I just r ...
I have an NSIS installer and created a yaml manifest, and I need to handle upgrades. When an upgrade is performed by winget, does it first run uninst ...
Currently working with WinGet to improve application deployment lifecycle within Intune. I am looking at deploying a detection script that checks for ...
When using the windows installer found on postgresql.org, the installer has a step asking you to provide a superuser password for the default postgres ...
So, I have to update the windows package oh-my-posh, and I try to use the indicated command winget upgrade oh-my-posh. But the result is this: I al ...
I'm probably trying to do something stupid, but I have been writing roles to install applications via WinGet (Windows package manager) and via ansible ...
I was creating a batch to automate Java uninstallation: but Oracle renamed app in WMIC as Java 8 Update 321 (64-bit). For example in the future Ora ...
I have a little problem while I want to update my package. I'll explain this: I published my package. After that, I waited for 2-3 hours for my packag ...
I'm faced with a situation considering usage of 'winget'. Installed it through 'Store' without problems but winget was not accessible. When i try to ...
Currently, the latest Python 3 offered through winget is 3.10.150.0: but I'd like to install 3.9 and keep using 3.9. Is it possible to do that with ...