0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Chromium版 Edge で、指定したプロファイルで起動するためのコマンド

Posted at

Edge Chromium は複数プロファイルを作成できます

Microsoft Edge でサインインして複数のプロファイルを作成する

起動コマンドラインはこちら

"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --profile-directory="プロファイルディレクトリ"

プロファイルディレクトリを調べるには?

以下に作られています。
%%AppData%%\Local\Microsoft\Edge\User Data\

標準プロファイルで起動する

"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --profile-directory="Default"

追加したプロファイル(Profile 1)で起動する

"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --profile-directory="Profile 1"

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?