on a minlogon command prompt runtime, while trying to run:
C:\>netsh interface ip set address name="Local Area Connection" source=static addr=...
istead of "OK" I got "Class not registered".
i monitored the registry access and found a "not found" CLSID\4950F811-1D3A-11D0-891F-00AA004B2E24
in my XP pro I searched for it in the registry and found the text "WBEN Locator". there is no such component in TD.
does anyone know what component am I missing?
thanks,
idan
Have you done "rundll32 netshell.dll HrRenameConnection" command?
Make also sure to include "Network Command Shell Interface Context" and "IP
Router Monitor Library" components.
--
KM,
BSquare Corporation
anything else?
The registry key I found has a subkey with the file Wbemprox.dll. This file is contained in "WMI Core" which is over 6MB, too big for my platform. Therefore I Added it to the configuration, but disabled all the files except: esscli.dll, fastprox.dll and all wbem*.*. This did NOT solve the problem.
The class GUID is there but netsh is looking for values that are not registered.
any other suggestions?
Only thing I can tell you now is that a while ago I ended up writing my our
C++ app to change/set ip address manually. The app is pretty simple, it
takes a few parameters and enumerates ip interfaces in registry to set up
what's needed. This way I did not even have a need for netsh.
However, as being mentioned in this NG, some folks made netsh to work on
minlogon image with pretty small footprint. I guess they have not included
WMI Core.
Have you run "rundll32 netshell.dll HrRenameConnection"? I guees you did.
So, your local area network interface is named properly now?
--
KM,
BSquare Corporation
Try going step by step.
Type from command prompt:
netsh
netsh>interface
netsh interface>ip
netsh interface ip>?
You can use ? to see what features are present at any level, so use this to
see at what level you will get "Class not registered"
Then we will know exactly what to look at.
Also read:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xpehelp/htm
l/xehowaddingnetshsupporttorun-timeimage.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnxpesp1/ht
ml/tchWorkingWithNetshInWindowsXPEmbedded.asp
And something extra for other people, but it is irrelevant to your problem.
All components required to make support level for netsh like in Windows XP
Prof.
Network Command Shell
IP Router Monitor Library
Network Command Shell Interface Context
Remote Access Monitory
Network Diagnostics
Home Networking Monitory Library
TCP/IP Version 6 Utilities (There are some missing registry entries in this
component, or MS should create separate sub component for ipv6mon.dll
plugin)
Regards,
Slobodan
"idan" <anon...@discussions.microsoft.com> wrote in message
news:39171F0D-5450-4675...@microsoft.com...
--
KM,
BSquare Corporation
one thing I can say for sure... I did include more components than needed.
It actually was a free space problem. XPe needed more than 12MB free on the drive to do it's magic in the FBA phase.
now I have a problem with shares, but that's for a different thread...
idan