LoginSignup
0
0

More than 5 years have passed since last update.

Windows > 割り当てられたIPv4アドレスを確認する手順

Last updated at Posted at 2017-02-21

該当のPCで設定されているIPアドレスを手早く確認するにはどうするか。

スタートメニューから

対象環境
Windows 7 Pro (32bit)
  1. スタートメニューを押す
  2. 「プログラムとファイルの検索」欄にcmdを入力してEnter
  3. ipconfig | find "IPv4"を入力してEnter

以下のようになる。

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\user>ipconfig | find "IPv4"
   IPv4 アドレス . . . . . . . . . . : 192.168.10.31
   IPv4 アドレス . . . . . . . . . . : 192.168.0.27

C:\Users\user>

複数のネットワークアダプタ使用時に、「どのネットワークアダプタがどちらのIPに対応するか」は分からないでもいいという場合。

Windows 8.1とWindows 10においては「プログラムとファイルの検索」の見つけ方が異なるため、下記の方がいいかもしれない。
(または「ファイル名を指定して実行」の方を使う)

ショートカットから

対象環境
Windows 7 Pro
Windows 8.1 Pro
Windows 10 Pro
  1. Win + R
    • 「ファイル名を指定して実行」が開きます
  2. cmdを入力してEnter
  3. ipconfig | find "IPv4"を入力してEnter
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