colincora
发表于 2023-5-16 12:48:04
@Echo off
set output=output.txt
echo. > %output%
echo Network Adapters: >> %output%
wmic nicconfig where "IPEnabled='True'" get Description,IPAddress,IPSubnet,DefaultIPGateway,DNSServerSearchOrder,MACAddress >> %output%
echo WiFi SSID: >> %output%
netsh wlan show profile | findstr /C:"All User Profile" /C:"User Profile" >> %output%
for /F "tokens=2 delims=: " %%i in ('netsh wlan show profile ^| findstr /C:"All User Profile" /C:"User Profile"') do (
set "profile=%%i"
call :getSSID !profile!
)
goto :eof
:getSSID
set ssid=
for /f "tokens=2 delims=:" %%s in ('netsh wlan show profile name^=%1^|findstr /C:"SSID name"') do (
set ssid=%%~s
)
echo %1: %ssid% >> %output%
goto :eof
a2757706831
发表于 2023-5-16 12:50:14
dasdasdasd
电竞男神
发表于 2023-5-16 13:58:37
啥也不说了,感谢楼主分享哇!
xiaojiu123
发表于 2023-5-16 14:08:48
1111111111111
zhaodexuan
发表于 2023-5-16 16:14:46
确实是难得好帖啊,顶先
同游之
发表于 2023-5-16 19:14:18
啥也不说了,感谢楼主分享哇!
hzy888
发表于 2023-5-16 19:54:26
666666666666666
1594629333
发表于 2023-5-17 01:41:15
6666666666666666666666666666666
天将
发表于 2023-5-17 16:04:13
啥也不说了,感谢楼主分享哇!
Sixwalnuts21
发表于 2023-5-18 09:19:43
我只是路过打酱油的
2945309148
发表于 2023-5-18 09:27:21
666666666666666666666666
jiuru666
发表于 2023-5-19 18:43:07
NBNBNBNBNBNB
2753512823
发表于 2023-5-20 00:53:15
6666666666666666666666666666666666666666666
终结灬血焰
发表于 2023-5-20 09:52:39
这个帖一般般,还可以哦。
之路
发表于 2023-5-20 09:59:46
啥也不说了,感谢楼主分享哇!