Quantcast
Channel: User mikyll98 - Stack Overflow
Viewing all articles
Browse latest Browse all 102

Answer by mikyll98 for Inspect Element Greyed out in Chrome

$
0
0

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

  1. Launch CMD as administrator;
  2. 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

  1. Launch Registry Editor as administrator (Press Win + R and enter regedit):

enter image description here

  1. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome:

enter image description here

  1. Look for a key named "DeveloperToolsDisabled":

enter image description here

  1. Change its value from 1 to 0:

enter image description here

  1. Close the Registry;
  2. Restart the computer for the changes to take effect.

Viewing all articles
Browse latest Browse all 102

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>