script that makes WIFI work after sleep (4 me anyways)

Discussion in 'Windows' started by atarione, Dec 18, 2010.

  1. atarione

    atarione

    Joined:
    Aug 14, 2008
    Messages:
    105
    Likes Received:
    0
    so despite installing every different atheros driver I could find the WIFI would bork on my A110L (w/ supertalent replacement SSD running win7professional)


    frequently after resuming from sleep WIFI would either not work at all or work slowly then hang entirely



    I made this script and set it to run on unlock (i.e. after resuming from sleep mode) and since then WIFI works perfectly (after script runs)


    if anyone else has problems with WIFI hanging on resume you are welcome to try this


    interface.bat (is what I named it)
    Code:
    echo on
    
    netsh interface set interface "Wireless Network Connection" DISABLE
    
    ping 127.0.0.1 -n 6
    
    netsh interface set interface "Wireless Network Connection" ENABLE
    
    echo off
    
    

    then went to taskmgr and made new task to run the .bat file when the computer is unlocked.... down side takes six seconds or so for script to run upside wireless works properly now after resume.
     
    atarione, Dec 18, 2010
    #1
  2. atarione

    Swarvey Moderator

    Joined:
    Dec 3, 2009
    Messages:
    1,145
    Likes Received:
    0
    This will be very handy for many users, I'll sticky the topic. Thanks for the input!
     
    Swarvey, Dec 19, 2010
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.