Fix STATUS_ACCESS_VIOLATION in Edge browser

After upgrade seems that some files were corrupted. For me the fix was the following:

DISM.exe /Online /Cleanup-image /Restorehealth
then
sfc /scannow
both need to be run from CMD with admin rights