Is it possible to retrieve the height and width (in pixels), colour depth, and scaling factor of each individual monitor connected to my windows device, using CMD / PowerShell (preferably without the need for admin privileges) or standard python libraries?
Using Powershell commands such as the below appear to provide width, height, and scaling factor, however the use of Add-Type introduces the need to bypass Constrained Language by use of administrator mode:
> Add-Type -AssemblyName System.Windows.Forms
> [System.Windows.Forms.Screen]::AllScreens
user26576465 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.