第38期:查看WIFI密码的四种方式Helpdesk-PC.COM
类型:【helpdesk-PC.com原创】
原文作者:【helpdesk-PC.com站长】
日期:【20191014】
第三种方式:
netsh wlan show profiles
netsh wlan show profile name=”wifi名称” key=clear
第四种方式:
for /f “skip=9 tokens=1,2 delims=:” %i in (‘netsh wlan show profiles’) do @echo %j | findstr -i -v echo | netsh wlan show profiles %j key=clear