Situatie
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.
Solutie
Pasi de urmat
Step 1: In the search bar type “Command Prompt“. To open the search bar use Win + S
Step 2: Enter this command into command line and hit enter:
start chrome
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 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
Leave A Comment?