Keresés

Hirdetés

Új hozzászólás Aktív témák

  • daimonion

    senior tag

    válasz Tosee #825 üzenetére

    Reset Microsoft Edge Through PowerShell / Remélem ez lesz az Angolul nem vagyok perfekt /

    If the above methods don’t work for you, you may have to go nuclear. This PowerShell command will delete and re-register the core data of Microsoft Edge. Make sure you perform a full backup and/or create a system restore point before continuing in case anything goes wrong. This is very important, and do not continue before creating a backup!
    First, navigate to the following folder and clear everything inside it:

    C:\Users\%username\AppData\Local\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe
    (Replace %username with your own username.)

    Next, right-click on the Start menu and choose “Windows PowerShell (Admin)”. Copy and paste the following code inside PowerShell and press Enter:

    Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftEdge | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}
    If the process was completed successfully, you should see a message like this:

    When you open Microsoft Edge next time, you will see that it has been reset to default. If you encounter any error, type the following command to get the first few logged events:
    Get-Appxlog | Out-GridView
    Note the error code in the log and proceed with the following link from MSDN knowledgebase.
    [link]

Új hozzászólás Aktív témák