Page history
Jump to navigation
Jump to search
16 January 2025
no edit summary
m+443
→Get Google Chrome Version from Command Line
m+190
→Windows
m+14
→Get Google Chrome Version from Command Line
+455
→Get Google Chrome Version from Command Line
+270
→Get Google Chrome Version from Command Line
+564
Created page with " Get Google chrome version from command line == Get Google Chrome Version from Command Line == === Windows === # Open Windows PowerShell # Enter one of the following commands: <pre> ```powershell # Method 1 powershell -command "& {(Get-Item 'C:\Program Files (x86)\Google\Chrome\Application\chrome.exe').VersionInfo.FileVersion}" # Method 2 (shorter) (Get-Item 'C:\Program Files (x86)\Google\Chrome\Application\chrome.exe').VersionInfo.FileVersion ``` </pre> Example..."
+1,013