Wednesday, April 11, 2012

End Users using Windows 7 Professional, Keeps losing their Network Drives

 

*Note: Before proceeding, make sure you have updated drivers for your adapter.

  1. Open a command-line, Start\Run, and type cmd. Press enter
  2. In the console enter the following commands to change the MTU:
    Type into command window "netsh interface ipv4 show interfaces" without the quotes. Take note of the id number of the wireless interface.
    Then to change to mtu 1500 use the following command.
    "netsh interface ipv4 set subinterface id mtu=1500 store=persistent"