- From the Windows desktop, select Search and either type: Command Prompt or Terminal.
 
- Highlight the first result from your Search and press Enter on your keyboard.
 
- When the Command Prompt/Terminal window open type the following:
 
ping [ipaddress or domain name]
Note: The Ping command will allow you to ping via IP address or domain name. The command can also be used from within either the Command Prompt or a Window Terminal.
- When you press Enter on the keyboard the device being pining will be pinged 4 times and report displayed on screen.
 
- To gracefully closethe Command Prompt type:
 
exit
- When you press Enter on your keyboard the Command Prompt window close.
 
- Use either -t or /t to specify that your ping continually sends pings to a device. You can stop sending pings press CTRL + C on your keyboard, or by closing the terminal window.
 
ping -t [ipaddress or domain name]
- Use either -n or /n to specify a specific number of pings be sent to a device. The default is 4.
 
ping -n [number of pings] [ipaddress or domain name]
  
 
 
Add comment