Google Chrome developer tools disabled

前端 未结 6 989
傲寒
傲寒 2020-12-08 15:52

My Google Chrome developer tools are disabled. I\'m not sure how it happened. I was using them in the morning then went to use them in the afternoon and the F12 button wou

6条回答
  •  时光取名叫无心
    2020-12-08 16:37

    Open regedit (Registry Editor) and find the DeveloperToolsAvailability key by first going to this path:

    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\
    

    ... then click Chrome and select DeveloperToolsAvailability from the list on the right. Double click it and change it from 2 to either 1 or 0. Click OK and close regedit, then close Chrome and re-open it. Chrome dev tools should now be enabled.

    However, depending on your system, you may instead have the DeveloperToolsDisabled key in that same path. If so, delete that.

提交回复
热议问题