# General Windows Commands

# Network Commands | Windows

Shows your current machines IP address info

```c++
ipconfig
```

This should pop up a list of all IP addresses being used in your network.

```c++
arp -a
```