How to get more info when the “Aw Snap” screen shows up in Chrome?

后端 未结 6 889
既然无缘
既然无缘 2020-12-07 23:44

I am trying to view a page in Google Chrome, but I get the message: \"Aw, Snap! Something went wrong while displaying this web page\". Is there a way to get more information

6条回答
  •  情歌与酒
    2020-12-08 00:39

    After chrome update my chrome browser was stopped working, So below fix I have applied for time being You can disable sandbox mode by following below 2 ways

    either you can run below command "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --no-sandbox

    or if you have admin rights you can update registry

    REG ADD "HKLM\Software\Policies\Google\Chrome" /v RendererCodeIntegrityEnabled /t REG_DWORD /d 0
    

提交回复
热议问题