当前位置:网站首页>在win10系统下使用命令查看WiFi连接密码
在win10系统下使用命令查看WiFi连接密码
2022-07-25 15:07:00 【weixin_42709563】
在win10系统下使用命令查看WiFi的连接密码,需要依次点击“开始”——“Windows”——“命令提示符”,最后显示出的界面如下所示:
输入: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
随后点击回车键“Enter”后出现电脑曾连接过的所有WiFi账号名称及密码:
下面列举出的是其中一个WiFi账号及其对应的WiFi密码:
边栏推荐
猜你喜欢

流程控制(上)

41 picture background synthesis - colorful navigation map

Deployment and simple use of PostgreSQL learning

MySQL之事务与MVCC

6月产品升级观察站

Yarn: the file yarn.ps1 cannot be loaded because running scripts is prohibited on this system.
[Android] recyclerview caching mechanism, is it really difficult to understand? What level of cache is it?

API health status self inspection

Unable to start web server when Nacos starts

System. Accessviolationexception: an attempt was made to read or write to protected memory. This usually indicates that other memory is corrupted
随机推荐
[C题目]力扣206. 反转链表
Overview of cloud security technology development
EDA chip design solution based on AMD epyc server
Log4j2 basic configuration
45padding不会撑开盒子的情况
"How to use" decorator mode
ice 100G 网卡分片报文 hash 问题
js URLEncode函数
44 新浪导航 ,小米边栏 练习
Vs2010添加wap移动窗体模板
处理ORACLE死锁
LeetCode_字符串_中等_151.颠倒字符串中的单词
树莓派入门:树莓派的初始设置
TypeScript学习2——接口
Process control (Part 1)
Fast-lio: fast and robust laser inertial odometer based on tightly coupled IEKF
Visual Studio 2022 查看类关系图
Automatically set the template for VS2010 and add header comments
6线SPI传输模式探索
PHP 通过原生CURL实现非阻塞(并发)请求模式