PATH variable shows only Path=C:\Windows\system32\NV;.;

Anonymous
2011-07-27T23:40:07+00:00

When I type echo %PATH%, my PATH variable shows only Path=C:\Windows\system32\NV;.; I checked the PATH variable in the Environment settings in the control panel. It has the complete path with includes to system root and other paths to executables. There are no errors in PATH variable - no additional spaces or invalid characters.

I am using Windows 7 Enterprise x86_64

Windows for home | Previous Windows versions | Apps

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes
Answer accepted by question author
  1. Anonymous
    2011-07-28T21:04:27+00:00

    Hi,

    The part of the path you posted does look correct - check that in the Environment

    as I did to see it has clean notation (probably not the issue however it has to be

    checked).

    Check with the developers of the program as they have to be doing something to the

    path. Possibly the lenght of the path statement is causing an issue.

    You could try setting the path you need, or add to the path you have as needed, by

    using a bat file with the path called for then starting the program.

    Such as :

    Path=%path%;C:\The;C:\needed;C:\additions

    Console2

    You can save the old path and revert back to it or use an IF statement in the bat file

    to check to see if the path has already been changed so it is not added again. Those

    are in case you close and restart the program and the Path did not clear back to as

    it was.

    Hope this helps.


    Rob Brown - Microsoft MVP <- profile - Windows Expert - Consumer : Bicycle - Mark Twain said it right

    3 people found this answer helpful.
    0 comments No comments

5 additional answers

Sort by: Most helpful
  1. Anonymous
    2011-07-28T00:01:28+00:00

    Hi,

    Reboot and then check as something might have temporarily changed the path.

    Recheck the path in Environment settings and clean it up.

    Was this in a Command Window in Windows and not insde any program? Example Start - Accessories -

    Command Prompt - type in the Echo %path%  <-- this is just to be sure you are doing the way I am. 

    Path=C:\Windows\system32\NV;**.;   <-- the trailing .; is an issue.**This is mine though yours will only be similar :

    C:\Windows\system32>echo %path%

    C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\Wind

    owsPowerShell\v1.0;C:\Program Files\Toshiba\Bluetooth Toshiba Stack\sys\

    This is my path from the Environment settings - of course %SystemRoot% equals C: on my system.

    %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0;C:\Program Files\Toshiba\Bluetooth Toshiba Stack\sys\

    Hope this helps.


    Rob Brown - Microsoft MVP <- profile - Windows Expert - Consumer : Bicycle - Mark Twain said it right.

    0 comments No comments
  2. Anonymous
    2011-07-28T16:02:30+00:00

    Thanks Rob.

    This is the path I see from Run>Cmd

    C:\Program Files\CollabNet\Subversion Client;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem

    ;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files\Intel\WiFi\bin;... (truncated)

    However, I see

    Path=C:\Windows\system32\NV;.;


    from a program called console2 (it is a terminal program to run different shells in tabs .. power shell, cmd, cygwin bash etc ...)

    I think many other programs I installed are seeing the path I see above. For example I use code collaborator that looks for svn (subversion) . svn is my path and  I can run from command line (cmd) but the application cannot find the svn executable in its path. Similarly eclipse says jre run time is not installed .. but I do have java installed.

    I have admin privileges for my account.

    0 comments No comments
  3. Anonymous
    2011-07-29T00:28:15+00:00

    You are right. It  looks like a problem with application. I removed some of the items from the PATH variable and the correct path is displayed.  

    Thank you.

    0 comments No comments
  4. Anonymous
    2011-07-29T08:45:29+00:00

    Hi,

    Glad to have helped. Very good troubleshooting sorting that out!.

    Hope this helps.


    Rob Brown - Microsoft MVP <- profile - Windows Expert - Consumer : Bicycle - Mark Twain said it right

    0 comments No comments