# 命令行查看显卡

**cmd 命令:**

`wmic path win32_VideoController get name,driverVersion`

**例如:**
```powershell=
C:\Users\用户>wmic path win32_VideoController get name,driverVersion
DriverVersion  Name
32.0.101.6733  Intel(R) Iris(R) Xe Graphics
32.0.15.9186   NVIDIA GeForce RTX 3050 4GB Laptop GPU
```
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9