PowerTip: Use PowerShell to Display Video Configuration
Summary: Use Windows PowerShell to display the current video configuration on your computer. How can I use Windows PowerShell to display the current video configuration for my computer? Use WMI to query the Win32_VideoController class. Select the Name, CurrentHorizontalResolution, and CurrentVerticalResolution proper...