Skip to content

Instantly share code, notes, and snippets.

@bayasdev
Created January 14, 2022 14:12
Registry file to disable Google Chrome Cleanup / Software Reporting Tool on Windows
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