From 04611a0ead0fe3fedfa47b51f974d58b35268a10 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sat, 22 Nov 2025 20:17:25 +0100 Subject: [PATCH] Stop detecting Chrome by LastInstallerSuccessLaunchCmdLine Conflicts with Google Play Games. Category: fix --- lib/browsers.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/browsers.js b/lib/browsers.js index 78e1cb8..cf73fd4 100644 --- a/lib/browsers.js +++ b/lib/browsers.js @@ -23,11 +23,6 @@ browsers.chrome = { // Expanded to HKEY_LOCAL_MACHINE\Software, HKEY_CURRENT_USER\Software // and if on a x64 machine, their 32-bit (Software\WoW6432) counterparts. - // Should also find 64-bit Chrome if installed, because 32-bit Chrome - // uses the 32-bit registry and 64-bit Chrome uses the regular registry, - // with the same subkeys. - this.registry('Google\\Update', 'LastInstallerSuccessLaunchCmdLine') - // Note: this one (sometimes) returns the binary's parent path this.registry('Microsoft\\Windows\\CurrentVersion\\App Paths\\chrome.exe', null, true)