如果忘記wifi密碼,或是密碼是別人幫忙key的時候,可以用下面的命令查詢
命令列提示字元 cmd 下貼上
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

如果忘記wifi密碼,或是密碼是別人幫忙key的時候,可以用下面的命令查詢
命令列提示字元 cmd 下貼上
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
留言