| Win32_VideoSettings | |||
| The WIn32_VideoSettings class represents an association between a video controller and video settings that can be applied to it. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Element | Reference | The Element reference represents the Win32_VideoController containing the properties of the video controller that a video setting can be used on. | |
| Setting | Reference | The Setting reference represents a CIM_VideoControllerResolution containing settings that can be applied to the video controller. | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_VideoSettings    {     Element = "\\\\SCCM01\\root\\cimv2:Win32_VideoController.DeviceID=\"VideoController2\"";     Setting = "\\\\SCCM01\\root\\cimv2:CIM_VideoControllerResolution.SettingID=\"640 x 480 x 65536 colors @ 60 Hertz\"";    }; | |||