chrome

Launching Google Chrome in Multi-Instance Mode

This article introduces how to launch Google Chrome browser in multi-instance mode on Windows or Linux PCs and servers.

Shou Arisaka
1 min read
Oct 20, 2025

This article introduces how to launch Google Chrome browser in multi-instance mode on Windows PCs and servers.

Image

C:\Users\USERNAME\AppData\Local\Google\Chrome\Application\chrome.exe --user-data-dir="C:\.chromes\.chrome"
New-BashStyleAlias chrome 'C:\Users\USERNAME\AppData\Local\Google\Chrome\Application\chrome.exe --user-data-dir="C:\.chromes\.chrome"'
New-BashStyleAlias chrome02 'C:\Users\USERNAME\AppData\Local\Google\Chrome\Application\chrome.exe --user-data-dir="C:\.chromes\.chrome02"'
New-BashStyleAlias chromedev 'C:\Users\USERNAME\AppData\Local\Google\Chrome\Application\chrome.exe --user-data-dir="C:\.chromes\.dev"'

How to setup separate Chrome instance for Windows โ€“ Linked Helper โ€“ Medium

Share this article

Shou Arisaka Oct 20, 2025

๐Ÿ”— Copy Links