Skip to content

Instantly share code, notes, and snippets.

@abhijitmamarde
Created December 21, 2022 05:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhijitmamarde/2af39b6e61c5c9fd31b773942d552662 to your computer and use it in GitHub Desktop.
Save abhijitmamarde/2af39b6e61c5c9fd31b773942d552662 to your computer and use it in GitHub Desktop.
Windows command line to check chrome browser version
# Update path as required
powershell -command "&{(Get-Item 'C:\Program Files\Google\Chrome\Application\chrome.exe').VersionInfo.ProductVersion}"
ex: O/P
108.0.5359.125
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment