LoginSignup
1
2

More than 5 years have passed since last update.

[TIPS]Windowsで「環境変数」ウィンドウを一発で出すコマンド ~Win10,Win8,Win7対応~

Posted at

一発で環境変数ウィンドウを起動する方法

(1) Windowsキー image.png + Rを押して ファイル名を指定して実行 ダイアログを出す
image.png

(2) 以下のコマンドをファイル名を指定して実行ダイアログに打ち込んでエンター

rundll32 sysdm.cpl,EditEnvironmentVariables

image.png

環境変数ウィンドウが表示された!

補足

  • 実行にはAdministrator権限が必要です
  • コマンドプロンプトからでも行けます
1
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
1
2