![]() |
VOOZH | about |
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
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 the command line and hit enter
start chrome
π How-To-Open-Chrome-Using-Command-Prompt-1
Step 3: Google Chrome will launch shortly.
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/"
π How-To-Open-Chrome-Straight-to-a-Specific-Website-Using-Command-Prompt
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
π How-To-Open-Chrome-in-Incognito-Mode
Step 3: Chrome will start in Incognito mode, ensuring private browsing.
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"
π How-To-Open-Chrome-as-Administrator
Step 3: Enter the Administrator password
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.
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/"
π How-To-Open-Chrome-Straight-to-a-Specific-Website-Using-Run-Dialog
Step 3: Replace "https://www.example.com/" with the desired website URL.
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