We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1670194 commit 04611a0Copy full SHA for 04611a0
lib/browsers.js
@@ -23,11 +23,6 @@ browsers.chrome = {
23
24
// Expanded to HKEY_LOCAL_MACHINE\Software, HKEY_CURRENT_USER\Software
25
// and if on a x64 machine, their 32-bit (Software\WoW6432) counterparts.
26
- // Should also find 64-bit Chrome if installed, because 32-bit Chrome
27
- // uses the 32-bit registry and 64-bit Chrome uses the regular registry,
28
- // with the same subkeys.
29
- this.registry('Google\\Update', 'LastInstallerSuccessLaunchCmdLine')
30
-
31
// Note: this one (sometimes) returns the binary's parent path
32
this.registry('Microsoft\\Windows\\CurrentVersion\\App Paths\\chrome.exe', null, true)
33
0 commit comments