Finding the Version of Chrome and Edge Using the GUI, Command Prompt, and PowerShell

Google Chrome and Microsoft Edge are popular web browsers that are widely used for browsing the internet. Here is how you can get the version of Chrome and Edge using the GUI, Command Prompt, and PowerShell.

To get the version of Chrome using the GUI, follow these steps:

  1. Open Chrome.
  2. Click on the three dots in the top-right corner of the window to open the menu.
  3. Click on “Help” and then click on “About Google Chrome”.
  4. The version of Chrome will be displayed in the window that opens.

To get the version of Edge using the GUI, follow these steps:

  1. Open Edge.
  2. Click on the three dots in the top-right corner of the window to open the menu.
  3. Click on “Help and feedback” and then click on “About Microsoft Edge”.
  4. The version of Edge will be displayed in the window that opens.

To get the version of Chrome using the Command Prompt, follow these steps:

  1. Open the Command Prompt as an administrator by typing “cmd” in the search bar, right-clicking on the Command Prompt icon, and selecting “Run as administrator”.
  2. Type the following command and press Enter:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --version

The version of Chrome will be displayed in the output.

To get the version of Edge using the Command Prompt, follow these steps:

  1. Open the Command Prompt as an administrator by typing “cmd” in the search bar, right-clicking on the Command Prompt icon, and selecting “Run as administrator”.
  2. Type the following command and press Enter:
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --version

The version of Edge will be displayed in the output.

To get the version of Chrome using PowerShell, follow these steps:

  1. Open PowerShell as an administrator by right-clicking on the PowerShell icon and selecting “Run as administrator”.
  2. Type the following command and press Enter:
(Get-Item "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe").VersionInfo

The version of Chrome will be displayed in the output.

To get the version of Edge using PowerShell, follow these steps:

  1. Open PowerShell as an administrator by right-clicking on the PowerShell icon and selecting “Run as administrator”.
  2. Type the following command and press Enter:
(Get-Item "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe").VersionInfo

The version of Edge will be displayed in the output.

Leave a Reply

Your email address will not be published. Required fields are marked *