Open In App

How to Open Google Chrome Using Command Prompt on Windows 11?

Last Updated : 26 Dec, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

Command prompt is a Windows-based utility that allows one to manage system files and folders, access core features as well as remove stubborn software. This can also allow the system to go directly into the websites open on a Google Chrome browser. But sometimes, one does not need to. For example, for developers, custom scripts.

A command can be set to open Google Chrome at a given time, or a web page using Task Scheduler. The command can run both the standard and incognito modes of Chrome. In this article, we will see how can we open Chrome by using the Command Prompt.

How to Open Chrome Using Command Prompt?

It’s pretty easy to open with Chrome through the command prompt. Follow these steps:

Step 1: In the search bar type “Command Prompt“. To open the search bar use Win + S

How-To-Open-Chrome-Using-Command-Prompt

Step 2: Enter this command into command line and hit enter

start chrome

How-To-Open-Chrome-Using-Command-Prompt-1

Step 3: Google Chrome will launch shortly.

Opening Chrome to a Specific Website Using Command Prompt

To open with Chrome and navigating directly to a specific website is possible through the Command Prompt:

Step 1: Open the Command Prompt using the steps mentioned in Method 1.

Step 2: Enter this command into command line and hit enter

start chrome "https://www.example.com"

How-To-Open-Chrome-Straight-to-a-Specific-Website-Using-Command-Prompt

How To Open Chrome in Incognito Mode?

To open with Chrome directly in Incognito mode, use the following steps:

Step 1: In search bar type “Command Prompt”. To open search bar use Win + S

Step 2: Enter this command into command line and hit enter

start chrome --incognito

How-To-Open-Chrome-in-Incognito-Mode

Step 3: Chrome will start in Incognito mode, ensuring private browsing.

How to Open Chrome as Administrator?

If you need to open with Chrome with administrative privileges, follow these steps:

Step 1: In search bar type “Command Prompt“. To open search bar use Win + S

Step 2: Enter this command into command line and hit enter to start opening chrome.

runas /user:administrator "C:\Program Files (x86)\Google\Chrome\Application\Chrome.exe"

How-To-Open-Chrome-as-Administrator

Step 3: Enter Administrator password

Alternative Method:

How to Open Chrome Using Run Dialog?

Alternatively, you can open with Chrome directly from the Run dialog:

Step 1: Press Win + R to open the Run dialog.

Step 2: Type chrome and press Enter.

How-To-Open-Chrome-Using-Run-Dialog

Step 3: Google Chrome will open, launching the default homepage.

Opening Chrome to a Specific Website Using Run Dialog

Step 1: Open the Run dialog by pressing Win + R.

Step 2: Enter this command into command line and hit enter

chrome "https://www.example.com"

How-To-Open-Chrome-Straight-to-a-Specific-Website-Using-Run-Dialog

Step 3: Replace “https://www.example.com” with the desired website URL.

Conclusion

In Conclusion, Starting Google Chrome via Command Prompt brings numerous possibilities to effectively run the app on Windows. These approaches enable you to quickly open up chrome as admin or in incognito, as well as direct to particular sites. Command is widely used in various ways. you can change directories using cmd, abort a command execution using cmd or to sut down your PC! and much more. keep reading other related articles.

Also Read

FAQ’s: Opening Chrome Using Command Prompt on Windows 11

1. Can we simultaneously open more than one Chrome tab/window through the Command Prompt?

Indeed, each ‘start chrome’ command will trigger the opening of a new Chrome window. Example: run chrome and run chrome “www.example.com” open two windows.

2. What is the best way to make chrome open a particular website through Command Prompt?

Include the website URL in the command, e.g., start chrome In order to open Chrome and go directly to the site at “https://www.example.com”.

3. Will I encounter problems with permissions if I open Chrome as an administrator via command line?

Right-click the icon of Run Command Prompt in Start menu and choose “Run as administrator” first, and then use the command “start chrome”.



Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads