How to Open Chrome Browser from Command Line

By | June 18, 2020

How to open chrome browser from a command line and you need to use just command prompt start chrome
How to Open Chrome Browser from Command Line

How to run command for Chrome?

Just you need to open run Window and use executing the command chrome

You need to know that if you use CMD use command start chrome and if you use run command use chrome.

C:\>chrome
'chrome' is not recognized as an internal or external command,
operable program or batch file.

You can also work from CLI too by adding the chrome installation and you need to use the installation path is “c:\Program Files (x86)\Google\Chrome\Application”.

How to Compress File from Command Line

How to Open Chrome as a Different User?

You can use runas command to start chrome with the credentials of another user.

C:\Users\user1>runas /user:user2 "C:\Program Files (x86)\Google\Chrome\Application\Chrome.exe"

Just start chrome as administrator of the system.

C:\Users\user1>runas /user:administrator "C:\Program Files (x86)\Google\Chrome\Application\Chrome.exe"
Enter the password for administrator:
Attempting to start C:\Program Files (x86)\Google\Chrome\Application\Chrome.exe as user "MYPC\administrator" ...

How to Fix Sound Problem in Windows 10, 8.1, 7

How to open a website in chrome browser from Command Prompt?

You can easily open a website from a command line by specifying the URL of the website.

start chrome windowscommand-line.com

How to Run Command for Chrome to Open a Website?

Run the command chrome websiteUrl to open a website in chrome.

How to Disable Proxy Settings in Windows 10

Leave a Reply

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