Information Technology Reference
In-Depth Information
Do While objExec.Status = 0
WScript.Sleep 1000
Loop
' Delete the objects from memory once the command is completed.
Set objExec = Nothing
Set objShell = Nothing
Because this syntax is the same regardless of the netsh wins command or parameters,
we will not discuss this method in each recipe. Instead, you should refer to the sections of
recipes that describe using the command line and then place the appropriate command into
the preceding script.
2-1. Installing WINS
Problem
You want to install the WINS service.
Solution
Using a Graphical User Interface
1.
Start the Add or Remove Programs control panel applet.
2.
Click the Add/Remove Windows Components button in the left pane.
3.
When the Add/Remove Windows Components screen appears, scroll down to and
select Networking Services and click the Details button.
4.
Place a check in the check box next to Windows Internet Name Service (WINS).
5.
Click OK to accept the selection, and then click Next to proceed with the installation.
6.
Supply your original Windows installation media, or point to the location of the i386
directory, if prompted.
7.
Manage your WINS server through the WINS Management console as follows:
￿ Access the WINS Management console at the server console either from the Admin-
istrative Tools folder of the Start
Run menu or by running winsmgmt.msc from
c:\windows\system32 .
￿ Access the WINS Management console from a Windows XP workstation by installing
the adminpak.msi utilities on your workstation. These are located on the server at
c:\windows\system32\adminpak.msi . Once installed, follow the same procedure as if
you were managing WINS at the server console.
Search WWH ::




Custom Search