How to Open Google Chrome Using CMD on Windows 11?
Last Updated :
23 Jul, 2025
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.
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
Similar Reads
Troubleshooting Google Chrome on Windows 10 Experiencing issues with Google Chrome on Windows 10 can be frustrating, especially when it affects your browsing experience. Whether Chrome is crashing frequently or you notice slow performance, this guide will help you troubleshoot Google Chrome on Windows 10 effectively. From simple fixes like cl
7 min read
How to use CMD for Python in Windows 10 Want to run Python programs directly from the Command Prompt? This guide will walk you through how to run Python in CMD, configure the environment, and troubleshoot common issues. By mastering these steps, youâll streamline your development process and save time during testing.Steps to Use CMD for P
4 min read
How to Open File Explorer in Windows 11? Short Preview!Here is a short preview of our active and speedy learner. Follow these steps to open File Explorer on your Windows PC. Method 1: Simply Type "File Explorer" in the search bar.Method 2: press the "Windows key + E."File Explorer will open, allowing you to manage files and folders in Wind
4 min read
How to Open Control Panel on Windows 11 The Control Panel in Windows 11 will be indispensable tool for working on advanced settings such as installing/uninstalling programs, configuring networks, or modifying user accounts. Interestingly, Control Panel can be accessed using different methods in Windows 11 and these different methods will
7 min read
How to open Google Chrome with RSelenium? In the article, we are going to learn how to open a Chrome browser using Rselenium package and how to visit a URL. To do so, we must have the following package installed onto our system: JavaR and RstudioRseleniumWeb DriverInstallationJava: We have to install java before using the Rselenium package
3 min read
How to Enable Copilot in Windows 11 using Taskbar? Windows 11 is the most recent version of Microsoft, which brings cool features like improved user experience and efficiency. Windows Copilot is one of such standouts among features as it is an intelligent and powerful tool that serves the purpose of simplifying typical everyday computer operations a
4 min read