Windows cmd命令 -- 记录

 

# 清屏
>> cls

# 查看进程
>> tasklist

# 结束进程
>> tskill <pid>

# 查询WIFI列表所有WIFI的信息
>> netsh wlan show networks

# 查询无线网卡,当前连接网络详细信息
>> netsh wlan show interfaces

# 连接到指定WiFi(该WiFi必须是手动连接过,存在profiles才行)
>> netsh wlan connect name=wifi_name

 

posted @ 2021-03-14 22:27  十一的杂文录  阅读(58)  评论(0编辑  收藏  举报