G

Guest

Guest
Archived from groups: microsoft.public.win2000.general (More info?)

Hi all budies

WE have a peer to peer network(Win 2000) in our Organisation.Actually
Problem is that on some computers whenever I type Ipconfig,the error returns
" There is no external or internal ipconfig command Available".I couldnt
solve the problem till present.Anyone knows abt this.
--
Neeraj Joshi
Network Administrator
Alpha Net Technologies
SCO 134,Sec34-A
Chandigarh
Mobile No -- +91-0-9872027348
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.general (More info?)

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

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

You can run Programs|Accessories|System Tools|Backup, then choose ERD, then
if you check the box for "Also backup....", then the reg will also be backed
up to
%windir%\repair\RegBack
leaving the
%windir%\repair\
directory files intact as original installation.

Then close all programs, run regedit, navigate to
HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment
rename the Reg_Sz string "Path" to "Pathx" Then run regedt32, navigate to
HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment
double-click on Pathx, then right-click|Copy the string then from the menu;
Edit|Add Value
Value Name:=Path
Data Type:=REG_EXPAND_SZ
OK
then paste the string (copied from Pathx) in the string editor text box.
OK
Should be ok to delete the old value "Pathx" Close regedit, and regedt32,
restart for effect.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"Neeraj" wrote:
| Hi all budies
|
| WE have a peer to peer network(Win 2000) in our Organisation.Actually
| Problem is that on some computers whenever I type Ipconfig,the error
returns
| " There is no external or internal ipconfig command Available".I couldnt
| solve the problem till present.Anyone knows abt this.
| --
| Neeraj Joshi
| Network Administrator
| Alpha Net Technologies
| SCO 134,Sec34-A
| Chandigarh
| Mobile No -- +91-0-9872027348
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.general (More info?)

Neeraj wrote:

> Hi all budies
>
> WE have a peer to peer network(Win 2000) in our Organisation.Actually
> Problem is that on some computers whenever I type Ipconfig,the error returns
> " There is no external or internal ipconfig command Available".I couldnt
> solve the problem till present.Anyone knows abt this.
Hi,

This sounds like a path issue.

I suggest you download and run Fixpath.exe, it repairs most
issues with the path.

Fixpath.exe is in fixpath2.zip available here:
http://internet.cybermesa.com/~bstewart/misctools.html

To see Fixpath's output, run it from a command prompt...

You should reboot after running Fixpath.exe.




--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter/default.mspx
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.general (More info?)

"Neeraj" <Neeraj@discussions.microsoft.com> wrote in message
news:A419FCDF-AB6B-47CC-B675-B83548AA99B6@microsoft.com...
> Hi all budies
>
> WE have a peer to peer network(Win 2000) in our Organisation.Actually
> Problem is that on some computers whenever I type Ipconfig,the error
returns
> " There is no external or internal ipconfig command Available".I couldnt
> solve the problem till present.Anyone knows abt this.
> --
> Neeraj Joshi
> Network Administrator
> Alpha Net Technologies
> SCO 134,Sec34-A
> Chandigarh
> Mobile No -- +91-0-9872027348

There could be two causes for this:
- The file c:\winnt\system32\ipconfig.exe is missing.
- The path does not include the folder c:\winnt\system32