![]() |
| |||||||
| Notices |
![]() |
| LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Is there a way to programmatically configure the TCPIP network settings. There is an in-elegant way to configure values on the "General" tab of the TCPIP settings but there appears to be no way to access the "Alternate Configuration" tab settings. Has anyone found a way to do this? -arnie | Guest
Posts: n/a
|
|
| | #2 (permalink) | |
| would a batch file using net sh work? such as: netsh interface ip set dns "Local Area Connection" static 1.1.1.1 netsh interface ip add dns "Local Area Connection" addr = 1.1.1.2 netsh interface ip add dns "Local Area Connection" addr = 1.1.1.3 you can do it all with net sh mld4165 "Arnie" wrote: Quote:
| Guest
Posts: n/a
| |
|
| | #3 (permalink) | ||
| You can check http://www.lissware.net, vol 2, Sample 2.12 to 2.13 - SetNetworkConfiguration.wsf /Alain "mld4165" <mld4165@discussions.microsoft.com> wrote in message news:6E3B5619-9154-49FA-B182-39B697E6D30F@microsoft.com... Quote:
| Guest
Posts: n/a
| ||
|
| | #4 (permalink) |
| I have looked at the SetNetworkConfiguration.wsf file, and as far as I can tell all that it shows is some of the basic well-documented WMI commands. These will affect the "General" tab on the TCPIP Properties dialog, but I do not see how to use them to affect the "Alternate Configuration" tab on that dialog. Can anyone provide an example of code that will affect the settings on that tab? | Guest
Posts: n/a
|
|
![]() |
| Tags |
| None |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| alternate IP configuration bug? | mister.jones | Windows Vista Networking & Sharing | 12 | 05-16-2007 05:44 PM |
| "plug and play configuration error --- hit F1 to continue" | kelly | Windows XP Configuration & Management | 1 | 09-05-2004 10:02 PM |
| How do you configure a printer port to "FILE" | Zalman | Windows XP Printers / Scanners / Fax | 1 | 09-15-2003 09:43 PM |
| "Start" "Program" "Menu" list is empty | Pete | Windows XP Basics | 2 | 07-10-2003 10:42 PM |
| Do I need tasks "services", "lsass" and "svchost" to keep running?? | Pankaj Dhingra | Windows XP Performance & Maintenance | 1 | 07-02-2003 01:55 AM |