Get chrome version from command line: Difference between revisions

Jump to navigation Jump to search
Line 5: Line 5:


=== Windows ===
=== Windows ===
1. Open Windows PowerShell
1. Check the Chrome Installation Paths. Common Chrome Installation Paths:
* C:\Program Files\Google\Chrome\Application\chrome.exe
* C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
* %LOCALAPPDATA%\Google\Chrome\Application\chrome.exe  (Usually expands to: C:\Users\<username>\AppData\Local\Google\Chrome\Application\chrome.exe)
The following examples use "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" as the installation path


2. Enter one of the following commands:
2. Open Windows PowerShell
 
3. Enter one of the following commands:


<pre>
<pre>
Line 19: Line 25:
</pre>
</pre>


3. Or using Command Prompt (cmd.exe):
4. Or using Command Prompt (cmd.exe):


<pre>
<pre>

Navigation menu