How to get router ip address

Usually it's 192.168.1.1. But to be sure, while connected to the router, hit Windows key + R, copy/paste the following into the box, and hit enter.

cmd /c "ipconfig /all > %tmp%\tmp.txt && start notepad %tmp%\tmp.txt"

This will open a file detailing your network configuration. The line that says "Default Gateway" is usually your router IP address too.