@gjacobse said in MS Edge and pop-ups:
I don't use Edge... and for many good reasons. Even with it being build off of Chromium / Chrome.
I've used it mainly as a MS / Azure / O365 Admin since I had to have user and Admin level sessions going over using incognito mode in Chrome.
User is having a site issue that it doesn't work in Chrome but works in Edge - but they are getting Pop-ups in Edge even with the Pop-Up blocker enabled under settings.
I've cycled through a few things but haven't gotten to the cache / reset as they are sloow to respond.
What else could I have them try - because else it's Edge and I haven't much of a care....
Time for a full reset of the browser. They clicked on a search result or something else that pulled in an extension that is probably hidden.
Elevated PowerShell:
CD C:\Users\%username\AppData\Local\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe
Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftEdge | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}