cmd常用命令-持续更新

tracert与ping都使用ICMP协议, 3个时间代表: 分3次ping节点,每次ttl增加1.

winsat disk          测试硬盘读写

winsat disk -drive d          指定测试D盘读写

| more      参数  只显示到屏幕底层

|findstr     显示指定字符串

|find       查找指定文本

ping -S hostname/IP addr    使用源地址ping  必须用大写S

外网添加时子网掩码(mask后面的ip)一定要对应   route add

10.0.0.0----》255.0.0.0

10.121.0.0----》255.255.0.0,

10.121.132.0----》255.255.255.0

wmic os get caption   查看windows版本

winver     

net user 123 456 /add

net localgroup users 123 /delete

net localgroup  administrators 123 /all

防火墙添加入站规则:

netsh advfirewall firewall add rule name="RDP PORT" dir=in action=allow protocol=TCP localport="3389"  
netsh advfirewall firewall add rule name=IIS-7069 dir=in action=allow protocol=TCP localport=7069

防火墙删除入站规则:

 netsh advfirewall firewall delete rule name=all protocol=TCP localport=7069

查看本机所有网卡配置信息并更新:

netsh -c interface ip dump

···

测试了浏览器html5支持方法:http://chrome.360.cn/test/html5/index.html

 

 

posted on 2018-12-19 20:08  hmms  阅读(191)  评论(0编辑  收藏  举报

导航