Author: techfox9
Windows command to turn off and on wifi
Tuesday, October 1st, 2013 @ 12:02 am
From http://superuser.com/questions/104400/enable-disable-wireless-interface-in-a-bat-file
netsh interface set interface “Wireless Network Connection” Disable
netsh interface set interface “Wireless Network Connection” Enable