Need a script/program made
Go to solution
Solved by elpiop,
this batch file should work. make sure you run as administrator.
@[member=Echo] off:loopnetsh interface set interface "Wireless Network Connection" DISABLEDtimeout /t 10netsh interface set interface "Wireless Network Connection" ENABLEDtimeout /t 3600goto loop
replace "Wireless Network Connection" with the proper interface. This can be found using "netsh interface show interface" in the command prompt:
You'll see this, choose the interface name that is connected.


Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now