Questions tagged [winget]
35 questions
45
votes
4 answers
How to know where winget installed a program?
I had installed Zotero using winget install Zotero.Zotero and it installed fine in C:\Program Files (x86)\Zotero. But when I run winget upgrade, it shows two Zotero versions, like so:
Name Id Version Available…
P_0
- 551
14
votes
1 answer
WinGet COM Server is consuming 25% of CPU. How to fix it?
Last days I heard the laptop's fan kicking in, and I discovered a process called 'WinGet COM Server' which is consuming CPU cycles. I uninstalled WinGet from apps, but it appeared once again. I think that Windows Update reinstalled it.
Curiously, I…
salvattore001
- 151
14
votes
2 answers
How to change the install location of "winget"?
I want to change the install path of winget (the package manager for Windows) to D:\Program Files\{insert folder name}. This is the command I was told to use on the documentation
winget install --id {insert program id} --location "D:\Program…
Chaotic
- 143
8
votes
1 answer
How to remove/uninstall corrupted winget package?
When I run winget list python I get that Python.Python.3 is installed by winget; however, running python says the executable is missing.
winget uninstall --id Python.Python.3 runs the uninstaller but the uninstaller halts and does not complete.
Is…
treedust
- 313
5
votes
2 answers
How do you programmatically check if there are updates to your installed programs with winget?
I've spent a ridiculous amount of time trying to make use of winget.
If I simply run winget upgrade, or winget upgrade for each program I care about, it not only checks if there is an update, but actually updates, which frequently means it…
Valantine
- 51
5
votes
2 answers
How can I add configuration file to Nano obtained from WinGet on WIndows?
I have installed this version of Nano using:
winget install GNU.nano
Now, I'm trying to figure out where to put the config files for nano to read them. Below is the list of places where I've tried putting the…
SepSol
- 81
4
votes
0 answers
Remove package from winget package list without uninstalling
Synopsis: I used Winget to install an application that had an auto
updater, such as Discord. The issue here is that if the Discord app
upgrades itself,the Winget will be unable to detect the change in
version.
I'd like to remove the application…
3
votes
2 answers
WingetUI: 'the server certificate did not match the expected values' - Kaspersky Protection changes the certificate that wingetUI expects
The tool I use for updating all my apps on Windows 11 called wingetUI recently throws:
0x8a15005e : The server certificate did not match any of the expected values.
and it does not update the selected Apps as it is supposed to.
As it turns out my…
SrgtSugar
- 51
3
votes
3 answers
Does "winget" just trust whatever each program's installer has selected by default?
I recently learned about the amazing (in theory) command "winget", built into Windows 10.
But something about it worries me: a lot of software has all kinds of user-hostile defaults selected in the installer, everything from "enable telemetry" to…
Capone
- 31
- 1
- 1
- 2
3
votes
1 answer
MSYS2 cannot be updated in winget
winget v1.4.10173
While performing winget upgrade --all I got the folowing result:
Name Id Version Available Source
------------------------------------------------------------
MariaDB 10.5 (x64) MariaDB.Server 10.5.18.0…
pogurek
- 133
3
votes
1 answer
Why doesn't the winget package of python include python3.exe?
The community-accepted solution for including a shebang line for Python seems to be to use #!/usr/bin/env python3. However, when I install Python 3 using the winget package (i.e. winget install --id Python.Python.3.11), and then attempt to run a…
Casey Kuball
- 516
3
votes
1 answer
How to get 'winget' command in windows 11
I am running into this problem when I try to execute 'winget' in power shell.
❯ winget
winget: The term 'winget' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was…
n179911a
- 31
2
votes
1 answer
List of CDN URL's used for Winget
I am currently trying to roll Microsoft Store app (new) via Intune, but it looks like some of the CDN URLs are being blocked by our web filtering software (Forcepoint)
I would like to know where winget pulls the installers from so that I can look at…
2
votes
2 answers
How can I see and/or change the "geographic region" that is sent when using winget?
When I run winget upgrade winget on Windows, among the output it says "The source requires current machine's geographic region to be sent to function properly." (Emphasis by me.)
I don't live in England, but I would like to see British English…
user
- 21
2
votes
1 answer
Preferences reports wrong version for some installed apps
For a few of my apps, the preferences/apps control panel shows an incorrect (outdated) version. winget reports the same thing. For example, I have installed OBS Studio 28.0.2, but winget thinks it's 25.0.8.
Same thing with another software suite…
Tim Pietzcker
- 2,730