Created
January 14, 2022 14:12
-
-
Save bayasdev/2c289647da4a728545aebdeb72dcb994 to your computer and use it in GitHub Desktop.
Registry file to disable Google Chrome Cleanup / Software Reporting Tool on Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome] | |
"ChromeCleanupEnabled"=dword:00000000 | |
"ChromeCleanupReportingEnabled"=dword:00000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment