View Categories

< 1 min read

How to use ICMP (ping) on Windows to quickly troubleshoot Internet related issues.

Step-by-Step:

  1. Open Applications
  2. Search for ‘cmd’
  3. Choose Windows Command Prompt / DOS
  4. This will open a new black shell window
  5. Type ping 8.8.8.8 -t
  6. Sit back and watch

WATCH: How to use ping on Windows