Windows registry location for Google Chrome version

Where does Google Chrome store version information locally?

I am developing a Lua script to access application version information found in the Windows registry, but cannot find the registry key associated with the currently installed version of the Google Chrome browser.

The closest I found is this , which indicates that version information can be found in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall\Google Chrome.

However, in my system there is no section Google Chromeunder Uninstallin the hive HKCUor corresponding HKEY_USERS. Any thoughts?

+4
source share
4 answers

, google chrome - . .

, , - Users/[_]/AppData/Local/Google/Chrome/Application. . ( ).

- , : HKEY_CLASSES_ROOT\Wow6432Node\CLSID {5C65F4B0-3651-4514-B207-D10CB699B14B}\LocalServer32 .

+3
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Paths\chrome.exe\
HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\Google Chrome\
+3

HKEY_CURRENT_USER\Software\Google\Chrome\BLBeacon

+1

, google chrome, ,

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{9C447DD7-5DD2-358C-90A2-1997BD1D69D1}

, {9C447DD7-5DD2-358C-90A2-1997BD1D69D1}

0
source

All Articles