0
0

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.

【Windows Terminal】タブの名前が変わらないようにする

Posted at

環境

  • Microsoft Windows 10.0.22000.613(21H2)
  • Windows Terminal 1.12.10983.0

現象

エクスプローラーのアドレスバーで cmd と入力してコマンドプロンプトを開くと Windows Terminal のタブ名がコマンドプロンプトのパス C:\Windows\System32\cmd.exe となる。
image.png

設定方法

settings.json を編集する場合

各シェルの設定で "suppressApplicationTitle": true を追加する。

Ctrl+, で設定を開く。対象のシェルの設定で詳細設定を開く。「タイトルの変更を表示しない」をオンにして保存する。
image.png

確認

もう一度、エクスプローラーのアドレスバーで cmd と入力してコマンドプロンプトを開くと Windows Terminal のタブ名が Command Prompt になっている。(タブ名として設定しているものが表示される)
image.png

0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?