Extension not disappears from Edge browser

1

When I remove extension from powershell using remove-appxpackage command (When edge browser was not open) extension is not disappears from edge browser.

This is a command that I have executed.

get-appxpackage MyPackageName | remove-appxpackage

Munavvar

Posted 2018-03-01T07:51:36.417

Reputation: 111

Did you check if get-appxpackage MyPackageName returns no error? – Biswapriyo – 2018-03-01T08:01:57.447

yes I checked it.. returns no error – Munavvar – 2018-03-01T09:19:25.227

Answers

0

My suggestion would be to use the free utility "CCleaner" and go to the "tools" tab, then click on "browser plugins", choose the Edge browser and click on the extension in question and choose delete.

Jonathan Bunn

Posted 2018-03-01T07:51:36.417

Reputation: 11

0

Issue in Microsoft Edge browser. Raised same issue in Microsoft Edge support site. They replied that : Issue appears to be fixed in our current public stable and newer builds (Edge 16299).

Please follow this link https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/16169364/

Munavvar

Posted 2018-03-01T07:51:36.417

Reputation: 111