win7系统怎么使用powershell修改ipv4地址和查询使用过的wifi密码
发布日期:2019-06-17作者:深度系统之家官网来源:http://www.shenduxt.com
win7系统怎么使用powershell修改ipv4地址和查询使用过的wifi密码
妹子喊您修电脑找wifi密码没有一点装逼技能如何可以?您得用您的技术征服她让她倾心不是?下面主编就为大家教程一招神装逼技能,让您一秒变技术男。下面全面的教程黑科技win7系统使用powershell修改ipv4地址和查询使用过的wifi密码的办法。
1.用命令提示符修改ipV4地址
2.用命令提示符修改ipV4 dns地址
3.用命令提示符查询连接过的wiFi密码
用到的命令:
所有命令需要在 命令提示符(管理员)使用
或者在windows powershell(管理员)使用
命令1:netsh interface ipv4 set address "name" dhcp
命令2:netsh interface ipv4 set address "name" static xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
命令3:netsh interface ipv4 set dns "name" dhcp
命令4:netsh interface ipv4 set dns "name" static xxx.xxx.xxx.xxx
命令5:netsh wlan show profiles "name" key=clear
上面提到的所有的命令,仅仅需要更改其中name和xxx.xxx.xxx.xxx即可。
1.name为网络连接项目的名称,如“wLAn”和“以太网”。
wLAn" dhcp ,意思是将"wLAn"的ipV4地址配置为"自动获取"
wLAn" static 192.168.70.2 255.255.255.0 192.168.70.1,意思是将"wLAn"的ipV4地址设为192.168.70.2,子网掩码设为255.255.255.0,默认网关设为192.168.70.1。
wLAn" dhcp ,意思是将"wLAn"的dns服务器配置为"自动获取"
wLAn" static 192.168.70.1 ,意思是将"wLAn"的dns服务器配置为192.168.70.1。
" key=clear,意思是查看wiFi名字为"*****"的设置文件,并且将密码配置为明文。
<img id="aimg_2039660" aid="2039660" data-cke-saved-src="http://pcs4.clubstatic.Thinkpad.com.cn/data/attachment/forum/2011001/30/161333xo88i98jjf3byhoo.png.thumb.jpg" src="http://pcs4.clubstatic.Thinkpad.com.cn/data/attachment/forum/2011001/30/161333xo88i98jjf3byhoo.png.thumb.jpg" zoomfile="http://pcs4.clubstatic.Thinkpad.com.cn/data/attachment/forum/2011001/30/161333xo88i98jjf3byhoo.png" file="http://pcs4.clubstatic.Thinkpad.com.cn/data/attachment/forum/2011001/30/161333xo88i98jjf3byhoo.png.thumb.jpg" inpost="1" "="" lazyloaded="true" _load="1" style="word-wrap: break-word; padding: 0px; margin: 0px; border: none; max-width: 1000px; display: inline-block; cursor: pointer; height: 482px; width: 600px;">
总结:上述便是win7系统怎么使用powershell查询使用过的wifi密码了,get新技能去征服妹子吧。