Get PC's Monitor Information Using .NET / WMI
问题 Is there anyway using WMI/.Net to grab monitor information such as Manufacturer, Serial Number, Monitor Size etc.? Using a script is an option as well, or can I query the registry directly to get this information? SELECT * FROM Win32_DesktopMonitor doesn't really return any useful information for me in this case. 回答1: You may want to try this https://raw.githubusercontent.com/MaxAnderson95/Get-Monitor-Information/master/Get-Monitor.ps1 Cheers 回答2: Hey, I use this tool for a lot of my WMI work