Solution
You have to change the value of the Windows registry Software/Policies/Google/Chrome/DeveloperToolsDisabled
from 1 to 0.
NB: you need admin privileges to edit the registries.
Steps
Command Line
- Launch CMD as administrator;
- Enter the following command:
reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v DeveloperToolsDisabled /t REG_DWORD /d 0 /f
You should see a message The operation completed successfully.
GUI
- Launch Registry Editor as administrator (Press
Win + R
and enterregedit
):
- Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome
:
- Look for a key named "DeveloperToolsDisabled":
- Change its value from 1 to 0:
- Close the Registry;
- Restart the computer for the changes to take effect.