Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Turn off wifi adapter with scheduled tasks

with these two bat files i am able to disable/enable my wifi connection at a scheduled time using task scheduler. This makes it so auto updates don't run at scheduled times potentially wasting precious bandwidth like 3g. I'm looking at you steam and windows updates.

startwifi.bat
netsh interface set interface "Wireless Network Connection 2" Enable

stopwifi.bat
netsh interface set interface "Wireless Network Connection 2" Disable
Sign In or Register to comment.