![]() |
|
Welcome to Vista Banter. You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
|
|||||||
| Networking with Windows Vista Networking issues and questions with Windows Vista. (microsoft.public.windows.vista.networking_sharing) |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Is there a script that I create allowing me easy access to
repairing/resetting a network adapter? Right now I have to open "Network and Sharing Center" -- select "Manage Network Connections" -- right click on the network connect and select "Diagnose" -- then finally select "reset the network adapter." I'd like to create a script to which I can create a shortcut on the desktop. A simple double click on the shortcut will reset the network adapter. |
|
|||
|
See http://channel9.msdn.com/ShowPost.aspx?PostID=158556 for a script
that will let you disable and re-enable the NIC. There also may be a NETSH command that will do this also... --- Jeffrey Randow Windows Networking MVP 2001-2006 http://www.networkblog.net On Wed, 28 Nov 2007 17:53:00 -0800, alphad wrote: Is there a script that I create allowing me easy access to repairing/resetting a network adapter? Right now I have to open "Network and Sharing Center" -- select "Manage Network Connections" -- right click on the network connect and select "Diagnose" -- then finally select "reset the network adapter." I'd like to create a script to which I can create a shortcut on the desktop. A simple double click on the shortcut will reset the network adapter. |
|
|||
|
I have this very annoying problem too. Sometimes when I reboot my Vista Business PC, it fails to connect to the network. If I do IPCONFIG, the network adapter just has no information against it: C:\Users\RowanBipconfig Windows IP Configuration Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : Default Gateway . . . . . . . . . : To fix I have to: 1. Right-click the network icon in the System Tray. 2. From the pop-up menu, select "Diagnose and Repair". 3. Click "Automatically get new IP settings for the network adapter 'Local Area Connection'". At this stage there is annoyingly no "Reset network adapter" option. 4. In the "Windows needs your permission to continue" box, click Continue. 5. Wait for the "Repairing" window to complete (takes a while). 6. In the Windows Network Diagnostics window, click "Reset the network adapter 'Local Area Connection'". 7. Now we see "The problem has been resolved". Click Close. This is very tedious. I'd like a script to do this automatically. Disable/enable doesn't seem to do the job - the Disable fails. I see that very annoyingly the method Reset of the WMI class Win32_NetworkAdapter is "not implemented". Why not? Can anyone suggest a script way of resetting a network adapter? Thanks - Rowan -- rowan.bradley |
|
|||
|
The script is simple. In my case, and after talking at length with computer company, internet provider and Microsoft, discovered that the script is called: "delete Norton Internet Security," and enable Windows firewall. -- simeon1958 ------------------------------------------------------------------------ simeon1958's Profile: http://forums.techarena.in/members/simeon1958.htm View this thread: http://forums.techarena.in/windows-v...ork/861494.htm http://forums.techarena.in |
|
|||
|
rowan.bradley;3750278 Wrote: I have this very annoying problem too. Sometimes when I reboot my Vista Business PC, it fails to connect to the network. If I do IPCONFIG, the network adapter just has no information against it: C:\Users\RowanBipconfig Windows IP Configuration Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : Default Gateway . . . . . . . . . : To fix I have to: 1. Right-click the network icon in the System Tray. 2. From the pop-up menu, select "Diagnose and Repair". 3. Click "Automatically get new IP settings for the network adapter 'Local Area Connection'". At this stage there is annoyingly no "Reset network adapter" option. 4. In the "Windows needs your permission to continue" box, click Continue. 5. Wait for the "Repairing" window to complete (takes a while). 6. In the Windows Network Diagnostics window, click "Reset the network adapter 'Local Area Connection'". 7. Now we see "The problem has been resolved". Click Close. This is very tedious. I'd like a script to do this automatically. Disable/enable doesn't seem to do the job - the Disable fails. I see that very annoyingly the method Reset of the WMI class Win32_NetworkAdapter is "not implemented". Why not? Can anyone suggest a script way of resetting a network adapter? Thanks - Rowan -- rowan.bradley Even if i do the whole reset the network adapter thing, it still takes a while to start up, meaning that I have to do it a couple of times until it finally works. If you could help me, would really appreciate it. Thanks. -- aman1016 ------------------------------------------------------------------------ aman1016's Profile: http://forums.techarena.in/members/aman1016.htm View this thread: http://forums.techarena.in/windows-v...ork/861494.htm http://forums.techarena.in |