Collections:
Other Resources:
Get adapter name as variable
This batch file works, but the adapter name has to be hard coded, is there a way to put the name into a variable from netsh so that the code can be generic?
@echo off
echo Please wait ... Enabling adapter ...
netsh interface show interface name="Wi-Fi" | find /i "DISCONNECTED" >nul && netsh interface set interface "Wi-Fi" ENABLE"
netsh interface show interface name="Ethernet" | find /i "DISCONNECTED" >nul && netsh interface set interface "Ethernet" ENABLE"
echo Process completed
timeout /t 10
✍: Guest
2014-08-29, ∼2958🔥, 0💬
Popular Posts:
I have a problem wiht the Drivers Video Card, I have a laptop HP dv6448se and the video card are a N...
Can I disable Windows service "Distributed Link Tracking Client" to speedup my computer? Windows ser...
What is msntb.dll - DLL file - Windows Live Toolbar for Internet Explorer? DLL msntb.dll is installe...
What is MUWebControl Class - Download Program Files (DPF)? MUWebControl Class is a Download Program ...
Can I disable Windows service "EvtEng" to speedup my computer? Windows service "EvtEng" - Intel Even...