-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Cannot uninstall Windows Terminal #11128
Comments
Weird. Are you absolutely sure there aren't any Terminal instances still running? Sometimes the app platform gets confused and leaves a handle open somewhere, or something like that. At the risk of sounding totally inane, does restarting the PC fix this by any chance? If not then we'll have to follow up with the MSIX team |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. |
Exactly the same thing here. Of course, there is no instance running (even from an "offline" location after the workaround mentioned in #6010, which is the reason of the uninstall in the first place, as the install simply doesn't work at all), and the PC has been rebooted several times. |
New point of interest : in my case, it turned out that it was much worse than just not being able to uninstall. I managed to track down a serious issue I had to this failed install : there seems to be an integration with the Explorer that tries to instantiate a COM component, and this eventually fails with a "network location cannot be reached" error (seen in windbg). This was not much of a problem when directly on our corporate network, but when remoting with the VPN in the way, the error would happen only after a 20 seconds timeout. So the net effect was that double or right clicking any folder within the Explorer (including right-clicking on the background, which is basically the Desktop folder) resulted in a 20 seconds freeze. I removed a bunch of registry keys related to "WindowsTerminal" and associated ClassIds, and the problem disappeared. |
Avoid "installing" it "properly", just unpack the relevant |
On our corporate devices, the Microsoft Store is blocked. Windows Terminal was installed by downloading the MSIX package and installing manually. when trying to uninstall it:
Remove-AppxPackage -Package Microsoft.WindowsTerminal
Get-AppPackageLog -ActivityID 5773b13b-a048-0000-dcb3-7a5748a0d701
The text was updated successfully, but these errors were encountered: