Wednesday, 9 November 2016

Google Chrome Import Error: This setting is enforced by your administrator

  1. Go to Regedit
  2. Navigate to "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google"
  3. Delete "Chrome" entry
  4. Restart Chrome

No comments:

Create modal using HTML and CSS

<body>   <dialog id = "modal">      <div>        <h1>Title</h1>        <p>Sample Text</p...