Windows 10 Enterprise 1709 Microsoft Edge browser opens then closes - Microsoft Community
- Get link
- X
- Other Apps
ok i've tried on internet including powershell commands i've seen on web can't edge browser work on clean image install. using mdt image , image removes following apps below. have noticed edge works before reboot , logon user. edge open blank screen close.
## configure apps removed
$appslist = "microsoft.zunemusic",
"microsoft.messaging",
"microsoft.microsoftsolitairecollection",
"microsoft.people",
"microsoft.skypeapp",
"microsoft.windowscommunicationsapps",
"microsoft.xboxapp",
"microsoft.windowsphone",
"microsoft.bingnews",
"microsoft.bingsports",
"microsoft.bingfinance",
"microsoft.microsoftofficehub",
"microsoft.oneconnect",
"microsoft.office.onenote",
"microsoft.windows.holographicfirstrun",
"microsoft.zunevideo",
"a278ab0d.marchofempires",
"9e2f88e3.twitter",
"microsoft.minecraftuwp",
"facebook.facebook",
"king.com.candycrushsodasaga"
##remove apps listed above or report if app not present
foreach ($app in $appslist)
{
$propackagefullname = (get-appxprovisionedpackage -online | {$_.displayname -eq $app}).packagename
if ($propackagefullname) {
write-host "removing provisioned package: $propackagefullname"
remove-appxprovisionedpackage -online -packagename $propackagefullname
}
else {
write-verbose "unable find provisioned package: $app"
}
}
## end
hi rob,
there several possible reasons why microsoft edge not working correctly on newly installed windows 10 computer. 1 possible reason there system files got corrupted. resolve concern, kindly follow steps posted by zigzag3143 (ms -mvp) on link run sfc , dism command locate corrupted files , repair them.
we forward response once complete steps.
Microsoft Edge / All other issues / Windows 10
- Get link
- X
- Other Apps
Comments
Post a Comment