xboxscene.org forums

Off Topic Forums => Other Platforms => Personal Computer (PC, MAC, etc) General Talk => Topic started by: Anikan on September 23, 2010, 01:05:00 PM

Title: Wireless Restart
Post by: Anikan on September 23, 2010, 01:05:00 PM
Hi all-

I was hoping someone could come up with a batch file that will restart the wireless networking every time a user logs in.  I have this:

REM Wireless Reconnect Script
@echo off
net stop "Wireless Zero Configuation"
net start "Wireless Zero Configuration"

I feel like this would work, but is there something I may be forgetting that will cause problems?