netcpl.cpl does not exist. inetcpl.cpl is Internet Properties.
Start | Run | Type: ncpa.cpl | Click OK should open Network
Connections.
Typing: ncpa.cpl in a command prompt and hitting Enter should open
Network Connections.
If typing just ncpa.cpl in the Run command or the command prompt does not
work, try...
%windir%\system32\ncpa.cpl
If that works, then your PATH is screwed up.
The PATH is used by both the Run command and the command prompt.
Open a command prompt, type: path and hit Enter.
You may have more, but these are a minimum...
C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
See this.
Why don't my commands work?
http://internet.cybermesa.com/~bstewart/cmdprompt.html#6
Bill Stewart has written a small program called FIXPATH that attempts to fix
these problems.
FIXPATH
http://internet.cybermesa.com/~bstewart/files/fixpath2.zip
If you want to get complicated...
This pasted in Start | Run
ncpa.cpl
opens Network Connections.
This pasted in a command prompt
ncpa.cpl
opens Network Connections.
This pasted in Start | Run
control ncpa.cpl
opens Network Connections.
This pasted in a command prompt
control ncpa.cpl
opens Network Connections.
This pasted in Start | Run
control.exe ncpa.cpl
opens Network Connections.
This pasted in a command prompt
control.exe ncpa.cpl
opens Network Connections.
This pasted in Start | Run
%windir%\system32\ncpa.cpl
opens Network Connections.
This pasted in a command prompt
%windir%\system32\ncpa.cpl
opens Network Connections.
This pasted in Start | Run
%windir%\system32\control.exe ncpa.cpl
opens Network Connections.
This pasted in a command prompt
%windir%\system32\control.exe ncpa.cpl
opens Network Connections.
This pasted in Start | Run
RUNDLL32 SHELL32.DLL,Control_RunDLL NCPA.CPL
opens Network Connections.
This pasted in a command prompt
RUNDLL32 SHELL32.DLL,Control_RunDLL NCPA.CPL
opens Network Connections.
{7007ACC7-3202-11D1-AAD2-00805FC1270E} is the CLSID for Network Connections.
{208D2C60-3AEA-1069-A2D7-08002B30309D} is the CLSID for My Network Places.
This pasted in Start | Run
file:///::{7007ACC7-3202-11D1-AAD2-00805FC1270E}
opens Network Connections.
This pasted in Start | Run
explorer ::{7007ACC7-3202-11D1-AAD2-00805FC1270E}
opens Network Connections.
This pasted in a command prompt
explorer ::{7007ACC7-3202-11D1-AAD2-00805FC1270E}
opens Network Connections.
This pasted in Start | Run
Explorer.exe
/e,/root,::{208D2C60-3AEA-1069-A2D7-08002B30309D}\::{7007ACC7-3202-11D1-AAD2
-00805FC1270E}
opens Network Connections.
This pasted in a command prompt
Explorer.exe
/e,/root,::{208D2C60-3AEA-1069-A2D7-08002B30309D}\::{7007ACC7-3202-11D1-AAD2
-00805FC1270E}
opens Network Connections.
This pasted in Start | Run
file:///::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{7007ACC7-3202-11D1-AAD2-00805FC1270E}
opens Network Connections.
We can further complicate things.
{20D04FE0-3AEA-1069-A2D8-08002B30309D} is My Computer
{21EC2020-3AEA-1069-A2DD-08002B30309D} is Control Panel
This pasted in Start | Run
file:///::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}\::{7007ACC7-3202-11D1-AAD2-00805FC1270E}
opens Network Connections.
--
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
In