Basic windows commands (ping, ipconfig) need admin rights - looking for an option

眉间皱痕 提交于 2019-12-05 21:12:01

Srart normal cmd prompt and look at output of the following commands

set path
dir %windir%\system32\ping.exe
dir %windir%\syswow64\ping.exe
dir %windir%\sysnative\ping.exe

Thought, they will show you a problem. May be ping is not found by %path% or somehow...

RajaRam

In an effort to narrow down the issue try the following:

  • open command prompt
  • make sure you are on the C:\ directory
  • type this: windows\system32\ipconfig /all

That will point to the default location for the command... You can also follow the path out to see if the ipconfig.exe is there in the first place. If that doesn't work or the file is not there, it could be corrupt or you could possibly have a virus designed to disable these commands.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!