Get chrome version from command line: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
2. Open Windows PowerShell
2. Open Windows PowerShell


3. Enter one of the following commands:
3. Enter one of the following commands<ref>[https://stackoverflow.com/questions/50880917/how-to-get-chrome-version-using-command-prompt-in-windows How to get chrome version using command prompt in windows - Stack Overflow]</ref>:


<pre>
<pre>
Line 77: Line 77:
```
```
</pre>
</pre>
== Troubleshooting ==
=== Chrome --version Command Not Working as Expected ===
'''Issue''': Chrome --version Flag Launches Browser Instead of Displaying Version
```
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --version
Instead of showing the version information as expected, it simply launches the Chrome browser
```
'''Solution''':
Please use the PowerShell, WMIC, REG and other methods described in the above paragraph


== References ==
== References ==

Navigation menu