
我嘗試使用 wmic path win32_VideoController 命令,但它沒有顯示基本頻率和記憶體類型。
答案1
答案2
您可以使用沃米克在命令提示字元中
wmic PATH Win32_VideoController
如果您想被選中,可以使用此程式碼。
wmic PATH Win32_VideoController get name
結果
英特爾(R) 高畫質顯示卡 5500
我嘗試使用 wmic path win32_VideoController 命令,但它沒有顯示基本頻率和記憶體類型。
您可以使用沃米克在命令提示字元中
wmic PATH Win32_VideoController
如果您想被選中,可以使用此程式碼。
wmic PATH Win32_VideoController get name
結果
英特爾(R) 高畫質顯示卡 5500