Advertisement
Combreal

getWifiAdapt.bat

Jul 6th, 2020
1,433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.08 KB | None | 0 0
  1. @echo off
  2. for /f "tokens=1" %%u in ('wmic path Win32_NetworkAdapter where "AdapterTypeID=0" get name^,MacAddress ^| find "Intel"') do @echo %%u
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement