Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. how to disable "Use hardware acceleration when available" on chrome

how to disable "Use hardware acceleration when available" on chrome

Scheduled Pinned Locked Moved C / C++ / MFC
c++windows-adminhardwaretutorialannouncement
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Thong LeTrung
    wrote on last edited by
    #1

    hi , , "Use hardware acceleration when available " only exists on latest version of chrome. I know that we can go to the Chrome menu > Settings > Show advanced settings > "System" > unselect "Use hardware acceleration when available" . However I don't know path of file or path of registry so I can't change value of "Use hardware acceleration when available " How to disable "Use hardware acceleration when available" using C++ . Thanks ThongLT

    _ 1 Reply Last reply
    0
    • T Thong LeTrung

      hi , , "Use hardware acceleration when available " only exists on latest version of chrome. I know that we can go to the Chrome menu > Settings > Show advanced settings > "System" > unselect "Use hardware acceleration when available" . However I don't know path of file or path of registry so I can't change value of "Use hardware acceleration when available " How to disable "Use hardware acceleration when available" using C++ . Thanks ThongLT

      _ Offline
      _ Offline
      _Superman_
      wrote on last edited by
      #2

      This setting is stored in a file called Local State. The file is available in the folder C:\Users\\AppData\Local\Google\Chrome\User Data The contents of this file are in JSON format. There is a section as follows -

      "hardware_acceleration_mode": {
      "enabled": true
      }

      Changing the value between true and false toggles this setting. Make sure that chrome is not running when changing this value.

      «_Superman_»  _I love work. It gives me something to do between weekends.

      _Microsoft MVP (Visual C++) (October 2009 - September 2013)

      Polymorphism in C

      T 1 Reply Last reply
      0
      • _ _Superman_

        This setting is stored in a file called Local State. The file is available in the folder C:\Users\\AppData\Local\Google\Chrome\User Data The contents of this file are in JSON format. There is a section as follows -

        "hardware_acceleration_mode": {
        "enabled": true
        }

        Changing the value between true and false toggles this setting. Make sure that chrome is not running when changing this value.

        «_Superman_»  _I love work. It gives me something to do between weekends.

        _Microsoft MVP (Visual C++) (October 2009 - September 2013)

        Polymorphism in C

        T Offline
        T Offline
        Thong LeTrung
        wrote on last edited by
        #3

        @Superman :thank you for helping me I will check this way and we can modify value, and then The chrome can run normally . Thanks ThongLT

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups