PowerShell Command:
Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftEdge | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
If you are having issues with Microsoft Edge, this tutorial will walk you through how to basically re-install Microsoft Edge back to a clean, factory state. This method is not as straight forward as, say, resetting Internet Explorer, but the end result is practically the same.
This tutorial will apply for computers, laptops, desktops,and tablets running the Windows 10 operating system (Home, Professional, Enterprise, Education) from all supported hardware manufactures, like Dell, HP, Acer, Asus, Toshiba,Lenovo, and Samsung).
Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftEdge | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
If you are having issues with Microsoft Edge, this tutorial will walk you through how to basically re-install Microsoft Edge back to a clean, factory state. This method is not as straight forward as, say, resetting Internet Explorer, but the end result is practically the same.
This tutorial will apply for computers, laptops, desktops,and tablets running the Windows 10 operating system (Home, Professional, Enterprise, Education) from all supported hardware manufactures, like Dell, HP, Acer, Asus, Toshiba,Lenovo, and Samsung).
- Kategorien
- Windows Reparieren
Kommentare deaktiviert.