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.
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.
- Category
- Tech
Sign in or sign up to post comments.
Be the first to comment