윈도우
[cmd] Windows 네트워크 어댑터 이름 출력
안산드레아스
2024. 4. 2. 17:44
반응형
현재 PC에 등록되어있는 모든 네트워크 어댑터를 출력하는 cmd 명령어.
유선연결과 무선연결 모두를 찾는다.
명령어:
ipconfig | findstr /r /c:"Ethernet adapter" /c:"Wireless LAN adapter"
반응형
결과
파일로 결과를 저장하고 싶은경우는 아래를 참고.
https://ansan-survivor.tistory.com/1975
[Windows Batch] 네트워크 어댑터 이름 확인, ipconfig 파일 출력
batch파일로 cmd에서 ipconfig로 확인하는 명령을 파일로 출력하고, 네트워크 어댑터 (network adapter)만 따로 파일로 출력하는 예제. 단순히 cmd로 확인하려는 경우는 아래를 참고. https://ansan-survivor.tistor
ansan-survivor.tistory.com
반응형