How to make a batch file that resets Wi-Fi Adapter? -


my laptop has faulty wifi adapter, , every time disconnect internet (5-10 times day), have click "troubleshoot problems". windows goes through whole process find problem , resolves it, know solution reset wifi adapter. figured there specific commands in cmd that. thought make batch file run specific commands in cmd, because faster using troubleshooting feature. problem is, have no idea how program in batch. may me?

had same issue, tried junaid's solution, didn't work me.

this helped me, however.

tl;dr:

netsh interface set interface <interface name> disabled  netsh interface set interface <interface name> enabled 

on machine < interface name> wifi, instance.

does require admin rights, it's best make shortcut batch file. turned executable , pinned shortcut in taskbar.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -