Editing Get chrome version from command line
Revision as of 12:16, 16 January 2025 by Planetoid (talk | contribs) (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...")
Warning: You are editing an out-of-date revision of this page. If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.