3
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 1 year has passed since last update.

[備忘録] windows11 システム環境変数の設定に複数のPathを追加する

Last updated at Posted at 2023-03-21

環境: win11
複数Pathの追加で詰まったので備忘録

結論

セミコロン(;)で区切ると複数追加できる

example
C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;

image.png

(詳細)システム環境変数の設定に複数のPathを追加する方法

1.Windows ロゴ キーを押下
2.システム環境変数の変更を検索、以下の画面が出てくる

私のOS言語設定が英語なので、英語になっています

image.png

3.環境変数(Environment Variables)を押下
4.変更したいpath名を選択

image.png

5.編集したいパス名を選択し、edit押下。新たに作成したい場合はNew押下
6.セミコロン(;)で区切り、値を追加する

image.png

3
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
3
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?