cmd的有趣的操作

一.工具类

放大镜(magnify)

计算器(calc)

查询ip地址:

ipconfig

查询域名的ip地址

nslookup www.baidu.com

打开屏幕键盘:

osk

查看电脑系统版本:

winver

打开讲述人:

narrator

自动开关机:

shutdown -s -t 60
shutdown -a
shutdown -r

查看文件md5码:

certutil -hashfile filename MD5
certutil -hashfile filename SHA1
certutil -hashfile filename SHA256

查看本机用户:

net user
net share

WIFI网络查看

netsh wlan show

改变cmd界面颜色:

color

将命令导入到指定文件:

ipconfig | clip
ipconfig | a.txt

执行多个命令

calc && magnify

二.通信类

同一局域网通信:

msg /server:192.168.31.80 *你的电脑被黑客入侵

网络是否畅通:

ping [ip]

拨号连接:(需要在控制面板的程序中打开此功能)

telnet towel.blinkenlights.nl

三.

猜你喜欢

转载自www.cnblogs.com/Crown-V/p/13196511.html