Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Registry location for Google Chrome version

Where does Google Chrome store its version information locally?

I'm developing a Lua script to access application version information found in the Windows registry, but can't find a registry key associated with the current installed version of Google Chrome Browser.

The closest I've found was this, which indicates that the version info can be found at HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall\Google Chrome.

However, on my system, there is no Google Chrome subkey under Uninstall in the HKCU hive or corresponding HKEY_USERS paths. Any thoughts?

like image 757
TrojanKnight13 Avatar asked Nov 25 '13 21:11

TrojanKnight13


People also ask

Where is Google Chrome exe installed Windows 10?

C:\Program Files (x86)\Google\Application\chrome.exe.

Where is the Chrome folder in Windows?

Windows. The default location is in the local app data folder: [Chrome] %LOCALAPPDATA%\Google\Chrome\User Data.

How do I know what version of Chrome an EXE is running?

Another method to discover the version of Google Chrome installed on your Windows 10 device is to view the properties of its executable file. Open File Explorer and navigate to “C:\Program Files\Google\Chrome\Application” to find the chrome.exe file.

Where is Chrome install location?

Locate the Chrome installation folder by clicking the "Start" button and typing "%LocalAppData%\Google" without quotation marks. ("%LocalAppData%" is an environmental variable that opens your user account's "AppData\Local" folder.


2 Answers

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Paths\chrome.exe\
HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\Google Chrome\
like image 124
franckspike Avatar answered Sep 23 '22 22:09

franckspike


The version can be found under HKEY_CURRENT_USER\Software\Google\Chrome\BLBeacon

like image 35
Sarah Wessel Avatar answered Sep 23 '22 22:09

Sarah Wessel