Netbindings on xp embedded

  • Thread starter Thread starter kimj
  • Start date Start date
K

kimj

Is there anyway I can Disable Network Bindings Using the Netbindings?
In XP Professional this can be achieved via including the
[Netbindings] section in the sysprep.inf file. In xp embedded how can
I implement this?

Ju Kim
 
kimj,

All I know about it is that Netbindings section is processed by netshell.dll. There are some API functions interesting:
NetSetupPrepareSysPrep, etc. Unfortunately, these functions are undocumented so it would be hard to use them in the way syprep does
it.

However, in DDK there are a couple of samples (NetCfg, bindview) that you can look at to figure out how to enable/disable the net
bindings. Basically, NetCfg is the snetcfg utility that comes with XPe Repository. You can try using the binary instead.

In the bindview sources, search for EnableBindingPath. This function implemmentation will give you much information. Basically, you
will need to work with INetCfgBindingPath interface (check out netcfgx.idl).
 

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