-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Winget will not run no option to uninstall App Installer #1840
Comments
If its such a heap of trash, then just uninstall it and leave, its not hard. Why are you asking for help for something you obviously don't want to use anyway |
It has no uninstall button |
Because its a system app, you didnt install the app, you installed a update. If you don't use it just ignore it |
So uninstall it is the first advice. Then I can't uninstall it, and should ignore it like inert software that just sits on the machine... Please let someone else respond to the ticket, or close it, or leave it. You're making this worse, you haven't answered the question about where the executable should be. You've provided nothing, but further frustration. You seem to have read 4 words which you've taken exception to. Confirmed I've not installed this, and it is unlikely a user has. You've just let me know that this has been installed on a machine without the owner knowledge and is hidden from their path. That is malware behavior; I only ever add to paths of machines I use, I don't remove from the PATH. It shouldn't take very much to imagine why someone might be annoyed. This isn't some 15 year old school kid project, or a bunch of hobbyists. It's under the Microsoft org. If something has been installed on computers, then it should damn well work or have the path documented! |
There's no easy way for you to do that as App Installer is pre-built into Windows and is non-removable. Any other way, such as taking over If you do it correctly then you'll likely not run into any issues, but a lot of the posts in various subreddits for Windows are about people messing up their permissions for the
If you're unable to uninstall App Installer via
On your device, there's supposed to be a You could also put
App Installer has been pre-installed into Windows 10—and now Windows 11 as well—for several years now and is pre-installed into Windows to easily allow you to install any Windows Package Manager (WinGet) is part of App Installer, however, it's currently not part of a clean installation of Windows; and one of the ways to receive Windows Package Manager (WinGet) is by updating App Installer from the Microsoft Store. It's possible to downgrade your App Installer build which doesn't have Windows Package Manager (WinGet) pre-built into it, but you're more likely to run into security vulnerabilities, such as https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-43890, which is solved in https://github.com/microsoft/winget-cli/releases/tag/v1.2.3411-preview. Also, regarding the automated software installs and automated software updates on your device without your consent. This is essentially what the Microsoft Software License Terms (EULA) says:
For some applications on Windows that's a bit unnecessary, as the installer will take care of that for you automatically without needed your user interaction. For example: If you wanted to install Git for Windows, it'll automatically do that for you. One disadvantage of this is that it can sometimes break your For example: An installer may add unwanted semi-colons or unwanted special characters to your So make sure to double-check your
If you're running a consumer version of Windows, it should already be in your In this case,
For curiosity, here's what my virtual machine looks like, with a working Windows Package Manager (WinGet):
Everyone's OS configuration is different, so everyone will run into different issues. Someone ran CCleaner on their device which rendered App Installer and other applications in a broken state: #1656 (comment). If I ever ran into this issue, I would start diagnosing |
Thank you @ItzLevvie what wonderful thorough documentation. You are so kind and helpful, I apologize for my bad behavior earlier. I'll close this out now as it gives me lots of information. I Had tried https://github.com/microsoft/winget-cli/tree/master/doc/troubleshooting but this looks like there are a few things I'd not tried, including removing (which hopefully will let me re-install and get to clean). |
You were right about the WindowsApps in program files. Likely some DRM. I was trying to make sense of the various app folders that contained the symlink'ish thing pointing at the real executable. |
Was the solution to microsoft#1840. With thanks to @ItzLevvie
* Adds experiment to know if PATH is common issue. Was the solution to #1840. With thanks to @ItzLevvie * Update command. * Remove extension that is not needed * Remove administrator from instructions
Brief description of your issue
Really very annoyingly this does not seem to be in my PATH.
Windows store is logged in. And reports the app being installed; as well as compatible with my PC.
Powershell in the screenshot is in administrator mode.
Please just tell me where this
heap of trashis supposed to be installed so I can manually add it to my path.Steps to reproduce
unknown how system got into this state.
Expected behavior
type winget; at least finds the damn executable
Actual behavior
Pictured. Powershell cannot find the executable
Environment
N/A (Can't run winget)
The text was updated successfully, but these errors were encountered: