I use a VBScript to set the computer name, IP Address,
Subnet Mask, Default Gateway, and Time Zone. This Script
launches the first time the box is booted after ghosting
the image to it.
We deploy hundreds of the NTE & XPE in the field. Each embedded runtime has
its own computer name and ip address. To accomplish this we use an ini file
which we have entries like computer name, wep encryption for wireless,
controlled device port settings, static ip address per device configuration.
On boot our custom software service start and read the ini file. If setting
in the ini does not match with the registry entries then the registry is
updated with the new entry, an then reboot. After the initial setup from
the ini file, the software is capable of receiving remote commands from
server and all setting on the runtime can be reconfigured futher.
If you have a death wish then you can try to use this
Win32_NetworkAdapterConfiguration Class
EnableStatic Method
Hope this helps,
Slobodan
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.