2 lines
No EOL
160 B
PowerShell
2 lines
No EOL
160 B
PowerShell
# Accessible via $Display.ScreenWidth and $Display.ScreenHeight
|
|
$Display = Get-WmiObject -Class Win32_DesktopMonitor | Select-Object ScreenWidth,ScreenHeight |