Microsoft KB Archive/929858

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Knowledge Base


You receive an error message when you use the Netsh utility to modify the network configuration in Windows Vista

Article ID: 929858

Article Last Modified on 1/23/2007



APPLIES TO

  • Windows Vista Enterprise
  • Windows Vista Ultimate
  • Windows Vista Business
  • Windows Vista Home Premium
  • Windows Vista Home Basic



SYMPTOMS

When you use the Netsh command-line scripting utility (Netsh.exe) to modify the network configuration, the command is not executed. Then, you receive an error message in Windows Vista.

For example, you type the following command at a command prompt:

Netsh interface set interface "Local Area Connection 2" enable


Then, you receive one of the following error messages:

An interface with this name is not registered with the router

No more data is available

CAUSE

This issue occurs because the user account under which you run the command does not have either administrative or elevated user rights.

Note You may also receive one of the previous error messages if you run a command to configure a network interface that does not exist. For example, in the example that is mentioned in the "Symptoms" section, you may receive one of the error messages if the Local Area Connection 2 interface does not exist.

RESOLUTION

To resolve this issue, run a Netsh command by using the Administrator account. To do this, follow these steps:

  1. Click Start[GRAPHIC: Start button], and then type command in the Start Search box.
  2. In the search results list, right-click Command Prompt, and then click Run as Administrator.


[GRAPHIC: User Account Control permission ] If you are prompted for an administrator password or confirmation, type your password, or click Continue.

  1. At the command prompt, type the Netsh command that you want to use.



Additional query words: permissions privilege

Keywords: kbnetworkcard kbenable kbexpertiseadvanced kbtshoot kbprb KB929858