• Disable Chrome Software Reporter Tool using Chrome Policies


    4- Disable Chrome Software Reporter Tool using Chrome Policies

    Google recently introduced support for group policies to control the Chrome browser. This is especially useful for system administrators who want the same setting to be implemented across the network.

      1. Go to Run –> regedit. This will open the Registry Editor.
      2. Go to the following key tree:
        ComputerHKEY_LOCAL_MACHINESOFTWAREPolicies
      3. Under Policies, go to GoogleChrome. If these folders don’t exist on your system, you will need to create them.
      4. When you are in Chrome folder, in the right-hand pane, right-click –> New and create the following DWORD (32-bit) value:
        ChromeCleanupEnabled
      5. Enter 0 for disabling the tool. Enter 1 to enable the tool.
      6. Create another DWORD (32-bit) value with the following name:
        ChromeCleanupReportingEnabled
      7. Enter 0 for disabling the reporting functionality. Enter 1 to enable the reporting functionality.
  • 相关阅读:
    Django进阶之CSRF
    Django进阶之session
    simple_tag,filte,分页以及cookie和装饰器
    Django 中url补充以及模板继承
    Django补充及初识Ajax
    2016年12月20日感想
    Docker的镜像
    继续Django
    jS正则和WEB框架Django的入门
    Docker的容器
  • 原文地址:https://www.cnblogs.com/mqingqing123/p/13735958.html
Copyright © 2020-2023  润新知