useful CMD commands for troubleshooting kiosk

Modified on Wed, 21 Oct 2020 at 04:36 PM


In windows search CMD and run as administrator to open command prompt.





Check port activity on specific port , this example looks for port 9000


example

netstat -an | find "9000"


Ping  to check if kiosk can be seen on network, ip address should display on kiosk screen if connect to LAN or wifi


example 

ping 192.168.10.30


Arp command can be used to check mac address is in table for further confirmation device is on network


example

arp -a  

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article