VBS Script to get a computers screen aspect ratio
The below script will find the screen aspect ratio of a computers primary video controller by querying WMI. The script stores the horizontal and vertical resolution for each video controller in an array and returns the result of dividing the …