Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Get-AppXPackage -Name Microsoft.

MicrosoftEdge | ForEach {Add-AppxPackage


-DisableDevelopmentMode -Register �$($_.InstallLocation)\AppXManifest.xml�}

Enable-WindowsOptionalFeature -FeatureName Internet-Explorer-Optional-amd64 �Online

Disable-WindowsOptionalFeature -FeatureName Internet-Explorer-Optional-amd64


�Online

You might also like