2

Why are the commands ipconfig and ping not recognized in the command prompt on my windows 10 PC? How do I recognize this commands? Here you've a screenshot.

(Click on image to watch in full screen)

1 Answers1

4
  1. Go to Properties in My computer → Advanced system settings → Advanced → Environment Variables.

  2. Select 'PATH' from the list of system variables and edit and set PATH to c:\windows\system32;.

This will solve your problem.

This answer was taken from howtogeek.com.

Jay T.
  • 211