• Looking for a small exe program that can disconnect and reconnect to my wireless
    5 replies, posted
Hi I have a pretty shitty wireless card on my laptop and occasionally every 10 minutes I need to open up my wireless connections and rightclick my router to disconnect and reconnect right away. I was wondering if there is a program that can do this instantly for me with 1 click of button.
You should be able to make a .bat for it, it's possible that all you have to do is release and renew your ip, too, try that next time it breaks - open cmd and do ipconfig /release then ipconfig /renew - if that works, it's a very easy batch file to make.
autohotkey
[QUOTE=Shadaez;32798054]You should be able to make a .bat for it, it's possible that all you have to do is release and renew your ip, too, try that next time it breaks - open cmd and do ipconfig /release then ipconfig /renew - if that works, it's a very easy batch file to make.[/QUOTE] I feel thats not what my connection does. When I reconnect to my wireless its automatically set up. And ip /renew takes way longer than that.
[QUOTE=Darkimmortal;32798761]autohotkey[/QUOTE]no autoit
I remember coming along an issue like this on another PC when it would just disconnect like that. Since you're using a laptop I suspect it's using 3rd party software to manage its wireless connections and settings. If you're using Windows then a solution is to set Wireless Zero Configuration (also known as Wireless Auto Configuration or WLAN AutoConfig) in Services to Automatic in startup type. Follow this guide on how to change it here: [url]http://tech.ifelix.net/2007.html[/url]
Sorry, you need to Log In to post a reply to this thread.