WIndows 系统下的常用命令 和 检测方法

### 一、检测硬盘速度(Windows 自带工具)

#### 使用windows 系统自带的工具测试硬盘读写速度

> 在使用下面命令前,需要获得管理员权限,才会在Dos窗口上显示(否则,一闪而过)
> ```winsat disk -drive + 磁盘符(c、e、f)```  

### 二、常见的windows自带工具/命令

| No | Cmd |   描述     |
| :-:| :-: | :-: |
| 1 | ifconfig | 查看网络配置信息 |
| 2 |   DxDiag  |查看部分硬件配置信息 |
| 3 |  mspaint   |   画图板     |
| 4 |  calc    |  计算器     |
| 5 | devmgmt.msc | 设备管理器    |
| 6 | taskmgr   |   任务管理器  |
| 7 |  explorer    |  资源管理器/ 我的电脑  |
| 8 | osk |  屏幕键盘  |
| 9 |  service.msc   |   服务  |
| 10 |  write |   写字板 |
| 11 |  netstat -ano/findstr port | 查看计算器端口使用情况 |
| 12 |  perfmon  | 性能检测器  |
| 13 |  snippingtool | 截图工具  |
| 15 | mstsc  |   远程桌面 |
| 16 | diskmgmt.msc | 磁盘管理 |
| 17 | winver |    windows版本 |
| 18 | msconfig  |  系统配置  |

原文地址:https://www.cnblogs.com/Kernel001/p/9966809.html