Opening Google Chrome using CMD in Windows 11 is a convenient way to launch the browser without needing to use the graphical interface. Whether you're troubleshooting or simply prefer using the command line, this guide will show you how to run Chrome via CMD on Windows 11. The steps are easy and can help you quickly open Chrome with command line commands.
Table of Content
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

Step 2: Enter this command into the command line and hit enter
start chrome

Step 3: Google Chrome will launch shortly.
1. Opening Chrome to a Specific Website Using Command Prompt
To open with Chrome and navigate 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 the command line and hit enter
start chrome "https://www.example.com/"

2. How To Open Chrome in Incognito Mode?
To open with Chrome directly in Incognito mode, use the following steps:
Step 1: In the search bar type "Command Prompt". To open the search bar use Win + S
Step 2: Enter this command into the command line and hit enter
start chrome --incognito

Step 3: Chrome will start in Incognito mode, ensuring private browsing.
3. How to Open Chrome as Administrator?
If you need to open with Chrome with administrative privileges, follow these steps:
Step 1: In the search bar type "Command Prompt". To open the search bar use Win + S.
Step 2: Enter this command into the command line and hit enter to start opening Chrome.
runas /user:administrator "C:\Program Files (x86)\Google\Chrome\Application\Chrome.exe"

Step 3: Enter the Administrator password
4. How to Open Chrome Using Run Dialog? (Alternative Method)
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.

Step 3: Google Chrome will open, launching the default homepage.
5. 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 the command line and hit enter
chrome "https://www.example.com/"

Step 3: Replace "https://www.example.com/" with the desired website URL.
Conclusion
By following the steps to open Google Chrome using CMD, you can streamline your browsing experience on Windows 11. This method allows for faster access to Chrome and is especially useful for scripting or automation. Mastering Chrome CMD commands can also help in advanced tasks, such as launching Chrome with specific flags or URLs.
Also Read