Forum Discussion
Yolando Pereira
May 03, 2017Former Employee
Windows Defender Application Guard Standalone mode
Many businesses worldwide have come under increasing threat of targeted attacks, where attackers are crafting specialized attacks against a particular business, attempting to take control of corp...
Derek Nathan
Jun 14, 2018Copper Contributor
Same issue for me, I am still researching. Would be good if you indicated if you had a resolution.
Alex Melching
Jun 23, 2018Copper Contributor
Nope. Even worked with Microsoft Support. Could not determine the issue. So I had to refresh again and not enroll the device.
- Derek NathanJun 24, 2018Copper Contributor
Sorry, I forgot to post back, however I have found the solution for this issue. The same issue occurs when applying a software restriction policy. And found this great article -
https://sekharpadikkal.wordpress.com/2018/01/05/fix-for-the-microsoft-edge-crash-with-software-restriction-policy-dll-check-turned-on/
This is the solution:
1. Get-AppXPackage -Name Microsoft.MicrosoftEdge | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}
2. reg add “HKCU\Software\Microsoft\Internet Explorer\Spartan” /v RAC_LaunchFlags /t REG_DWORD /d 1 /f
No reboot required.