-1

I am not able to ping or tracert to a remote machine from windows command line, but I am able to ping/tracert and access same machine when using putty on same windows machine.

What can I do to access from command prompt as well?

Ayush
  • 101
  • 2

1 Answers1

0

Do these commands work if you try and run them from the command line in Windows\System32?

Make sure %SystemRoot%\system32; is in your PATH environmental variable (system properties -> advanced -> environment variables -> path).

Dustin H.
  • 1
  • 2