如图:

01

Get-WmiObject win32_videocontroller

利用 PowerShell 获取当前电脑的分辨率

02

Get-WmiObject win32_videocontroller | select caption, CurrentHorizontalResolution, CurrentVerticalResolution

 

利用 PowerShell 获取当前电脑的分辨率

03

Get-WmiObject win32_desktopmonitor

利用 PowerShell 获取当前电脑的分辨率

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-16
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-23
  • 2022-12-23
  • 2022-01-13
  • 2021-11-16
  • 2021-09-30
  • 2021-06-15
相关资源
相似解决方案