Unable to run "ping" from command prompt

  • Thread starter Thread starter Pacala
  • Start date Start date
P

Pacala

I am currently unable to run certain programs from the
command prompt. Pretty much anything other than simple
directory navigation stuff has to be run from their
locations. For example, the "ping" and "ipconfig" commands
have to be run from \winnt\system32\. This is happening
even though the \winnt\system32\ directory is listed in
the system environment variables.

How could I correct this?
 
Control Panel|System|Advanced|Environment Variables|System Variables and
make sure that "Path" has
%SystemRoot%\system32;%SystemRoot%
at least somewhere in the string.

Else check that "Path"
found at
HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment
is a type Reg_Expand_Sz string and not type Reg_Sz
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top