14,953
edits
mNo edit summary |
|||
| 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 == | ||