Reset a Network Adaptor

Soldato
Joined
12 Dec 2003
Posts
2,588
Every time I resume my computer from sleep my network bridge needs to be 'reset' (via the Diagnose link). I'm trying to make a shortcut for doing this and want to know what exactly reseting it does. Does it just do an ipconfig /release and then ipconfig /renew?
 
Before you do that, got into device manager right click on your network adaptor and choose properties. Go to the power saving tab and untick the let computer turn this off to save power option.

This might solve you problem completly
 
Ok I'll try that. Its not the entire connection that doesnt work after a resume, just my NAS connected via ethernet cable, Internet over wireless works fine.
 
A batch file with "ipconfig /release, ipconfig /renew, ipconfig /flushdns" would probably do it.

Essentially all "diagnose" does is disable the adapter, re-enable the adapter, drop the DHCP lease, clear the DNS cache, and renew the DHCP lease.
 
Ok, that works, thanks.
Next Question: why is the run as admin option greyed out in the compatibility tab?

edit: Figured it out. Made a shortcut.
 
Last edited:
Back
Top Bottom