Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- 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