can't load extension into edge

Discussion in 'Windows 10' started by intro, Jul 20, 2016.

  1. intro

    intro MDL Member

    Apr 10, 2010
    239
    52
    10
    #1 intro, Jul 20, 2016
    Last edited: Jul 20, 2016
    Can someone tell me how to install an extension into edge that I didn't download from the store, The load extension button is missing and I'm on build 14393.
     
  2. jygoro

    jygoro MDL Senior Member

    Sep 21, 2011
    254
    142
    10
    #4 jygoro, Jul 20, 2016
    Last edited by a moderator: Apr 20, 2017
    Then you have an unstable system. Open PowerShell as Admin and type
    Code:
    Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftEdge | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
    
    To reinstall Edge. Also make sure you are in Developer Mode on Settings->Update&Security->For Developers
     
  3. intro

    intro MDL Member

    Apr 10, 2010
    239
    52
    10
    #5 intro, Jul 20, 2016
    Last edited by a moderator: Apr 20, 2017
    (OP)
    That seems to work...Thx