Network Kings

unistall software from cmd

unistall software from cmd

1. Open a command prompt.

2. Input?WMIC?and press Return. You will see a prompt that looks like this:
wmic:rootcli>

3. At the new prompt, execute the following command:
product get name

This will generate a list of installed applications.

4. At the prompt, execute the following command:
product where name="" call uninstall

where?application name?is the name of the program you wish to uninstall (use the exact name provided by the previously generated list).

For example, if I were wanting to uninstall Adobe Reader 9, my command would look like this:
product where name="Adobe Reader 9" call uninstall

vtp modes

VLAN Trunking Protocol (VTP) Server Mode

VLAN Trunking Protocol (VTP) server mode is the default VTP mode for all Catalyst switches. At least one server is required in a VTP domain to propagate VLAN information within the domain. We can create, add, or delete VLANs on a VTP domain VTP Server and change VLAN information in a VTP Server. The changes made in a switch in server mode are advertised to the entire VTP domain.

VLAN Trunking Protocol (VTP) Client Mode

VLAN Trunking Protocol (VTP) client mode switches listen to VTP advertisements from other switches and modify their VLAN configurations accordingly. A network switch in VTP client mode requires a server switch to inform it about the VLAN changes. We CANNOT create, add, or delete VLANs in a VTP client.

VLAN Trunking Protocol (VTP) Transparent Mode

VLAN Trunking Protocol (VTP) transparent mode switches do not participate in the VTP domain, but VTP transparent mode switches can receive and forward VTP advertisements through the configured trunk links.